Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/misc/generateParkingAreas/net.net.xml
428382 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2021-11-29 14:37:08 by Eclipse SUMO netedit Version v1_11_0+0129-a43e64f76fb
4
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
5
6
<output>
7
<output-file value="C:\Users\bans_ol\Documents\sumo\tests\tools\misc\generateParkingAreas\example\net.net.xml"/>
8
</output>
9
10
<processing>
11
<offset.disable-normalization value="true"/>
12
</processing>
13
14
<junctions>
15
<no-turnarounds value="true"/>
16
</junctions>
17
18
<report>
19
<aggregate-warnings value="5"/>
20
</report>
21
22
</configuration>
23
-->
24
25
<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">
26
27
<location netOffset="0.00,0.00" convBoundary="-200.00,0.00,200.00,300.00" origBoundary="10000000000.00,10000000000.00,-10000000000.00,-10000000000.00" projParameter="!"/>
28
29
<edge id=":J1_0" function="internal">
30
<lane id=":J1_0_0" index="0" speed="13.89" length="0.10" shape="0.00,-1.60 0.00,-1.60"/>
31
</edge>
32
<edge id=":J2_0" function="internal">
33
<lane id=":J2_0_0" index="0" speed="3.90" length="2.58" shape="200.00,-1.60 200.70,-1.50 201.20,-1.20 201.50,-0.70 201.60,0.00"/>
34
</edge>
35
<edge id=":J3_0" function="internal">
36
<lane id=":J3_0_0" index="0" speed="3.90" length="2.58" shape="201.60,300.00 201.50,300.70 201.20,301.20 200.70,301.50 200.00,301.60"/>
37
</edge>
38
39
<edge id="E0" from="J0" to="J1" priority="-1" type="a">
40
<lane id="E0_0" index="0" speed="13.89" length="100.00" shape="-100.00,-1.60 0.00,-1.60"/>
41
</edge>
42
<edge id="E1" from="J1" to="J2" priority="-1" type="a">
43
<lane id="E1_0" index="0" speed="13.89" length="200.00" shape="0.00,-1.60 200.00,-1.60"/>
44
</edge>
45
<edge id="E2" from="J2" to="J3" priority="-1" type="b">
46
<lane id="E2_0" index="0" speed="13.89" length="300.00" shape="201.60,0.00 201.60,300.00"/>
47
</edge>
48
<edge id="E3" from="J3" to="J4" priority="-1" type="c">
49
<lane id="E3_0" index="0" speed="13.89" length="400.00" shape="200.00,301.60 -200.00,301.60"/>
50
</edge>
51
52
<junction id="J0" type="dead_end" x="-100.00" y="0.00" incLanes="" intLanes="" shape="-100.00,0.00 -100.00,-3.20"/>
53
<junction id="J1" type="priority" x="0.00" y="0.00" incLanes="E0_0" intLanes=":J1_0_0" shape="0.00,0.00 0.00,-3.20 0.00,0.00">
54
<request index="0" response="0" foes="0" cont="0"/>
55
</junction>
56
<junction id="J2" type="priority" x="200.00" y="0.00" incLanes="E1_0" intLanes=":J2_0_0" shape="200.00,0.00 203.20,0.00 202.84,-1.78 202.40,-2.40 201.78,-2.84 200.98,-3.11 200.00,-3.20">
57
<request index="0" response="0" foes="0" cont="0"/>
58
</junction>
59
<junction id="J3" type="priority" x="200.00" y="300.00" incLanes="E2_0" intLanes=":J3_0_0" shape="203.20,300.00 200.00,300.00 200.00,303.20 201.78,302.84 202.40,302.40 202.84,301.78 203.11,300.98">
60
<request index="0" response="0" foes="0" cont="0"/>
61
</junction>
62
<junction id="J4" type="dead_end" x="-200.00" y="300.00" incLanes="E3_0" intLanes="" shape="-200.00,303.20 -200.00,300.00"/>
63
64
<connection from="E0" to="E1" fromLane="0" toLane="0" via=":J1_0_0" dir="s" state="M"/>
65
<connection from="E1" to="E2" fromLane="0" toLane="0" via=":J2_0_0" dir="l" state="M"/>
66
<connection from="E2" to="E3" fromLane="0" toLane="0" via=":J3_0_0" dir="l" state="M"/>
67
68
<connection from=":J1_0" to="E1" fromLane="0" toLane="0" dir="s" state="M"/>
69
<connection from=":J2_0" to="E2" fromLane="0" toLane="0" dir="l" state="M"/>
70
<connection from=":J3_0" to="E3" fromLane="0" toLane="0" dir="l" state="M"/>
71
72
</net>
73
74