Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/turndefs/routeSampler/keep_input_intervals/input_routes.rou.xml
428465 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Sun Feb 9 21:58:44 2020 by Eclipse SUMO duarouter Version v1_4_0+1001-ebe76855e2
4
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/duarouterConfiguration.xsd">
5
6
<input>
7
<net-file value="net.net.xml"/>
8
<route-files value="trips.trips.xml"/>
9
</input>
10
11
<output>
12
<output-file value="routes.xml"/>
13
<alternatives-output value="routes.alt.xml"/>
14
</output>
15
16
<time>
17
<begin value="0"/>
18
<end value="100.0"/>
19
</time>
20
21
<report>
22
<no-warnings value="true"/>
23
<ignore-errors value="true"/>
24
<no-step-log value="true"/>
25
</report>
26
27
</configuration>
28
-->
29
30
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
31
<vehicle id="0" depart="0.00">
32
<route edges="11 23 31 60"/>
33
</vehicle>
34
<vehicle id="1" depart="100.00">
35
<route edges="11 23 31 60"/>
36
</vehicle>
37
<vehicle id="2" depart="4000.00">
38
<route edges="11 23 31 60"/>
39
</vehicle>
40
</routes>
41
42