Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] question about tripInfo

1) Tripinfo-output only ever contains inserted vehicles. The only way to get a summary of the time loss of vehicle that were not inserted is in the statistic summary (DepartDelayWaiting) enabled by --duration-log.statistics
Also, the option --tripinfo-output.write-unfinished must be set to true

2) The speed threshold is 0.1m/s, Times spent with a <stop> are excluded (these are in attribute stopTime).

regards,
Jakob

Am Mi., 20. Feb. 2019 um 08:25 Uhr schrieb panpingping (A) <panpingping1@xxxxxxxxxx>:

Hi all,

I want to calculate all the loaded vehicles’ waiting time, not only inserted vehicles. I append (["--tripinfo-output.write-unfinished","True"]) in the sumo command, then my question is the “waitingtime” info in the tripinfo.xml file is what I need?

1.       Did it include all the loaded vehicles, not only inserted vehicles into network.

2.       Did it include the total time the speed less than default speed (1m/s)?

 

Thanks

Pingping

_______________________________________________
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