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

<!-- generated on 2024-02-29 13:56:09 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"/>
    </input>

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

    <edge_removal>
        <keep-edges.by-vclass value="passenger"/>
    </edge_removal>

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

    <edge id="beg" from="absBeg" to="beg" priority="-1">
        <lane id="beg_0" index="0" speed="27.80" length="500.00" shape="0.00,-4.80 496.00,-4.80"/>
        <lane id="beg_1" index="1" speed="27.80" length="500.00" shape="0.00,-1.60 496.00,-1.60"/>
    </edge>
    <edge id="end" from="end" to="absEnd" priority="-1">
        <lane id="end_0" index="0" speed="27.80" length="500.00" shape="1504.00,-4.80 2000.00,-4.80"/>
        <lane id="end_1" index="1" speed="27.80" length="500.00" shape="1504.00,-1.60 2000.00,-1.60"/>
    </edge>
    <edge id="middle" from="beg" to="end" priority="-1">
        <lane id="middle_0" index="0" speed="13.90" length="1000.00" shape="504.00,-1.60 1496.00,-1.60"/>
    </edge>
    <edge id="rend" from="absEnd" to="rabsEnd" priority="-1">
        <lane id="rend_0" index="0" speed="27.80" length="500.00" shape="2000.00,-4.80 2500.00,-4.80"/>
        <lane id="rend_1" index="1" speed="27.80" length="500.00" shape="2000.00,-1.60 2500.00,-1.60"/>
    </edge>

    <junction id="absBeg" type="dead_end" x="0.00" y="0.00" incLanes="" intLanes="" shape="0.00,0.00 0.00,-6.40"/>
    <junction id="absEnd" type="priority" x="2000.00" y="0.00" incLanes="end_0 end_1" intLanes="" shape="2000.00,0.00 2000.00,-6.40 2000.00,0.00">
        <request index="0" response="00" foes="00"/>
        <request index="1" response="00" foes="00"/>
    </junction>
    <junction id="beg" type="priority" x="500.00" y="0.00" incLanes="beg_0 beg_1" intLanes="" shape="504.00,0.00 504.00,-3.20 500.97,-4.03 499.03,-5.57 497.79,-6.16 496.00,-6.40 496.00,0.00">
        <request index="0" response="0" foes="0"/>
    </junction>
    <junction id="end" type="priority" x="1500.00" y="0.00" incLanes="middle_0" intLanes="" shape="1504.00,0.00 1504.00,-6.40 1500.97,-5.57 1499.03,-4.03 1497.79,-3.44 1496.00,-3.20 1496.00,0.00">
        <request index="0" response="00" foes="00"/>
        <request index="1" response="00" foes="00"/>
    </junction>
    <junction id="rabsEnd" type="dead_end" x="2500.00" y="0.00" incLanes="rend_0 rend_1" intLanes="" shape="2500.00,-6.40 2500.00,0.00"/>

    <connection from="beg" to="middle" fromLane="1" toLane="0" dir="s" state="M"/>
    <connection from="end" to="rend" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from="end" to="rend" fromLane="1" toLane="1" dir="s" state="M"/>
    <connection from="middle" to="end" fromLane="0" toLane="0" dir="s" state="M"/>
    <connection from="middle" to="end" fromLane="0" toLane="1" dir="s" state="M"/>

</net>