Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/function/railway/repair/stops_minimal/input_net.net.xml
169727 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2023-05-13 13:30:18 by Eclipse SUMO netedit Version v1_17_0+0258-aa7d007
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="input_net.net.xml"/>
8
</input>
9
10
<output>
11
<output-file value="input_net.net.xml"/>
12
</output>
13
14
<processing>
15
<geometry.min-radius.fix.railways value="false"/>
16
<geometry.max-grade.fix value="false"/>
17
<offset.disable-normalization value="true"/>
18
<lefthand value="0"/>
19
</processing>
20
21
<junctions>
22
<no-turnarounds value="true"/>
23
<junctions.corner-detail value="5"/>
24
<junctions.limit-turn-speed value="-1.00"/>
25
<rectangular-lane-cut value="0"/>
26
</junctions>
27
28
<pedestrian>
29
<walkingareas value="0"/>
30
</pedestrian>
31
32
</configuration>
33
-->
34
35
<net version="1.16" junctionCornerDetail="5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
36
37
<location netOffset="0.00,0.00" convBoundary="-100.00,-100.00,300.00,-100.00" origBoundary="-10000000000.00,-10000000000.00,10000000000.00,10000000000.00" projParameter="!"/>
38
39
<edge id=":gneJ38_0" function="internal">
40
<lane id=":gneJ38_0_0" index="0" allow="rail_urban" speed="27.78" length="0.10" shape="0.00,-100.00 0.00,-100.00"/>
41
</edge>
42
<edge id=":gneJ39_0" function="internal">
43
<lane id=":gneJ39_0_0" index="0" allow="rail_urban" speed="27.78" length="0.10" shape="100.00,-100.00 100.00,-100.00"/>
44
</edge>
45
<edge id=":gneJ43_0" function="internal">
46
<lane id=":gneJ43_0_0" index="0" allow="rail_urban" speed="27.78" length="0.10" shape="200.00,-100.00 200.00,-100.00"/>
47
</edge>
48
49
<edge id="E0" from="gneJ43" to="J0" priority="-1" spreadType="center">
50
<lane id="E0_0" index="0" allow="rail_urban" speed="27.78" length="100.00" shape="200.00,-100.00 300.00,-100.00"/>
51
</edge>
52
<edge id="a" from="gneJ40" to="gneJ38" priority="-1" spreadType="center">
53
<lane id="a_0" index="0" allow="rail_urban" speed="27.78" length="100.00" shape="-100.00,-100.00 0.00,-100.00"/>
54
</edge>
55
<edge id="b" from="gneJ38" to="gneJ39" priority="-1" spreadType="center">
56
<lane id="b_0" index="0" allow="rail_urban" speed="27.78" length="100.00" shape="0.00,-100.00 100.00,-100.00"/>
57
</edge>
58
<edge id="c" from="gneJ39" to="gneJ43" priority="-1" spreadType="center">
59
<lane id="c_0" index="0" allow="rail_urban" speed="27.78" length="100.00" shape="100.00,-100.00 200.00,-100.00"/>
60
</edge>
61
62
<junction id="J0" type="dead_end" x="300.00" y="-100.00" incLanes="E0_0" intLanes="" shape="300.00,-101.60 300.00,-98.40">
63
<param key="buffer_stop" value="true"/>
64
</junction>
65
<junction id="gneJ38" type="priority" x="0.00" y="-100.00" incLanes="a_0" intLanes=":gneJ38_0_0" shape="0.00,-98.40 0.00,-101.60 0.00,-98.40">
66
<request index="0" response="0" foes="0" cont="0"/>
67
</junction>
68
<junction id="gneJ39" type="priority" x="100.00" y="-100.00" incLanes="b_0" intLanes=":gneJ39_0_0" shape="100.00,-98.40 100.00,-101.60 100.00,-98.40">
69
<request index="0" response="0" foes="0" cont="0"/>
70
</junction>
71
<junction id="gneJ40" type="dead_end" x="-100.00" y="-100.00" incLanes="" intLanes="" shape="-100.00,-98.40 -100.00,-101.60"/>
72
<junction id="gneJ43" type="priority" x="200.00" y="-100.00" incLanes="c_0" intLanes=":gneJ43_0_0" shape="200.00,-98.40 200.00,-101.60 200.00,-98.40">
73
<request index="0" response="0" foes="0" cont="0"/>
74
</junction>
75
76
<connection from="a" to="b" fromLane="0" toLane="0" via=":gneJ38_0_0" dir="s" state="M"/>
77
<connection from="b" to="c" fromLane="0" toLane="0" via=":gneJ39_0_0" dir="s" state="M"/>
78
<connection from="c" to="E0" fromLane="0" toLane="0" via=":gneJ43_0_0" dir="s" state="M"/>
79
80
<connection from=":gneJ38_0" to="b" fromLane="0" toLane="0" dir="s" state="M"/>
81
<connection from=":gneJ39_0" to="c" fromLane="0" toLane="0" dir="s" state="M"/>
82
<connection from=":gneJ43_0" to="E0" fromLane="0" toLane="0" dir="s" state="M"/>
83
84
</net>
85
86