Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/inner_lanes/limit-turn-speed/input_edges.edg.xml
169686 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Mi 27 Jun 2018 21:33:42 CEST by Eclipse SUMO netedit Version 9448296
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="/home/kobo/dlr/sumo/tests/netconvert/inner_lanes/limit-turn-speed/net.netconvert"/>
8
</input>
9
10
<output>
11
<output-file value="/home/kobo/dlr/sumo/tests/netconvert/inner_lanes/limit-turn-speed/net.netconvert"/>
12
<plain-output-prefix value="/home/kobo/dlr/sumo/tests/netconvert/inner_lanes/limit-turn-speed/input_edges"/>
13
</output>
14
15
<processing>
16
<no-turnarounds value="true"/>
17
<offset.disable-normalization value="true"/>
18
<lefthand value="false"/>
19
<junctions.corner-detail value="5"/>
20
<rectangular-lane-cut value="false"/>
21
<walkingareas value="false"/>
22
</processing>
23
24
</configuration>
25
-->
26
27
<edges version="0.27" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edges_file.xsd">
28
<edge id="CE" from="C" to="E" priority="1" numLanes="2" speed="13.89"/>
29
<edge id="CN" from="C" to="N" priority="2" numLanes="2" speed="27.78"/>
30
<edge id="CS" from="C" to="S" priority="2" numLanes="2" speed="22.22"/>
31
<edge id="CW" from="C" to="W" priority="1" numLanes="2" speed="27.78"/>
32
<edge id="EC" from="E" to="C" priority="1" numLanes="2" speed="13.89"/>
33
<edge id="NC" from="N" to="C" priority="2" numLanes="2" speed="27.78"/>
34
<edge id="SC" from="S" to="C" priority="2" numLanes="2" speed="22.22"/>
35
<edge id="WC" from="W" to="C" priority="1" numLanes="2" speed="27.78"/>
36
<edge id="EE2" from="E" to="E2" priority="-1" numLanes="1" speed="13.89"/>
37
<edge id="E2E3" from="E2" to="E3" priority="-1" numLanes="1" speed="13.89"/>
38
<edge id="E3E4" from="E3" to="E4" priority="-1" numLanes="1" speed="13.89"/>
39
</edges>
40
41