eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.55k stars 1.43k forks source link

the recording begin time of detector E1 output file #13521

Open yuameier111 opened 1 year ago

yuameier111 commented 1 year ago

is there any way to set the begin time for recording in detector output file

namdre commented 1 year ago

No. At the moment, recording always starts at the start of the simulation. However, with careful choice of the aggregation period you may be able to just exclude a number of intervals from later analysis. Some simialr traffic measures can also be obtained with edgeData / laneData output (https://sumo.dlr.de/docs/Simulation/Output/Lane-_or_Edge-based_Traffic_Measures.html) when restricted to specific edges via attribute edges and then you can set the begin/end time.