Skip to main content

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


Am Mo., 15. Apr. 2019 um 09:03 Uhr schrieb Bijal <bijal.varia88@xxxxxxxxx>:
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
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top