Hello, for parsing the xml output files, see the example at http://sumo.dlr.de/wiki/Tools/Sumolib#compute_the_average_and_median_edge_length_in_a_plain_xml_edge_file
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 <[email protected] >: > 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-user > _______________________________________________ > sumo-user mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/sumo-user >
_______________________________________________ sumo-user mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/sumo-user
