Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/tutorial/hello/data/hello.net.xml
169713 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Thu Mar 26 16:23:52 2015 by SUMO netconvert Version dev-SVN-r18156I
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
<node-files value="./complex/tutorial/hello/data/hello.nod.xml"/>
13
<edge-files value="./complex/tutorial/hello/data/hello.edg.xml"/>
14
</input>
15
16
<output>
17
<output-file value="./complex/tutorial/hello/data/hello.net.xml"/>
18
</output>
19
20
<report>
21
<verbose value="true"/>
22
</report>
23
24
</configuration>
25
-->
26
27
<net version="0.13" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
28
29
<location netOffset="250.00,0.00" convBoundary="0.00,0.00,501.00,0.00" origBoundary="-250.00,0.00,251.00,0.00" projParameter="!"/>
30
31
<edge id=":2_0" function="internal">
32
<lane id=":2_0_0" index="0" speed="13.90" length="0.10" shape="500.00,-1.65 500.00,-1.65"/>
33
</edge>
34
35
<edge id="1to2" from="1" to="2" priority="-1">
36
<lane id="1to2_0" index="0" speed="13.90" length="500.00" shape="0.00,-1.65 500.00,-1.65"/>
37
</edge>
38
<edge id="out" from="2" to="3" priority="-1">
39
<lane id="out_0" index="0" speed="13.90" length="1.00" shape="500.00,-1.65 501.00,-1.65"/>
40
</edge>
41
42
<junction id="1" type="unregulated" x="0.00" y="0.00" incLanes="" intLanes="" shape="-0.00,-0.05 -0.00,-3.25"/>
43
<junction id="2" type="priority" x="500.00" y="0.00" incLanes="1to2_0" intLanes=":2_0_0" shape="500.00,-0.05 500.00,-3.25 500.00,-0.05">
44
<request index="0" response="0" foes="0" cont="0"/>
45
</junction>
46
<junction id="3" type="unregulated" x="501.00" y="0.00" incLanes="out_0" intLanes="" shape="501.00,-3.25 501.00,-0.05"/>
47
48
<connection from="1to2" to="out" fromLane="0" toLane="0" via=":2_0_0" dir="s" state="M"/>
49
50
<connection from=":2_0" to="out" fromLane="0" toLane="0" dir="s" state="M"/>
51
52
</net>
53
54