Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/district/gridDistricts/net_offset/net.net.xml
428464 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2023-05-16 09:49:26 by Eclipse SUMO netgenerate Version v1_17_0+0298-388a207
4
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netgenerateConfiguration.xsd">
5
6
<grid_network>
7
<grid value="true"/>
8
<grid.number value="2"/>
9
</grid_network>
10
11
<processing>
12
<offset.x value="100"/>
13
<offset.y value="200"/>
14
</processing>
15
16
<junctions>
17
<no-internal-links value="true"/>
18
</junctions>
19
20
</configuration>
21
-->
22
23
<net version="1.16" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
24
25
<location netOffset="100.00,200.00" convBoundary="100.00,200.00,200.00,300.00" origBoundary="0.00,0.00,100.00,100.00" projParameter="!"/>
26
27
<edge id="A0A1" from="A0" to="A1" priority="-1">
28
<lane id="A0A1_0" index="0" speed="13.89" length="100.00" shape="101.60,203.20 101.60,296.80"/>
29
</edge>
30
<edge id="A0B0" from="A0" to="B0" priority="-1">
31
<lane id="A0B0_0" index="0" speed="13.89" length="100.00" shape="103.20,198.40 196.80,198.40"/>
32
</edge>
33
<edge id="A1A0" from="A1" to="A0" priority="-1">
34
<lane id="A1A0_0" index="0" speed="13.89" length="100.00" shape="98.40,296.80 98.40,203.20"/>
35
</edge>
36
<edge id="A1B1" from="A1" to="B1" priority="-1">
37
<lane id="A1B1_0" index="0" speed="13.89" length="100.00" shape="103.20,298.40 196.80,298.40"/>
38
</edge>
39
<edge id="B0A0" from="B0" to="A0" priority="-1">
40
<lane id="B0A0_0" index="0" speed="13.89" length="100.00" shape="196.80,201.60 103.20,201.60"/>
41
</edge>
42
<edge id="B0B1" from="B0" to="B1" priority="-1">
43
<lane id="B0B1_0" index="0" speed="13.89" length="100.00" shape="201.60,203.20 201.60,296.80"/>
44
</edge>
45
<edge id="B1A1" from="B1" to="A1" priority="-1">
46
<lane id="B1A1_0" index="0" speed="13.89" length="100.00" shape="196.80,301.60 103.20,301.60"/>
47
</edge>
48
<edge id="B1B0" from="B1" to="B0" priority="-1">
49
<lane id="B1B0_0" index="0" speed="13.89" length="100.00" shape="198.40,296.80 198.40,203.20"/>
50
</edge>
51
52
<junction id="A0" type="priority" x="100.00" y="200.00" incLanes="A1A0_0 B0A0_0" intLanes="" shape="96.80,203.20 103.20,203.20 103.20,196.80 99.64,197.51 98.40,198.40 97.51,199.64 96.98,201.24">
53
<request index="0" response="00" foes="00"/>
54
<request index="1" response="00" foes="00"/>
55
</junction>
56
<junction id="A1" type="priority" x="100.00" y="300.00" incLanes="B1A1_0 A0A1_0" intLanes="" shape="103.20,303.20 103.20,296.80 96.80,296.80 97.51,300.36 98.40,301.60 99.64,302.49 101.24,303.02">
57
<request index="0" response="00" foes="00"/>
58
<request index="1" response="00" foes="00"/>
59
</junction>
60
<junction id="B0" type="priority" x="200.00" y="200.00" incLanes="B1B0_0 A0B0_0" intLanes="" shape="196.80,203.20 203.20,203.20 202.49,199.64 201.60,198.40 200.36,197.51 198.76,196.98 196.80,196.80">
61
<request index="0" response="00" foes="00"/>
62
<request index="1" response="00" foes="00"/>
63
</junction>
64
<junction id="B1" type="priority" x="200.00" y="300.00" incLanes="B0B1_0 A1B1_0" intLanes="" shape="203.20,296.80 196.80,296.80 196.80,303.20 200.36,302.49 201.60,301.60 202.49,300.36 203.02,298.76">
65
<request index="0" response="00" foes="00"/>
66
<request index="1" response="00" foes="00"/>
67
</junction>
68
69
<connection from="A0A1" to="A1B1" fromLane="0" toLane="0" dir="r" state="M"/>
70
<connection from="A0B0" to="B0B1" fromLane="0" toLane="0" dir="l" state="M"/>
71
<connection from="A1A0" to="A0B0" fromLane="0" toLane="0" dir="l" state="M"/>
72
<connection from="A1B1" to="B1B0" fromLane="0" toLane="0" dir="r" state="M"/>
73
<connection from="B0A0" to="A0A1" fromLane="0" toLane="0" dir="r" state="M"/>
74
<connection from="B0B1" to="B1A1" fromLane="0" toLane="0" dir="l" state="M"/>
75
<connection from="B1A1" to="A1A0" fromLane="0" toLane="0" dir="l" state="M"/>
76
<connection from="B1B0" to="B0A0" fromLane="0" toLane="0" dir="r" state="M"/>
77
78
</net>
79
80