Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/public_transport/generateRailSignalConstraints/parkingInsertion/basic/net.net.xml
429542 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2021-06-08 15:46:33 by Eclipse SUMO netedit Version v1_9_2+0392-aeb53d5
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="net.net.xml"/>
8
</input>
9
10
<output>
11
<output-file value="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="false"/>
19
</processing>
20
21
<junctions>
22
<no-internal-links value="true"/>
23
<no-turnarounds value="true"/>
24
<junctions.corner-detail value="5"/>
25
<junctions.limit-turn-speed value="5.5"/>
26
<rectangular-lane-cut value="false"/>
27
</junctions>
28
29
<pedestrian>
30
<walkingareas value="false"/>
31
</pedestrian>
32
33
<report>
34
<aggregate-warnings value="5"/>
35
</report>
36
37
</configuration>
38
-->
39
40
<net version="1.9" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
41
42
<location netOffset="0.00,0.00" convBoundary="-400.00,0.00,800.00,0.00" origBoundary="-10000000000.00,-10000000000.00,10000000000.00,10000000000.00" projParameter="!"/>
43
44
<edge id="a" from="gneJ1" to="A" priority="-1">
45
<lane id="a_0" index="0" allow="rail" speed="13.89" length="400.00" shape="-400.00,-1.60 0.00,-1.60"/>
46
</edge>
47
<edge id="b" from="A" to="B" priority="-1">
48
<lane id="b_0" index="0" allow="rail" speed="13.89" length="400.00" shape="0.00,-1.60 400.00,-1.60"/>
49
</edge>
50
<edge id="c" from="B" to="C" priority="-1">
51
<lane id="c_0" index="0" allow="rail" speed="13.89" length="400.00" shape="400.00,-1.60 800.00,-1.60"/>
52
</edge>
53
54
<junction id="A" type="rail_signal" x="0.00" y="0.00" incLanes="a_0" intLanes="" shape="0.00,0.00 0.00,-3.20 0.00,0.00">
55
<request index="0" response="0" foes="0"/>
56
</junction>
57
<junction id="B" type="rail_signal" x="400.00" y="0.00" incLanes="b_0" intLanes="" shape="400.00,0.00 400.00,-3.20 400.00,0.00">
58
<request index="0" response="0" foes="0"/>
59
</junction>
60
<junction id="C" type="dead_end" x="800.00" y="0.00" incLanes="c_0" intLanes="" shape="800.00,-3.20 800.00,0.00"/>
61
<junction id="gneJ1" type="dead_end" x="-400.00" y="0.00" incLanes="" intLanes="" shape="-400.00,0.00 -400.00,-3.20"/>
62
63
<connection from="a" to="b" fromLane="0" toLane="0" tl="A" linkIndex="0" dir="s" state="O"/>
64
<connection from="b" to="c" fromLane="0" toLane="0" tl="B" linkIndex="0" dir="s" state="O"/>
65
66
</net>
67
68