Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Location of Lane Change Frequency Output

look into the file "edgedata_out.xml"

Am So., 19. März 2023 um 23:56 Uhr schrieb Zedric Banger II (zbanger) <zbanger@xxxxxxxxxxx>:
I used this method to get the lane change frequency but I looked in the command prompt for the result during the simulation and didn't see anything. Is it somewhere else?

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>
_______________________________________________
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