Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/export/openDRIVE/split/input_net.net.xml
169689 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Fri 15 Dec 2017 07:28:19 AM CET by Netedit Version v0_31_0+1615-563e687
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
<sumo-net-file value="/scr1/sumo/tests/netconvert/import/openDRIVE/sumo_to_xodr_split/input_net.net.xml"/>
13
</input>
14
15
<output>
16
<output-file value="/scr1/sumo/tests/netconvert/import/openDRIVE/sumo_to_xodr_split/input_net.net.xml"/>
17
</output>
18
19
<processing>
20
<no-internal-links value="true"/>
21
<no-turnarounds value="true"/>
22
<offset.disable-normalization value="true"/>
23
<lefthand value="false"/>
24
<junctions.corner-detail value="0"/>
25
<rectangular-lane-cut value="false"/>
26
<walkingareas value="false"/>
27
</processing>
28
29
</configuration>
30
-->
31
32
<net version="0.27" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
33
34
<location netOffset="1000.00,0.00" convBoundary="0.00,0.00,200.00,0.00" origBoundary="-1000.00,0.00,1000.00,100.00" projParameter="!"/>
35
36
<edge id="a" from="gneJ2" to="gneJ3" priority="1" spreadType="center">
37
<lane id="a_0" index="0" allow="pedestrian" speed="13.89" length="100.00" width="2.00" shape="0.00,-3.30 94.00,-3.30"/>
38
<lane id="a_1" index="1" speed="13.89" length="100.00" shape="0.00,-0.60 94.00,-0.60"/>
39
<lane id="a_2" index="2" speed="13.89" length="100.00" shape="0.00,2.70 94.00,2.70"/>
40
</edge>
41
<edge id="b" from="gneJ3" to="gneJ5" priority="1" spreadType="center">
42
<lane id="b_0" index="0" allow="pedestrian" speed="13.89" length="100.00" width="2.00" shape="106.00,-6.60 200.00,-6.60"/>
43
<lane id="b_1" index="1" disallow="pedestrian" speed="13.89" length="100.00" shape="106.00,-3.90 200.00,-3.90"/>
44
<lane id="b_2" index="2" disallow="pedestrian" speed="13.89" length="100.00" shape="106.00,-0.60 200.00,-0.60"/>
45
<lane id="b_3" index="3" disallow="pedestrian" speed="13.89" length="100.00" shape="106.00,2.70 200.00,2.70"/>
46
<lane id="b_4" index="4" disallow="pedestrian" speed="13.89" length="100.00" shape="106.00,6.00 200.00,6.00"/>
47
</edge>
48
49
<junction id="gneJ2" type="dead_end" x="0.00" y="0.00" incLanes="" intLanes="" shape="0.00,4.30 0.00,-4.30"/>
50
<junction id="gneJ3" type="priority" x="100.00" y="0.00" incLanes="a_0 a_1 a_2" intLanes="" shape="106.00,7.60 106.00,-7.60 94.00,-4.30 94.00,4.30" radius="6.00">
51
<request index="0" response="0000" foes="0000"/>
52
<request index="1" response="0000" foes="0000"/>
53
<request index="2" response="0000" foes="0000"/>
54
<request index="3" response="0000" foes="0000"/>
55
</junction>
56
<junction id="gneJ5" type="dead_end" x="200.00" y="0.00" incLanes="b_0 b_1 b_2 b_3 b_4" intLanes="" shape="200.00,-7.60 200.00,7.60"/>
57
58
<connection from="a" to="b" fromLane="1" toLane="1" dir="s" state="M"/>
59
<connection from="a" to="b" fromLane="2" toLane="2" dir="s" state="M"/>
60
<connection from="a" to="b" fromLane="2" toLane="3" dir="s" state="M"/>
61
<connection from="a" to="b" fromLane="2" toLane="4" dir="s" state="M"/>
62
63
</net>
64
65