Re: [sumo-user] Emissions Output-File in sumocfg

2023-05-22 Thread Mirko Barthauer
Dear Emanuel, you should be able include every command line parameter to sumo in a sumocfg file. Just execute sumo -c run.sumocfg *--emission-output**emissions*.xml --save-configuration run.sumocfg to update your sumocfg file. It will create an "emission-output" tag with the given value.

[sumo-user] Emissions Output-File in sumocfg

2023-05-22 Thread Reichsöllner , Emanuel
Dear SUMO-Team, is there a possibility to specify an emissions.xml Output file in the sumocfg file, instead of using the command line parameter (sumo -c run.sumocfg --emission-output emissions.xml) best regards, Emanuel __ Dipl. -Phys.

Re: [sumo-user] Emissions output

2022-03-29 Thread Jakob Erdmann
1. https://sumo.dlr.de/docs/Simulation/Output/TripInfo.html#devices 2. An example is here https://sumo.dlr.de/extractTest.php?path=complex/emissions/nefz_hbefa3 (though i'd recommend 1. instead) Am Di., 29. März 2022 um 13:12 Uhr schrieb Nathan <26110...@gmail.com>: > Hello, > > > > I am already

[sumo-user] Emissions output

2022-03-29 Thread Nathan
Hello, I am already using the emissions output, however this is in timesteps and instead I would like to find the total emissions of each vehicle, how could I implement this?https://sumo.dlr.de/docs/Simulation/Output/EmissionOutput.html  I have already looked at the emissions tool and I have seen

Re: [sumo-user] emissions output - normalised value

2020-06-17 Thread Michael Behrisch
Hi Natalia, you can read the length of an edge directly from the network or interactively from the sumo-gui or netedit. Can you share your scenario? Your interpretation of the units is correct. Best regards, Michael Am 11.06.20 um 09:25 schrieb Natalia Liora: > Hi Michael, > > I notice that

Re: [sumo-user] emissions output - normalised value

2020-06-11 Thread Natalia Liora
Hi Michael, I notice that in some cases (i.e. for specific edges) the result is different. How the length of the edge is estimated? Does the estimated length of the edge exist in any output of the model? Also, the units are given as g/km/hour. In fact, this correspond to g/ (km*h), right ?

Re: [sumo-user] emissions output - normalised value

2020-06-11 Thread Michael Behrisch
Hi Natalia, can you please give an example, because it should be exactly as you stated. If you have an interval length of one hour, dividing the absolute emissions by the edge length should give the normalized emissions. Best regards, Michael Am 2020-06-11 00:46, schrieb Natalia Liora: Hi,

[sumo-user] emissions output - normalised value

2020-06-10 Thread Natalia Liora
Hi, In SUMO documentation the definition of normalised emissions is given (https://sumo.dlr.de/docs/Simulation/Output/Lane-_or_Edge-based_Emissions_Measures.html) It is referred that normalised emissions are the emissions during this interval normed by time and edge length (g/km/hour). In