Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/route/cut_routes/exitTimes/input_routes.rou.xml
428465 views
1
<?xml version="1.0"?>
2
3
<!-- generated on Thu Mar 28 08:29:15 2013 by SUMO sumo Version dev-SVN-r13540
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/sumoConfiguration.xsd">
10
11
<input>
12
<net-file value="three_split.net.xml"/>
13
<route-files value="input_routes.rou.xml"/>
14
</input>
15
16
<output>
17
<vehroute-output value="input_routes_with_exit_times.rou.xml"/>
18
<vehroute-output.exit-times value="true"/>
19
</output>
20
21
<report>
22
<verbose value="true"/>
23
</report>
24
25
</configuration>
26
-->
27
28
<routes>
29
<vehicle id="left" type="fast" depart="0.00" arrival="219.00">
30
<route edges="beg beg2left left left2end end rend" exitTimes="26.00 63.00 138.00 178.00 200.00 219.00"/>
31
</vehicle>
32
33
<vehicle id="straight" type="slow" depart="3.00" arrival="573.00">
34
<route edges="beg middle end rend" exitTimes="116.00 344.00 459.00 573.00"/>
35
</vehicle>
36
37
</routes>
38
39