Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Question about the net.xml file

Dear sir,

I would like to load *.net.xml file (OSM file processed by netwocnvert) as a GeoPandas data frame for exploratory work. 
Naturally, I'm interested in the features with geometry information such as the edges of the network. 

I found two types of edges in the XML file: One with function="internal" attribute and the one without. 

    <edge id=":10002263193_0" function="internal">
        <lane id=":10002263193_0_0" index="0" allow="pedestrian delivery bicycle" speed="3.65" length="4.67" shape="5916.19,12233.05 5916.97,12231.83 5917.76,12231.42 5918.57,12231.81 5919.39,12233.00"/>
    </edge>

    <edge id="1952" from="417774753" to="417774792" priority="3" type="highway.residential">
        <lane id="1952_0" index="0" disallow="tram rail_urban rail rail_electric rail_fast ship" speed="13.89" length="42.28" shape="5525.69,9779.31 5525.02,9737.04"/>
    </edge>

I can see the edges without function="internal" attribute when I load the network in netedit. So, these edges correspond to the actual road network.
But what are the other edges with function="internal" attribute?

I appreciate if you could give some advice.

Regards
Buddi

Back to the top