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

<!-- generated on 2024-02-29 13:56:11 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"/>
        <plain-output-prefix value="plain"/>
    </output>

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

    <pedestrian>
        <crossings.guess value="true"/>
    </pedestrian>

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

</configuration>
-->

<connections version="1.20" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/connections_file.xsd">
    <connection from="CE"/>

    <connection from="CN"/>

    <connection from="CS"/>

    <connection from="CW"/>

    <connection from="EC" to="CN" fromLane="2" toLane="2"/>
    <connection from="EC" to="CW" fromLane="2" toLane="2"/>
    <connection from="EC" to="CW" fromLane="3" toLane="3"/>
    <connection from="EC" to="CS" fromLane="3" toLane="3"/>

    <connection from="NC" to="CW" fromLane="2" toLane="2"/>
    <connection from="NC" to="CS" fromLane="2" toLane="2"/>
    <connection from="NC" to="CS" fromLane="3" toLane="3"/>
    <connection from="NC" to="CE" fromLane="3" toLane="3"/>

    <connection from="SC" to="CE" fromLane="2" toLane="2"/>
    <connection from="SC" to="CN" fromLane="2" toLane="2"/>
    <connection from="SC" to="CN" fromLane="3" toLane="3"/>
    <connection from="SC" to="CW" fromLane="3" toLane="3"/>

    <connection from="WC" to="CS" fromLane="2" toLane="2"/>
    <connection from="WC" to="CE" fromLane="2" toLane="2"/>
    <connection from="WC" to="CE" fromLane="3" toLane="3"/>
    <connection from="WC" to="CN" fromLane="3" toLane="3"/>

</connections>