Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/import/SUMO/rail_signal/input_net.net.xml
169715 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Thu Mar 5 09:08:36 2015 by SUMO netconvert Version dev-SVN-r18023I
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="input_nodes.nod.xml"/>
13
<edge-files value="input_edges.edg.xml"/>
14
</input>
15
16
<output>
17
<output-file value="net.net.xml"/>
18
</output>
19
20
<report>
21
<verbose value="true"/>
22
<xml-validation value="never"/>
23
</report>
24
25
</configuration>
26
-->
27
28
<net version="0.13" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">
29
30
<location netOffset="500.00,0.00" convBoundary="0.00,0.00,1000.00,100.00" origBoundary="-500.00,0.00,500.00,100.00" projParameter="!"/>
31
32
<edge id=":C_0" function="internal">
33
<lane id=":C_0_0" index="0" allow="rail" speed="13.90" length="5.33" shape="512.50,-1.65 517.82,-1.65"/>
34
</edge>
35
<edge id=":C_1" function="internal">
36
<lane id=":C_1_0" index="0" allow="rail" speed="13.90" length="6.07" shape="512.50,-1.65 517.48,1.81"/>
37
</edge>
38
39
<edge id="CE" from="C" to="E" priority="-1">
40
<lane id="CE_0" index="0" allow="rail" speed="13.90" length="482.18" shape="517.82,-1.65 1000.00,-1.65"/>
41
</edge>
42
<edge id="CN" from="C" to="N" priority="-1">
43
<lane id="CN_0" index="0" allow="rail" speed="13.90" length="492.41" shape="517.48,1.81 1000.32,98.38"/>
44
</edge>
45
<edge id="WC" from="W" to="C" priority="-1">
46
<lane id="WC_0" index="0" allow="rail" speed="13.90" length="512.50" shape="0.00,-1.65 512.50,-1.65"/>
47
</edge>
48
49
<junction id="C" type="rail_signal" x="500.00" y="0.00" incLanes="WC_0" intLanes=":C_0_0 :C_1_0" shape="517.17,3.38 517.79,0.24 517.82,-0.05 517.82,-3.25 512.50,-3.25 512.50,-0.05">
50
<request index="0" response="00" foes="00" cont="0"/>
51
<request index="1" response="00" foes="00" cont="0"/>
52
</junction>
53
<junction id="E" type="unregulated" x="1000.00" y="0.00" incLanes="CE_0" intLanes="" shape="1000.00,-3.25 1000.00,-0.05"/>
54
<junction id="N" type="unregulated" x="1000.00" y="100.00" incLanes="CN_0" intLanes="" shape="1000.64,96.81 1000.01,99.95"/>
55
<junction id="W" type="unregulated" x="0.00" y="0.00" incLanes="" intLanes="" shape="-0.00,-0.05 -0.00,-3.25"/>
56
57
<connection from="WC" to="CE" fromLane="0" toLane="0" via=":C_0_0" tl="C" linkIndex="0" dir="s" state="o"/>
58
<connection from="WC" to="CN" fromLane="0" toLane="0" via=":C_1_0" tl="C" linkIndex="1" dir="s" state="o"/>
59
60
<connection from=":C_0" to="CE" fromLane="0" toLane="0" dir="s" state="M"/>
61
<connection from=":C_1" to="CN" fromLane="0" toLane="0" dir="s" state="M"/>
62
63
</net>
64
65