Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Info on emission output period

A single <edgeData> declaration will automatically collect data for the whole network. You don't need to define anything else.

Am Do., 16. Juni 2022 um 18:33 Uhr schrieb Fabio Lamanna <fblamanna@xxxxxxxxx>:
Thanks Jacob, so do I have to define detectors over the network or it can be done for all edges?

--
“Our sweetest songs are those that tell of saddest thought“ (Shelley)
Il 16 giu 2022, 18:11 +0200, Jakob Erdmann <namdre.sumo@xxxxxxxxx>, ha scritto:
No. The option —device.emissions.period does not aggregate but rather skips output for the intermediate steps.
If you want network-wide hourly aggregation, define
<edgeData id="yourID" type="emissions" freq="3600" file="aggregated.xml" aggregate="true"/>

Am Do., 16. Juni 2022 um 17:18 Uhr schrieb Fabio Lamanna <fblamanna@xxxxxxxxx>:
Hi all,
I am running a simulation with --emission-output emissions.xml with different time periods.
Imagine that I can run a simulation for 1 hour and I want an aggregated output of emissions along the whole hour, is it correct to set
—device.emissions.period 3600 ?

I guess this should return the full emissions for all vehicles running in the network for the whole hour, is this correct?

Thanks.

--
“Our sweetest songs are those that tell of saddest thought“ (Shelley)
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
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