Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] implausibleRoutes.py outputs write to a file

Hello,
this is supported by the latest development version of sumo. If you are already using 1.11.0, you can simply replace implausibleRoutes.py with this version: https://raw.githubusercontent.com/eclipse/sumo/ecd0400939ab5414e9a304c6582ff2d42c0dfcd9/tools/route/implausibleRoutes.py

regards,
Jakob

Am So., 2. Jan. 2022 um 14:26 Uhr schrieb Thenuwan Jayasinghe <thenuwan.jayasinghe@xxxxxxxxx>:
Hi everyone,

Is there a way to output the implausible routes that exceed a certain threshold to a file (e.g., .xml)? At the moment, such routes and their scores are displayed on the console but I could not find any option to write it out to a file. 

(--restriction-output does give an output, but the implausibility scores and route id is not given)

A sample code that I used with looks like below:
image.png


Thanks in advance,
Thenuwan
_______________________________________________
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