Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/public_transport/generateRailSignalConstraints/insertionFoe/foeParking/net.net.xml
429640 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Fri 26 Feb 2021 10:42:08 AM CET by Eclipse SUMO netedit Version v1_8_0+1397-23ddab0
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="-200.00,0.00,1000.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="-200.00,-1.60 200.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="200.00,-1.60 600.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="600.00,-1.60 1000.00,-1.60"/>
52
</edge>
53
54
<junction id="A" type="rail_signal" x="200.00" y="0.00" incLanes="a_0" intLanes="" shape="200.00,0.00 200.00,-3.20 200.00,0.00">
55
<request index="0" response="0" foes="0"/>
56
</junction>
57
<junction id="B" type="rail_signal" x="600.00" y="0.00" incLanes="b_0" intLanes="" shape="600.00,0.00 600.00,-3.20 600.00,0.00">
58
<request index="0" response="0" foes="0"/>
59
</junction>
60
<junction id="C" type="dead_end" x="1000.00" y="0.00" incLanes="c_0" intLanes="" shape="1000.00,-3.20 1000.00,0.00"/>
61
<junction id="gneJ1" type="dead_end" x="-200.00" y="0.00" incLanes="" intLanes="" shape="-200.00,0.00 -200.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