Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/vehicle/getNeighborsOpposite/input_net.net.xml
169720 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 12/16/15 14:34:01 by SUMO netconvert Version dev-SVN-r19621D
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="net.xml"/>
13
</input>
14
15
<output>
16
<output-file value="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
<opposites.guess value="true"/>
24
<lefthand value="false"/>
25
<junctions.corner-detail value="0"/>
26
</processing>
27
28
</configuration>
29
-->
30
31
<net version="0.25" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
32
33
<location netOffset="0.00,0.00" convBoundary="0.00,0.00,200.00,0.00" origBoundary="-10000000000.00,-10000000000.00,10000000000.00,10000000000.00" projParameter="!"/>
34
35
<edge id="-VODUGES_beg" from="E" to="W" priority="1">
36
<lane id="-VODUGES_beg_0" index="0" speed="13.89" length="200.00" shape="200.00,1.65 0.00,1.65">
37
<neigh lane="VODUGES_beg_0"/>
38
</lane>
39
</edge>
40
<edge id="VODUGES_beg" from="W" to="E" priority="1">
41
<lane id="VODUGES_beg_0" index="0" speed="13.89" length="200.00" shape="0.00,-1.65 200.00,-1.65">
42
<neigh lane="-VODUGES_beg_0"/>
43
</lane>
44
</edge>
45
46
<junction id="E" type="dead_end" x="200.00" y="0.00" incLanes="VODUGES_beg_0" intLanes="" shape="200.00,0.05 200.00,3.25 200.00,-3.25 200.00,-0.05"/>
47
<junction id="W" type="dead_end" x="0.00" y="0.00" incLanes="-VODUGES_beg_0" intLanes="" shape="0.00,-0.05 0.00,-3.25 0.00,3.25 0.00,0.05"/>
48
49
</net>
50
51