Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] (no subject)

The choice of simulation output depends on how you want to aggregate the stopped times or delay times:
- by vehicle: http://sumo.dlr.de/wiki/Simulation/Output/TripInfo
- by edge: http://sumo.dlr.de/wiki/Simulation/Output/Lane-_or_Edge-based_Traffic_Measures
- by lane area (i.e. in front of an intersection) intersection: http://sumo.dlr.de/wiki/Simulation/Output/Lanearea_Detectors_(E2)
- by edge and vehicle: http://sumo.dlr.de/wiki/Simulation/Output#Aggregated_Traffic_Measures

regards,
Jakob

2017-10-16 5:47 GMT+02:00 羅先豪 via sumo-user <sumo-user@xxxxxxxxxxxxxxxxxxxxx>:
Hello,

I want to determine the stopped delay time of my simulation.
To do so, I need to write a code with python to grab the key data from
output files,
and then transfer the data into form. (There're tons of simulation data to
deal with.)
I saw that there are so many tools that I can use in Sumolib,
but I really don't know which one can do this and how to use it.
Thank you!

Al Lo
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


Back to the top