Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/elements/demands/stop/chargingstation/load/parking/routes.rou.xml
169772 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 26.08.2019 13:40:28 by Eclipse SUMO netedit Version v1_3_0+0086-d4fd00b226
4
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
5
6
<input>
7
<sumo-net-file value="D:\sumo\tests\netedit\demandElements\stop\input_net.net.xml"/>
8
</input>
9
10
<output>
11
<output-file value="D:\sumo\tests\netedit\demandElements\stop\input_net.net.xml"/>
12
</output>
13
14
<processing>
15
<geometry.max-grade.fix value="false"/>
16
<offset.disable-normalization value="true"/>
17
<opposites.guess.fix-lengths value="true"/>
18
<lefthand value="false"/>
19
</processing>
20
21
<junctions>
22
<no-turnarounds value="true"/>
23
<junctions.corner-detail value="5"/>
24
<junctions.limit-turn-speed value="5.5"/>
25
<rectangular-lane-cut value="false"/>
26
</junctions>
27
28
<pedestrian>
29
<walkingareas value="false"/>
30
</pedestrian>
31
32
<netedit>
33
<route-files value="D:\sumo\tests\netedit\demandElements\stop\stopBusStop\inspect_selection\input_routes.rou.xml"/>
34
</netedit>
35
36
</configuration>
37
-->
38
39
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
40
41
<flow begin="0.00" end="36.00" number="18" from="Edge0" to="Edge2" id="flow_0">
42
<stop chargingStation="chargingStationA" parking="dummy"/>
43
</flow>
44
45
<flow begin="0.00" end="36.00" number="18" from="Edge0" to="Edge2" id="flow_1">
46
<stop chargingStation="chargingStationA" parking=""/>
47
</flow>
48
49
<flow begin="0.00" end="36.00" number="18" from="Edge0" to="Edge2" id="flow_2">
50
<stop chargingStation="chargingStationA" parking="-4"/>
51
</flow>
52
53
<flow begin="0.00" end="36.00" number="18" from="Edge0" to="Edge2" id="flow_3">
54
<stop chargingStation="chargingStationA" parking="0"/>
55
</flow>
56
57
<flow begin="0.00" end="36.00" number="18" from="Edge0" to="Edge2" id="flow_4">
58
<stop chargingStation="chargingStationA" parking="2.3"/>
59
</flow>
60
61
<flow begin="0.00" end="36.00" number="18" from="Edge0" to="Edge2" id="flow_5">
62
<stop chargingStation="chargingStationA" parking="true"/>
63
</flow>
64
65
</routes>
66
67