Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/vehicle/setSpeedFactor_IDM/input_net.net.xml
169715 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Mi 05 Aug 2020 09:48:30 CEST by Eclipse SUMO netedit Version v1_6_0+1403-54c7cf3d6a
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/complex/traci/vehicle/slowDown/input_net.net.xml"/>
8
</input>
9
10
<output>
11
<output-file value="/home/kobo/dlr/sumo/tests/complex/traci/vehicle/slowDown/input_net.net.xml"/>
12
<output.street-names value="true"/>
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-internal-links value="true"/>
24
<no-turnarounds value="true"/>
25
<junctions.corner-detail value="0"/>
26
<junctions.limit-turn-speed value="-1"/>
27
<rectangular-lane-cut value="false"/>
28
</junctions>
29
30
<pedestrian>
31
<walkingareas value="false"/>
32
</pedestrian>
33
34
<report>
35
<aggregate-warnings value="5"/>
36
</report>
37
38
</configuration>
39
-->
40
41
<net version="1.6" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
42
43
<location netOffset="500.00,500.00" convBoundary="200.00,400.00,1200.00,400.00" origBoundary="-500.00,-500.00,500.00,500.00" projParameter="!"/>
44
45
<edge id="a" from="gneJ0" to="gneJ1" priority="-1">
46
<lane id="a_0" index="0" speed="27.78" length="1000.00" shape="200.00,398.40 1200.00,398.40"/>
47
</edge>
48
49
<junction id="gneJ0" type="dead_end" x="200.00" y="400.00" incLanes="" intLanes="" shape="200.00,400.00 200.00,396.80"/>
50
<junction id="gneJ1" type="dead_end" x="1200.00" y="400.00" incLanes="a_0" intLanes="" shape="1200.00,396.80 1200.00,400.00"/>
51
52
</net>
53
54