Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netconvert/function/rightTurnConflict/net.netconvert
169686 views
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-02-29 13:56:12 by Eclipse SUMO netconvert Version v1_19_0+1092-a49a04372af
This data file and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v20.html
This file may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
Public License 2.0 are satisfied: GNU General Public License, version 2
or later which is available at
https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">

    <input>
        <node-files value="input_plain.nod.xml"/>
        <edge-files value="input_plain.edg.xml"/>
        <connection-files value="input_plain.con.xml"/>
    </input>

    <output>
        <write-license value="true"/>
        <output-file value="net.net.xml"/>
    </output>

    <junctions>
        <no-internal-links value="true"/>
    </junctions>

    <report>
        <xml-validation value="never"/>
    </report>

</configuration>
-->

<net version="1.20" junctionCornerDetail="5" limitTurnSpeed="5.50" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/net_file.xsd">

    <location netOffset="0.00,100.00" convBoundary="0.00,0.00,100.00,200.00" origBoundary="-10000000000.00,-10000000000.00,10000000000.00,10000000000.00" projParameter="!"/>

    <edge id="CE" from="C" to="E" priority="2">
        <lane id="CE_0" index="0" speed="13.89" length="100.00" width="0.60" shape="5.20,99.10 100.00,99.10"/>
        <lane id="CE_1" index="1" speed="13.89" length="100.00" width="0.60" shape="5.20,99.70 100.00,99.70"/>
    </edge>
    <edge id="CN" from="C" to="N" priority="2">
        <lane id="CN_0" index="0" speed="13.89" length="100.00" width="0.60" shape="0.90,104.00 0.90,200.00"/>
        <lane id="CN_1" index="1" speed="13.89" length="100.00" width="0.60" shape="0.30,104.00 0.30,200.00"/>
    </edge>
    <edge id="SC" from="S" to="C" priority="2">
        <lane id="SC_0" index="0" speed="13.89" length="100.00" width="0.60" shape="0.90,0.00 0.90,94.80"/>
        <lane id="SC_1" index="1" speed="13.89" length="100.00" width="0.60" shape="0.30,0.00 0.30,94.80"/>
    </edge>

    <junction id="C" type="priority" x="0.00" y="100.00" incLanes="SC_0 SC_1" intLanes="" shape="0.00,104.00 1.20,104.00 1.64,101.78 2.20,101.00 2.98,100.44 3.98,100.11 5.20,100.00 5.20,98.80 2.98,98.36 2.20,97.80 1.64,97.02 1.31,96.02 1.20,94.80 0.00,94.80">
        <request index="0" response="0000" foes="0000"/>
        <request index="1" response="0000" foes="0100"/>
        <request index="2" response="0010" foes="0010"/>
        <request index="3" response="0000" foes="0000"/>
    </junction>
    <junction id="E" type="dead_end" x="100.00" y="100.00" incLanes="CE_0 CE_1" intLanes="" shape="100.00,98.80 100.00,100.00"/>
    <junction id="N" type="dead_end" x="0.00" y="200.00" incLanes="CN_0 CN_1" intLanes="" shape="1.20,200.00 0.00,200.00"/>
    <junction id="S" type="dead_end" x="0.00" y="0.00" incLanes="" intLanes="" shape="0.00,0.00 1.20,0.00"/>

    <connection from="SC" to="CE" fromLane="0" toLane="0" dir="r" state="M"/>
    <connection from="SC" to="CN" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from="SC" to="CE" fromLane="1" toLane="1" dir="r" state="m"/>
    <connection from="SC" to="CN" fromLane="1" toLane="1" dir="s" state="M"/>

</net>