Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/function/roundabouts/2lanes/input_plain.edg.xml
169715 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Tue May 21 12:29:19 2019 by Eclipse SUMO netconvert Version v1_2_0+0252-83989c2
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="roundabout2.net.xml"/>
8
</input>
9
10
<output>
11
<plain-output-prefix value="input_plain"/>
12
</output>
13
14
<processing>
15
<geometry.max-grade.fix value="false"/>
16
<offset.disable-normalization value="true"/>
17
<lefthand value="false"/>
18
</processing>
19
20
<junctions>
21
<no-turnarounds value="true"/>
22
<junctions.corner-detail value="0"/>
23
<junctions.limit-turn-speed value="-1"/>
24
<rectangular-lane-cut value="false"/>
25
</junctions>
26
27
<pedestrian>
28
<walkingareas value="false"/>
29
</pedestrian>
30
31
</configuration>
32
-->
33
34
<edges version="1.3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edges_file.xsd">
35
<edge id="CE" from="RE" to="E" priority="2" numLanes="2" speed="13.89"/>
36
<edge id="CN" from="RN" to="N" priority="2" numLanes="2" speed="13.89"/>
37
<edge id="CS" from="RS" to="S" priority="2" numLanes="2" speed="13.89"/>
38
<edge id="CW" from="RW" to="W" priority="2" numLanes="2" speed="13.89"/>
39
<edge id="EC" from="E" to="RE" priority="2" numLanes="2" speed="13.89"/>
40
<edge id="NC" from="N" to="RN" priority="2" numLanes="2" speed="13.89"/>
41
<edge id="REN" from="RE" to="RN" priority="-1" numLanes="2" speed="13.89" shape="125.00,100.00 124.69,105.25 123.77,109.88 122.22,113.89 120.06,117.28 117.28,120.06 113.89,122.22 109.88,123.77 105.25,124.69 100.00,125.00"/>
42
<edge id="RNW" from="RN" to="RW" priority="-1" numLanes="2" speed="13.89" shape="100.00,125.00 94.75,124.69 90.12,123.77 86.11,122.22 82.72,120.06 79.94,117.28 77.78,113.89 76.23,109.88 75.31,105.25 75.00,100.00"/>
43
<edge id="RSE" from="RS" to="RE" priority="-1" numLanes="2" speed="13.89" shape="100.00,75.00 105.25,75.31 109.88,76.23 113.89,77.78 117.28,79.94 120.06,82.72 122.22,86.11 123.77,90.12 124.69,94.75 125.00,100.00"/>
44
<edge id="RWS" from="RW" to="RS" priority="-1" numLanes="2" speed="13.89" shape="75.00,100.00 75.31,94.75 76.23,90.12 77.78,86.11 79.94,82.72 82.72,79.94 86.11,77.78 90.12,76.23 94.75,75.31 100.00,75.00"/>
45
<edge id="SC" from="S" to="RS" priority="2" numLanes="2" speed="13.89"/>
46
<edge id="WC" from="W" to="RW" priority="2" numLanes="2" speed="13.89"/>
47
48
<roundabout nodes="RE RN RS RW" edges="REN RNW RSE RWS"/>
49
50
</edges>
51
52