Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] problem about using NETEDIT

Dear all, 
I have used the APP NETEDTI to generate a network. I am confused while I was checking the net.xml

As all of you could see, there are three EDGES, and have been presented in the file 1.net.xml
What is the meaning of  the circled part? Edges in the circled part do not have the same ID with  EDGES below.

1.zip is the process that HOW I GENERATE THE NETWORK
1.png shows 
1.net.xml is the network generated
1.png

Thanks in advance!


Jane

Attachment: 1.zip
Description: Zip compressed data

<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 09/11/18 11:27:50 by Eclipse SUMO netedit Version 1.0.0
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd";>

    <output>
        <output-file value="F:\Eclipse\1.net.xml"/>
    </output>

    <processing>
        <offset.disable-normalization value="true"/>
    </processing>

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

</configuration>
-->

<net version="1.0" 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="-16.07,63.15,4.04,81.46" origBoundary="10000000000.00,10000000000.00,-10000000000.00,-10000000000.00" projParameter="!"/>

    <edge id=":gneJ10_0" function="internal">
        <lane id=":gneJ10_0_0" index="0" speed="4.20" length="5.22" shape="3.84,61.56 5.54,61.52 6.34,61.95 6.24,62.85 5.23,64.22"/>
    </edge>
    <edge id=":gneJ6_0" function="internal">
        <lane id=":gneJ6_0_0" index="0" speed="4.01" length="4.08" shape="-11.40,82.54 -12.35,83.35 -13.12,83.50 -13.72,82.99 -14.15,81.81"/>
    </edge>
    <edge id=":gneJ7_0" function="internal">
        <lane id=":gneJ7_0_0" index="0" speed="3.90" length="2.75" shape="-17.63,66.08 -17.69,65.31 -17.48,64.74 -17.01,64.35 -16.27,64.14"/>
    </edge-->

    <edge id="gneE3" from="gneJ6" to="gneJ7" priority="-1">
        <lane id="gneE3_0" index="0" speed="13.89" length="16.12" shape="-14.15,81.81 -17.63,66.08"/>
    </edge>
    <edge id="gneE4" from="gneJ7" to="gneJ10" priority="-1" shape="-16.07,65.73 4.04,63.15">
        <lane id="gneE4_0" index="0" speed="13.89" length="20.27" shape="-16.27,64.14 3.84,61.56"/>
    </edge>
    <edge id="gneE5" from="gneJ10" to="gneJ6" priority="-1" shape="4.04,63.15 -12.58,81.46">
        <lane id="gneE5_0" index="0" speed="13.89" length="24.73" shape="5.23,64.22 -11.40,82.54"/>
    </edge>

    <junction id="gneJ10" type="priority" x="4.04" y="63.15" incLanes="gneE4_0" intLanes=":gneJ10_0_0" shape="3.63,59.98 4.04,63.15 6.41,65.30 7.96,63.37 8.70,61.85 8.63,60.75 7.77,60.08 6.10,59.82">
        <request index="0" response="0" foes="0" cont="0"/>
    </junction>
    <junction id="gneJ6" type="priority" x="-12.58" y="81.46" incLanes="gneE5_0" intLanes=":gneJ6_0_0" shape="-10.21,83.61 -12.58,81.46 -15.71,82.16 -14.50,85.00 -13.67,85.54 -12.67,85.49 -11.52,84.84">
        <request index="0" response="0" foes="0" cont="0"/>
    </junction>
    <junction id="gneJ7" type="priority" x="-16.07" y="65.73" incLanes="gneE3_0" intLanes=":gneJ7_0_0" shape="-19.19,66.42 -16.07,65.73 -16.47,62.56 -18.32,63.18 -18.89,63.75 -19.23,64.47 -19.33,65.36">
        <request index="0" response="0" foes="0" cont="0"/>
    </junction>

    <connection from="gneE3" to="gneE4" fromLane="0" toLane="0" via=":gneJ7_0_0" dir="l" state="M"/>
    <connection from="gneE4" to="gneE5" fromLane="0" toLane="0" via=":gneJ10_0_0" dir="l" state="M"/>
    <connection from="gneE5" to="gneE3" fromLane="0" toLane="0" via=":gneJ6_0_0" dir="l" state="M"/>

    <connection from=":gneJ10_0" to="gneE5" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from=":gneJ6_0" to="gneE3" fromLane="0" toLane="0" dir="l" state="M"/>
    <connection from=":gneJ7_0" to="gneE4" fromLane="0" toLane="0" dir="l" state="M"/>

</net>

Back to the top