Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/vehicle/changeSublane/input_net.net.xml
169715 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2021-11-08 08:33:03 by Eclipse SUMO netedit Version v1_10_0+2008-b67a541
4
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
5
6
<input>
7
<sumo-net-file value="input_net.net.xml"/>
8
</input>
9
10
<output>
11
<output-file value="input_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="false"/>
19
</processing>
20
21
<junctions>
22
<no-internal-links value="true"/>
23
<no-turnarounds value="true"/>
24
<junctions.corner-detail value="5"/>
25
<junctions.limit-turn-speed value="5.5"/>
26
<rectangular-lane-cut value="false"/>
27
</junctions>
28
29
<pedestrian>
30
<walkingareas value="false"/>
31
</pedestrian>
32
33
<report>
34
<aggregate-warnings value="5"/>
35
</report>
36
37
</configuration>
38
-->
39
40
<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">
41
42
<location netOffset="0.00,0.00" convBoundary="0.00,0.00,1000.00,0.00" origBoundary="-10000000000.00,-10000000000.00,10000000000.00,10000000000.00" projParameter="!"/>
43
44
<edge id="-gneE0" from="gneJ1" to="gneJ0" priority="-1">
45
<lane id="-gneE0_0" index="0" speed="13.89" length="1000.00" shape="1000.00,8.00 0.00,8.00"/>
46
<lane id="-gneE0_1" index="1" speed="13.89" length="1000.00" shape="1000.00,4.80 0.00,4.80"/>
47
<lane id="-gneE0_2" index="2" speed="13.89" length="1000.00" shape="1000.00,1.60 0.00,1.60">
48
<neigh lane="gneE0_2"/>
49
</lane>
50
</edge>
51
<edge id="gneE0" from="gneJ0" to="gneJ1" priority="-1">
52
<lane id="gneE0_0" index="0" speed="13.89" length="1000.00" shape="0.00,-8.00 1000.00,-8.00"/>
53
<lane id="gneE0_1" index="1" speed="13.89" length="1000.00" shape="0.00,-4.80 1000.00,-4.80"/>
54
<lane id="gneE0_2" index="2" speed="13.89" length="1000.00" shape="0.00,-1.60 1000.00,-1.60">
55
<neigh lane="-gneE0_2"/>
56
</lane>
57
</edge>
58
59
<junction id="gneJ0" type="dead_end" x="0.00" y="0.00" incLanes="-gneE0_0 -gneE0_1 -gneE0_2" intLanes="" shape="0.00,0.00 0.00,9.60 0.00,0.00"/>
60
<junction id="gneJ1" type="dead_end" x="1000.00" y="0.00" incLanes="gneE0_0 gneE0_1 gneE0_2" intLanes="" shape="1000.00,0.00 1000.00,-9.60 1000.00,0.00"/>
61
62
</net>
63
64