Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/function/bikeLanes/guess_with_sidewalks/input_plain.edg.xml
169720 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2021-09-06 10:49:27 by Eclipse SUMO netedit Version v1_10_0+0507-d1539f0
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="net.netconvert"/>
8
</input>
9
10
<output>
11
<output-file value="net.netconvert"/>
12
<plain-output-prefix value="/home/erdm_ja/scr1/sumo/tests/netconvert/function/bikeLanes/guess_with_sidewalks/input_plain"/>
13
</output>
14
15
<processing>
16
<geometry.min-radius.fix.railways value="false"/>
17
<geometry.max-grade.fix value="false"/>
18
<offset.disable-normalization value="true"/>
19
<lefthand value="false"/>
20
</processing>
21
22
<junctions>
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
<edges version="1.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/edges_file.xsd">
41
<edge id="CE" from="C" to="E" priority="2" numLanes="1" speed="13.89"/>
42
<edge id="CN" from="C" to="N" priority="2" numLanes="1" speed="13.89" allow="bicycle"/>
43
<edge id="CS" from="C" to="S" priority="2" numLanes="1" speed="5.00" allow="pedestrian"/>
44
<edge id="CW" from="C" to="W" priority="2" numLanes="2" speed="13.89">
45
<lane index="0" allow="pedestrian" width="2.00"/>
46
<lane index="1" allow="passenger"/>
47
</edge>
48
<edge id="EC" from="E" to="C" priority="2" numLanes="1" speed="13.89"/>
49
<edge id="NC" from="N" to="C" priority="2" numLanes="1" speed="13.89" allow="bicycle"/>
50
<edge id="SC" from="S" to="C" priority="2" numLanes="1" speed="5.00" allow="pedestrian"/>
51
<edge id="WC" from="W" to="C" priority="2" numLanes="2" speed="13.89">
52
<lane index="0" allow="pedestrian" width="2.00"/>
53
<lane index="1" allow="passenger"/>
54
</edge>
55
</edges>
56
57