Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Clarification on Error in Meandata (Jakob)

The quickest way to get the output is to add the option
<lanedata-output value="lanedata_out.xml"/> to your .sumocfg file.
Or if you only need the frequence per edge:
<edgedata-output value="edgedata_out.xml"/> to your .sumocfg file.

If you want only a single value for your whole simulation, thats:
<additional-files value="ed.add.xml"/>
and in file 'ed.add.xml` put the following
<add>
   <edgeData id="whatever" aggregate="true" file="edgedata_out.xml"/>
</add>


Am So., 19. März 2023 um 18:27 Uhr schrieb Zedric Banger II (zbanger) <zbanger@xxxxxxxxxxx>:
This is all for a platooning paper/project I'm doing, and right now I need to get the lane change frequency. 
_______________________________________________
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