-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implausibleRoutes.py: unsorted input and vehtype missing #12069
Comments
Adding two options to the script that can be passed to duarouter (--additional-files and --unsorted-input) should easily solve this. Would you care to do this yourself and add a pull request? Alternatively, could you be so kind and prepare a minimal input test case. Then I could quickly add a fix myself. |
aminissn volunteered 🥇 |
There is still a test missing, I suppose? |
Unfortunately not right now. Sorry. I can try to look into it next month. Maybe @aminissn :) |
@behrisch I hope this fulfills the requirements as a minimal test scenario: |
4 MB of data is more than what I would call minimal ;-) Nevermind I added a test. |
I am currently facing multiple issues with implausibleRoutes.py.
I use the script to check whether the routes from a sumo sim are realistic. Therefore, I test it on standard route-output from a sumo micro/meso sim.
The issues below are caused by calling duarouter inside implausibleRoutes.py
Error: The vehicle type 'car' for vehicle 'F38545' is not known.
Copying the vtype dist is not a problem, but not an elegant work-around
Setting
unsorted-input
in the duarouter call would solve 2.Thanks
Lukas
The text was updated successfully, but these errors were encountered: