Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] additional file - emission output

Hello,

I want to generate the emission outputs per vehicle type and per edge id. 

I use the following add.xml file (an example for 3 hours simulation).

Is this correct? Or do I have to use a different name for edgeData id for each row? Also the vTypes correspond to the different emission classes (vType id in the rou.xml).



<additional>
    <edgeData id='ed' type='emissions' file='emissions_edge_car_3.xml' begin='10800' end='14400' vTypes='t1 t2 t3 t4 t5 t6 '/>
    <edgeData id='ed' type='emissions' file='emissions_edge_car_4.xml' begin='14400' end='18000' vTypes='t1 t2 t3 t4 t5 t6'/>
    <edgeData id='ed' type='emissions' file='emissions_edge_car_5.xml' begin='18000' end='21600' vTypes='t1 t2 t3 t4 t5 t6'/>
    <edgeData id='ed' type='emissions' file='emissions_edge_bus_3.xml' begin='10800' end='14400' vTypes='t7 t8 t9'/>
    <edgeData id='ed' type='emissions' file='emissions_edge_bus_4.xml' begin='14400' end='18000' vTypes='t7 t8 t9'/>
    <edgeData id='ed' type='emissions' file='emissions_edge_bus_5.xml' begin='18000' end='21600' vTypes='t7 t8 t9'/>
    <edgeData id='ed' type='emissions' file='emissions_edge_total_3.xml' begin='10800' end='14400' />
    <edgeData id='ed' type='emissions' file='emissions_edge_total_4.xml' begin='14400' end='18000' />
    <edgeData id='ed' type='emissions' file='emissions_edge_total_5.xml' begin='18000' end='21600' />
</additional>

>> 
>> 
>>> On 15 Nov 2017, at 16:18, Jakob Erdmann <namdre.sumo@xxxxxxxxxxxxxx <mailto:namdre.sumo@xxxxxxxxxxxxxx>> wrote:
>>> 
>>> Hello,
>>> 
>>> 1) The values are only available since version 0.31.0. Are you using an older version?
>>> 2) in the <edgeData> definition you can add the attribute 'vTypes="...."` to only include results for a given list of types. You could create as many <edgeData> definitions as you have types.
>>> 
>>> regards,
>>> Jakob
>>> 
>>> 2017-11-15 13:46 GMT+01:00 Natalia Liora via sumo-user <sumo-user@xxxxxxxxxxxxxxxxxxxxx <mailto:sumo-user@xxxxxxxxxxxxxxxxxxxxx>>:
>>> Hello,
>>> 
>>> 1. I generated the summary output file but I didn’t get the “mean speed” values as it is referred in the corresponding table description on wiki. Do I have to specify it in someway to the cfg file?
>>> 
>>> 2.  In the additional files, I specify the emission output which generates the emissions (abs, normed etc) for the whole simulation period for each edge id. Is it possible to have a similar output for each vehicle type, too?
>>> 
>>> Thanks
>>> 
>>> Natalia
>>> 
>>> 
>>> 
>>> ------------------------------------------------------------------------------
>>> Check out the vibrant tech community on one of the world's most
>>> engaging tech sites, Slashdot.org <http://slashdot.org/>! http://sdm.link/slashdot <http://sdm.link/slashdot>
>>> _______________________________________________
>>> sumo-user mailing list
>>> sumo-user@xxxxxxxxxxxxxxxxxxxxx <mailto:sumo-user@xxxxxxxxxxxxxxxxxxxxx>
>>> https://lists.sourceforge.net/lists/listinfo/sumo-user <https://lists.sourceforge.net/lists/listinfo/sumo-user>
>>> _______________________________________________
>>> sumo-user mailing list
>>> sumo-user@xxxxxxxxxxx <mailto:sumo-user@xxxxxxxxxxx>
>>> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
>>> https://dev.eclipse.org/mailman/listinfo/sumo-user <https://dev.eclipse.org/mailman/listinfo/sumo-user>
>>> 
>> 
>> 
> 
> 

------------------------------------------------------------------------------
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
sumo-user@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/sumo-user

Back to the top