Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/route/vehicle2flow/input_routes.rou.xml
428382 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Wed Sep 9 10:11:50 2020 by Eclipse SUMO duarouter Version v1_7_0+0007-9073c1719d
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
<additional-files value="input_additional.add.xml"/>
9
<route-files value="input_routes.rou.xml"/>
10
</input>
11
12
<output>
13
<output-file value="input_routes.rou.xml.rou.xml"/>
14
<alternatives-output value="input_routes.rou.xml.rou.alt.xml"/>
15
</output>
16
17
<report>
18
<ignore-errors value="true"/>
19
<no-step-log value="true"/>
20
</report>
21
22
</configuration>
23
-->
24
25
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
26
<vehicle id="v" type="t0" depart="42.00" departSpeed="max">
27
<route edges="a b c"/>
28
</vehicle>
29
</routes>
30
31