Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/net/generateStationEdges/input_net.net.xml
428384 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2026-02-11T22:36:07.525367+01:00 by Eclipse SUMO netedit v1_26_0+0161-3cd58603596
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.avoid-overlap value="false"/>
17
<geometry.max-grade.fix value="false"/>
18
<offset.disable-normalization value="true"/>
19
<lefthand value="0"/>
20
</processing>
21
22
<junctions>
23
<no-internal-links value="true"/>
24
<no-turnarounds value="true"/>
25
<junctions.corner-detail value="5"/>
26
<junctions.limit-turn-speed value="5.50"/>
27
<rectangular-lane-cut value="0"/>
28
</junctions>
29
30
<pedestrian>
31
<walkingareas value="0"/>
32
</pedestrian>
33
34
</neteditConfiguration>
35
-->
36
37
<net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" avoidOverlap="0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
38
39
<location netOffset="0.00,0.00" convBoundary="0.00,100.00,300.00,112.50" origBoundary="0.00,0.00,200.00,200.00" projParameter="!"/>
40
41
<edge id="E0" from="J0" to="J1" priority="-1" spreadType="center">
42
<lane id="E0_0" index="0" allow="rail" speed="13.89" length="100.00" shape="0.00,100.00 100.00,100.00"/>
43
</edge>
44
<edge id="E1" from="J1" to="J2" priority="-1" spreadType="center">
45
<lane id="E1_0" index="0" allow="rail" speed="13.89" length="100.00" shape="100.00,100.00 200.00,100.00"/>
46
</edge>
47
<edge id="E2" from="J2" to="J3" priority="-1" spreadType="center">
48
<lane id="E2_0" index="0" allow="rail" speed="13.89" length="100.00" shape="200.00,100.00 300.00,100.00"/>
49
</edge>
50
<edge id="E3" from="J4" to="J5" priority="-1" spreadType="center">
51
<lane id="E3_0" index="0" allow="rail" speed="13.89" length="100.00" shape="300.00,112.50 200.00,112.50"/>
52
</edge>
53
<edge id="E4" from="J5" to="J6" priority="-1" spreadType="center">
54
<lane id="E4_0" index="0" allow="rail" speed="13.89" length="100.00" shape="200.00,112.50 100.00,112.50"/>
55
</edge>
56
<edge id="E5" from="J6" to="J7" priority="-1" spreadType="center">
57
<lane id="E5_0" index="0" allow="rail" speed="13.89" length="100.00" shape="100.00,112.50 0.00,112.50"/>
58
</edge>
59
60
<junction id="J0" type="dead_end" x="0.00" y="100.00" incLanes="" intLanes="" shape="0.00,101.60 0.00,98.40"/>
61
<junction id="J1" type="priority" x="100.00" y="100.00" incLanes="E0_0" intLanes="" shape="100.00,101.60 100.00,98.40 100.00,101.60">
62
<request index="0" response="0" foes="0"/>
63
</junction>
64
<junction id="J2" type="priority" x="200.00" y="100.00" incLanes="E1_0" intLanes="" shape="200.00,101.60 200.00,98.40 200.00,101.60">
65
<request index="0" response="0" foes="0"/>
66
</junction>
67
<junction id="J3" type="dead_end" x="300.00" y="100.00" incLanes="E2_0" intLanes="" shape="300.00,98.40 300.00,101.60"/>
68
<junction id="J4" type="dead_end" x="300.00" y="112.50" incLanes="" intLanes="" shape="300.00,110.90 300.00,114.10"/>
69
<junction id="J5" type="priority" x="200.00" y="112.50" incLanes="E3_0" intLanes="" shape="200.00,114.10 200.00,110.90 200.00,114.10">
70
<request index="0" response="0" foes="0"/>
71
</junction>
72
<junction id="J6" type="priority" x="100.00" y="112.50" incLanes="E4_0" intLanes="" shape="100.00,114.10 100.00,110.90 100.00,114.10">
73
<request index="0" response="0" foes="0"/>
74
</junction>
75
<junction id="J7" type="dead_end" x="0.00" y="112.50" incLanes="E5_0" intLanes="" shape="0.00,114.10 0.00,110.90"/>
76
77
<connection from="E0" to="E1" fromLane="0" toLane="0" dir="s" state="M"/>
78
<connection from="E1" to="E2" fromLane="0" toLane="0" dir="s" state="M"/>
79
<connection from="E3" to="E4" fromLane="0" toLane="0" dir="s" state="M"/>
80
<connection from="E4" to="E5" fromLane="0" toLane="0" dir="s" state="M"/>
81
82
</net>
83
84