Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] How to measure edge traffic at every 1 minute

see https://sumo.dlr.de/docs/Simulation/Output/Lane-_or_Edge-based_Traffic_Measures.html
setting freq="60" will give you 1-minute resolution. Setting withInternal="true" will include traffic on intersections.

regards,
Jakob

Am Do., 10. Sept. 2020 um 04:46 Uhr schrieb Moyukh Laha <iammoyukh@xxxxxxxxx>:
Hello everyone,
    Is there any way by which it is possible to measure the edge traffic at every 1 minute (or any other such fixed interval) for all the edges in the network? So basically for every edges separate files will be created and for every 1 minute the traffic entered (and other parameters) will be stored inside those corresponding files.
I also want to measure the same for all the cross-junctions. Is there any way to do it?

Thanks.
_______________________________________________
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