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

<!-- generated on 2024-02-29 13:55:18 by Eclipse SUMO netconvert Version v1_19_0+1092-a49a04372af
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">

    <input>
        <node-files value="data/circular.nod.xml"/>
        <edge-files value="data/circular.edg.xml"/>
        <type-files value="data/circular.typ.xml"/>
    </input>

    <output>
        <output-file value="data/circular.net.xml"/>
    </output>

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

</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,0.00" convBoundary="0.00,0.00,1250.00,1250.00" origBoundary="0.00,0.00,1250.00,1250.00" projParameter="!"/>

    <type id="edgeType" numLanes="2" speed="36.10"/>

    <edge id="bottom" from="bottom-left" to="bottom-right" priority="-1" type="edgeType">
        <lane id="bottom_0" index="0" speed="36.10" length="1250.00" shape="0.00,-4.80 1250.00,-4.80"/>
        <lane id="bottom_1" index="1" speed="36.10" length="1250.00" shape="0.00,-1.60 1250.00,-1.60"/>
    </edge>
    <edge id="left" from="top-left" to="bottom-left" priority="-1" type="edgeType">
        <lane id="left_0" index="0" speed="36.10" length="1250.00" shape="-4.80,1250.00 -4.80,0.00"/>
        <lane id="left_1" index="1" speed="36.10" length="1250.00" shape="-1.60,1250.00 -1.60,0.00"/>
    </edge>
    <edge id="right" from="bottom-right" to="top-right" priority="-1" type="edgeType">
        <lane id="right_0" index="0" speed="36.10" length="1250.00" shape="1254.80,0.00 1254.80,1250.00"/>
        <lane id="right_1" index="1" speed="36.10" length="1250.00" shape="1251.60,0.00 1251.60,1250.00"/>
    </edge>
    <edge id="top" from="top-right" to="top-left" priority="-1" type="edgeType">
        <lane id="top_0" index="0" speed="36.10" length="1250.00" shape="1250.00,1254.80 0.00,1254.80"/>
        <lane id="top_1" index="1" speed="36.10" length="1250.00" shape="1250.00,1251.60 0.00,1251.60"/>
    </edge>

    <junction id="bottom-left" type="priority" x="0.00" y="0.00" incLanes="left_0 left_1" intLanes="" shape="-6.40,0.00 0.00,0.00 0.00,-6.40 -3.56,-5.69 -4.80,-4.80 -5.69,-3.56 -6.22,-1.96">
        <request index="0" response="00" foes="00"/>
        <request index="1" response="00" foes="00"/>
    </junction>
    <junction id="bottom-right" type="priority" x="1250.00" y="0.00" incLanes="bottom_0 bottom_1" intLanes="" shape="1250.00,0.00 1256.40,0.00 1255.69,-3.56 1254.80,-4.80 1253.56,-5.69 1251.96,-6.22 1250.00,-6.40">
        <request index="0" response="00" foes="00"/>
        <request index="1" response="00" foes="00"/>
    </junction>
    <junction id="top-left" type="priority" x="0.00" y="1250.00" incLanes="top_0 top_1" intLanes="" shape="0.00,1256.40 0.00,1250.00 -6.40,1250.00 -5.69,1253.56 -4.80,1254.80 -3.56,1255.69 -1.96,1256.22">
        <request index="0" response="00" foes="00"/>
        <request index="1" response="00" foes="00"/>
    </junction>
    <junction id="top-right" type="priority" x="1250.00" y="1250.00" incLanes="right_0 right_1" intLanes="" shape="1256.40,1250.00 1250.00,1250.00 1250.00,1256.40 1253.56,1255.69 1254.80,1254.80 1255.69,1253.56 1256.22,1251.96">
        <request index="0" response="00" foes="00"/>
        <request index="1" response="00" foes="00"/>
    </junction>

    <connection from="bottom" to="right" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from="bottom" to="right" fromLane="1" toLane="1" dir="l" state="M"/>
    <connection from="left" to="bottom" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from="left" to="bottom" fromLane="1" toLane="1" dir="l" state="M"/>
    <connection from="right" to="top" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from="right" to="top" fromLane="1" toLane="1" dir="l" state="M"/>
    <connection from="top" to="left" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from="top" to="left" fromLane="1" toLane="1" dir="l" state="M"/>

</net>