Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Route statistics

There is currently no route-specific output but the following outputs may help you:
- edgeData output (https://sumo.dlr.de/docs/Simulation/Output/Lane-_or_Edge-based_Traffic_Measures.html):  average travel time for a route can be approximated from the summed average travel time of its component edges
- vehroute-output: (https://sumo.dlr.de/docs/Simulation/Output/VehRoutes.html): convert to csv with xml2csv.py, filter out lines with the relevant sequence of route edges (grep) and then compute a statistic on arrival-depart time
- https://sumo.dlr.de/docs/Tools/Output.html#tripinfobytazpy

Am Do., 20. Jan. 2022 um 09:25 Uhr schrieb Pradeep Viyaluru Harinath <pradeep.viyaluruharinath@xxxxxxxx>:

Hello All,

I would like to know how can we get the statistics such as average speed, average travel time along a route for the complete simulation. I have been seeing for each vehicle or for a summary of whole simulation in the document. Let me know of there is any such command

 

Regards,

V.H.Pradeep

 

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top