Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/import/GTFS/mapping/invalid_timing/net.net.xml
428738 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2025-03-13 22:35:25 by Eclipse SUMO netedit Version v1_22_0+0824-b321ff32fce
4
<neteditConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/neteditConfiguration.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="0"/>
19
</processing>
20
21
<junctions>
22
<no-turnarounds value="true"/>
23
<junctions.corner-detail value="5"/>
24
<junctions.limit-turn-speed value="5.50"/>
25
<rectangular-lane-cut value="0"/>
26
</junctions>
27
28
<pedestrian>
29
<walkingareas value="0"/>
30
</pedestrian>
31
32
</neteditConfiguration>
33
-->
34
35
<net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
36
37
<location netOffset="-602961.55,-5790545.48" convBoundary="-100.00,0.00,300.00,0.00" origBoundary="10.393336,52.146541,10.787296,52.408126" projParameter="+proj=utm +zone=32 +ellps=WGS84 +datum=WGS84 +units=m +no_defs"/>
38
39
<edge id=":J1_0" function="internal">
40
<lane id=":J1_0_0" index="0" speed="13.89" length="0.10" shape="0.00,-1.60 0.00,-1.60"/>
41
</edge>
42
<edge id=":J2_0" function="internal">
43
<lane id=":J2_0_0" index="0" speed="13.89" length="0.10" shape="200.00,-1.60 200.00,-1.60"/>
44
</edge>
45
<edge id=":J4_0" function="internal">
46
<lane id=":J4_0_0" index="0" speed="13.89" length="0.10" shape="100.00,-1.60 100.00,-1.60"/>
47
</edge>
48
49
<edge id="beg" from="J0" to="J1" priority="-1">
50
<lane id="beg_0" index="0" speed="13.89" length="100.00" shape="-100.00,-1.60 0.00,-1.60"/>
51
</edge>
52
<edge id="end" from="J2" to="J3" priority="-1">
53
<lane id="end_0" index="0" speed="13.89" length="100.00" shape="200.00,-1.60 300.00,-1.60"/>
54
</edge>
55
<edge id="middle" from="J1" to="J4" priority="-1">
56
<lane id="middle_0" index="0" speed="13.89" length="100.00" shape="0.00,-1.60 100.00,-1.60"/>
57
</edge>
58
<edge id="middle2" from="J4" to="J2" priority="-1">
59
<lane id="middle2_0" index="0" speed="13.89" length="100.00" shape="100.00,-1.60 200.00,-1.60"/>
60
</edge>
61
62
<junction id="J0" type="dead_end" x="-100.00" y="0.00" incLanes="" intLanes="" shape="-100.00,0.00 -100.00,-3.20"/>
63
<junction id="J1" type="priority" x="0.00" y="0.00" incLanes="beg_0" intLanes=":J1_0_0" shape="0.00,0.00 0.00,-3.20 0.00,0.00">
64
<request index="0" response="0" foes="0" cont="0"/>
65
</junction>
66
<junction id="J2" type="priority" x="200.00" y="0.00" incLanes="middle2_0" intLanes=":J2_0_0" shape="200.00,0.00 200.00,-3.20 200.00,0.00">
67
<request index="0" response="0" foes="0" cont="0"/>
68
</junction>
69
<junction id="J3" type="dead_end" x="300.00" y="0.00" incLanes="end_0" intLanes="" shape="300.00,-3.20 300.00,0.00"/>
70
<junction id="J4" type="priority" x="100.00" y="0.00" incLanes="middle_0" intLanes=":J4_0_0" shape="100.00,0.00 100.00,-3.20 100.00,0.00">
71
<request index="0" response="0" foes="0" cont="0"/>
72
</junction>
73
74
<connection from="beg" to="middle" fromLane="0" toLane="0" via=":J1_0_0" dir="s" state="M"/>
75
<connection from="middle" to="middle2" fromLane="0" toLane="0" via=":J4_0_0" dir="s" state="M"/>
76
<connection from="middle2" to="end" fromLane="0" toLane="0" via=":J2_0_0" dir="s" state="M"/>
77
78
<connection from=":J1_0" to="middle" fromLane="0" toLane="0" dir="s" state="M"/>
79
<connection from=":J2_0" to="end" fromLane="0" toLane="0" dir="s" state="M"/>
80
<connection from=":J4_0" to="middle2" fromLane="0" toLane="0" dir="s" state="M"/>
81
82
</net>
83
84