Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/marouter/import/routes/param/input_routes.rou.xml
169720 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 07/07/15 11:12:25 by SUMO marouter Version dev-SVN-r18530
4
This data file and the accompanying materials
5
are made available under the terms of the Eclipse Public License v2.0
6
which accompanies this distribution, and is available at
7
http://www.eclipse.org/legal/epl-v20.html
8
SPDX-License-Identifier: EPL-2.0
9
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/marouterConfiguration.xsd">
10
11
<input>
12
<net-file value="input_net.net.xml"/>
13
<additional-files value="input_taz.taz.xml"/>
14
<route-files value="input_trips.trips.xml"/>
15
</input>
16
17
<output>
18
<flow-output value="routes.rou.xml"/>
19
</output>
20
21
<report>
22
<xml-validation value="never"/>
23
</report>
24
25
</configuration>
26
-->
27
28
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
29
<vehicle id="1" depart="0.79" type="DEFAULT_VEHTYPE" departLane="free" departSpeed="max">
30
<param key="from" value="1"/>
31
<param key="to" value="2"/>
32
</vehicle>
33
<vehicle id="2" depart="0.79" type="DEFAULT_VEHTYPE" departLane="free" departSpeed="max">
34
<param key="from" value="1"/>
35
<param key="to" value="2"/>
36
</vehicle>
37
<vehicle id="3" depart="0.79" type="DEFAULT_VEHTYPE" departLane="free" departSpeed="max">
38
<param key="from" value="1"/>
39
<param key="to" value="2"/>
40
</vehicle>
41
<vehicle id="4" depart="0.79" type="DEFAULT_VEHTYPE" departLane="free" departSpeed="max">
42
<param key="from" value="1"/>
43
<param key="to" value="2"/>
44
</vehicle>
45
<vehicle id="5" depart="0.79" type="DEFAULT_VEHTYPE" departLane="free" departSpeed="max">
46
<param key="from" value="1"/>
47
<param key="to" value="2"/>
48
</vehicle>
49
<vehicle id="6" depart="0.79" type="DEFAULT_VEHTYPE" departLane="free" departSpeed="max">
50
<param key="from" value="1"/>
51
<param key="to" value="2"/>
52
</vehicle>
53
<vehicle id="7" depart="0.79" type="DEFAULT_VEHTYPE" departLane="free" departSpeed="max">
54
<param key="from" value="1"/>
55
<param key="to" value="2"/>
56
</vehicle>
57
<vehicle id="8" depart="0.79" type="DEFAULT_VEHTYPE" departLane="free" departSpeed="max">
58
<param key="from" value="1"/>
59
<param key="to" value="2"/>
60
</vehicle>
61
<vehicle id="9" depart="0.79" type="DEFAULT_VEHTYPE" departLane="free" departSpeed="max">
62
<param key="from" value="1"/>
63
<param key="to" value="2"/>
64
</vehicle>
65
<vehicle id="10" depart="1.79" type="DEFAULT_VEHTYPE" departLane="free" departSpeed="max">
66
<param key="from" value="1"/>
67
<param key="to" value="2"/>
68
</vehicle>
69
<vehicle id="11" depart="2.79" type="DEFAULT_VEHTYPE" departLane="free" departSpeed="max">
70
<param key="from" value="1"/>
71
<param key="to" value="2"/>
72
</vehicle>
73
</routes>
74
75