Skip to main content

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

You have to define a new id for each edgeData definition. The vTypes attributes look ok.
regards,
Jakob

2018-09-07 12:26 GMT+02:00 Natalia Liora <lioranat@xxxxxxx>:
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>


Thanks a lot
Natalia

_______________________________________________
sumo-user mailing list
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



Back to the top