Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/dfrouter/real_world/oko_570/edges.edg.xml
169686 views
1
<edges xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edges_file.xsd">
2
<!-- main direction edges -->
3
<edge id="10_00" from="10" to="00" numLanes="1"/>
4
<edge id="01_11" from="01" to="11" numLanes="1"/>
5
6
<edge id="20_10" from="20" to="10" numLanes="1"/>
7
<edge id="11_21" from="11" to="21" numLanes="1"/>
8
9
<edge id="30_20" from="30" to="20" numLanes="1"/>
10
<edge id="21_31" from="21" to="31" numLanes="1"/>
11
12
13
<edge id="50_40" from="50" to="40" numLanes="1"/>
14
<edge id="41_51" from="41" to="51" numLanes="1"/>
15
16
<edge id="60_50" from="60" to="50" numLanes="1"/>
17
<edge id="51_61" from="51" to="61" numLanes="1"/>
18
19
<edge id="70_60" from="70" to="60" numLanes="1"/>
20
<edge id="61_71" from="61" to="71" numLanes="1"/>
21
22
23
<!-- additional (disturbing) connections within the main direction -->
24
<edge id="20_21" from="20" to="21" numLanes="1"/>
25
<edge id="21_20" from="21" to="20" numLanes="1"/>
26
27
<edge id="50_51" from="50" to="51" numLanes="1"/>
28
<edge id="51_50" from="51" to="50" numLanes="1"/>
29
30
31
<!-- main junction (inner) edges -->
32
<edge id="40_30" from="40" to="30" numLanes="1"/>
33
<edge id="31_41" from="31" to="41" numLanes="1"/>
34
35
<edge id="30_31" from="30" to="31" numLanes="1"/>
36
<edge id="41_40" from="41" to="40" numLanes="1"/>
37
38
39
<!-- second direction edges -->
40
<edge id="30_a0" from="30" to="a0" numLanes="1"/>
41
<edge id="a1_40" from="a1" to="40" numLanes="1"/>
42
43
<edge id="a0_a2" from="a0" to="a2" numLanes="1"/>
44
<edge id="a2_a1" from="a2" to="a1" numLanes="1"/>
45
46
<edge id="a2_a3" from="a2" to="a3" numLanes="1"/>
47
<edge id="a3_a2" from="a3" to="a2" numLanes="1"/>
48
49
<edge id="a3_a4" from="a3" to="a4" numLanes="1"/>
50
<edge id="a4_a3" from="a4" to="a3" numLanes="1"/>
51
52
<edge id="a4_a5" from="a4" to="a5" numLanes="1"/>
53
<edge id="a5_a4" from="a5" to="a4" numLanes="1"/>
54
55
<!-- additional disturbance -->
56
<edge id="a3_b1" from="a3" to="b1" numLanes="1"/>
57
<edge id="b1_a3" from="b1" to="a3" numLanes="1"/>
58
59
</edges>
60
61
62