Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Get Weight/Distance/Length of particular Lane/Edge

Dear Sir,

How to get the Weight/Distance/Length of particular Edge/Lane?

I want to do something like :

    for edge in graph.getEdges():
              //Get All the Lane of this edge.getID()
             //Get the Length of All the above Lanes
            //Set the length/Distance to the adjacency matrix
Please help me to understand how to get this?

:)
Bijal Varia

Back to the top