Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/function/lefthand/sumonet_changeRestriction/input_net.net.xml
169720 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Tue Dec 22 14:10:18 2020 by Eclipse SUMO netconvert Version v1_8_0+0335-f0ce6b1
4
This data file and the accompanying materials
5
are made available under the terms of the Eclipse Public License v2.0
6
which accompanies this distribution, and is available at
7
http://www.eclipse.org/legal/epl-v20.html
8
SPDX-License-Identifier: EPL-2.0
9
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
10
11
<input>
12
<node-files value="input_nodes.nod.xml"/>
13
<edge-files value="input_edges.edg.xml"/>
14
</input>
15
16
<output>
17
<write-license value="true"/>
18
<output-file value="net.net.xml"/>
19
<plain-output-prefix value="plain"/>
20
</output>
21
22
<report>
23
<xml-validation value="never"/>
24
<aggregate-warnings value="5"/>
25
</report>
26
27
</configuration>
28
-->
29
30
<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">
31
32
<location netOffset="0.00,0.00" convBoundary="0.00,0.00,200.00,0.00" origBoundary="0.00,0.00,200.00,0.00" projParameter="!"/>
33
34
<edge id=":1_0" function="internal">
35
<lane id=":1_0_0" index="0" speed="13.45" length="0.10" shape="100.00,-8.00 100.00,-8.00"/>
36
<lane id=":1_0_1" index="1" speed="13.45" length="0.10" shape="100.00,-4.80 100.00,-4.80"/>
37
<lane id=":1_0_2" index="2" speed="13.45" length="0.10" shape="100.00,-1.60 100.00,-1.60"/>
38
</edge>
39
40
<edge id="1" from="0" to="1" priority="-1">
41
<lane id="1_0" index="0" speed="13.00" length="100.00" shape="0.00,-8.00 100.00,-8.00"/>
42
<lane id="1_1" index="1" speed="13.00" length="100.00" shape="0.00,-4.80 100.00,-4.80" changeLeft="authority"/>
43
<lane id="1_2" index="2" speed="13.00" length="100.00" shape="0.00,-1.60 100.00,-1.60" changeRight="authority"/>
44
</edge>
45
<edge id="2" from="1" to="2" priority="-1">
46
<lane id="2_0" index="0" speed="13.89" length="100.00" shape="100.00,-8.00 200.00,-8.00" changeLeft="emergency authority bicycle" changeRight="emergency authority bicycle"/>
47
<lane id="2_1" index="1" speed="13.89" length="100.00" shape="100.00,-4.80 200.00,-4.80"/>
48
<lane id="2_2" index="2" speed="13.89" length="100.00" shape="100.00,-1.60 200.00,-1.60"/>
49
</edge>
50
51
<junction id="0" type="dead_end" x="0.00" y="0.00" incLanes="" intLanes="" shape="0.00,0.00 0.00,-9.60"/>
52
<junction id="1" type="priority" x="100.00" y="0.00" incLanes="1_0 1_1 1_2" intLanes=":1_0_0 :1_0_1 :1_0_2" shape="100.00,0.00 100.00,-9.60 100.00,0.00">
53
<request index="0" response="000" foes="000" cont="0"/>
54
<request index="1" response="000" foes="000" cont="0"/>
55
<request index="2" response="000" foes="000" cont="0"/>
56
</junction>
57
<junction id="2" type="dead_end" x="200.00" y="0.00" incLanes="2_0 2_1 2_2" intLanes="" shape="200.00,-9.60 200.00,0.00"/>
58
59
<connection from="1" to="2" fromLane="0" toLane="0" via=":1_0_0" dir="s" state="M"/>
60
<connection from="1" to="2" fromLane="1" toLane="1" via=":1_0_1" dir="s" state="M"/>
61
<connection from="1" to="2" fromLane="2" toLane="2" via=":1_0_2" dir="s" state="M"/>
62
63
<connection from=":1_0" to="2" fromLane="0" toLane="0" dir="s" state="M"/>
64
<connection from=":1_0" to="2" fromLane="1" toLane="1" dir="s" state="M"/>
65
<connection from=":1_0" to="2" fromLane="2" toLane="2" dir="s" state="M"/>
66
67
</net>
68
69