Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Travel Time Public Transport

You can use tripinfo-output and analyze it with https://sumo.dlr.de/docs/Tools/Output.html#tripinfobytypepy (this will only work by type not by line)
An alternative would be to filter the tripinfo-output with https://sumo.dlr.de/docs/Tools/Xml.html#filterelementspy (i.e. by line) and then obtain statistics with https://sumo.dlr.de/docs/Tools/Output.html#attributestatspy

Am Fr., 17. Feb. 2023 um 18:15 Uhr schrieb Fabio Lamanna <fblamanna@xxxxxxxxx>:
Hi all, is there a simple method to get the travel time (mean or total per line etc), for particular vehicle type, such as PT Buses? So far I am working with --statistic-output to get information for the full network.

Thanks!

Fabio

--
“Our sweetest songs are those that tell of saddest thought“ (Shelley)
_______________________________________________
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