-
Notifications
You must be signed in to change notification settings - Fork 56
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
Improve nigiri generated footpaths durations #706
Comments
I created a first version: https://github.com/motis-project/motis/releases/tag/v2.0.14 New configuration options - those are only active with
Then when routing use:
Looking forward to your feedback! |
Hi, We've tested the 2.0.14 with Functionally, the routes are different but relevant. However I could not find any case with no itineraries in the MOTIS response although we found some the first time we tried In load testing, we saw an increase in average response time of 45% (330 ms to 480ms) but we have to do more tests to find out where it comes from. We still have to test |
I would recommend to turn on |
Hi,
We would like to improve the footpaths suggested by MOTIS.
The pedestrian times calculated by nigiri (GTFS or generated) are regularly too shorts compared to reality. The use of OSR footpaths seems to have better durations but does not always work.
As discussed with @felixguendling on Matrix, two fast improvments could be made:
the generated times are currently very simple.
https://github.com/motis-project/nigiri/blob/0861ed983e0b84062f49e82c416b2e4aa000e972/src/loader/gtfs/stop.cc#L306-L320
Something better than the hardcoded
2_minutes
could be found.We could try to route with osr and if it fails use GTFS/generated ones.
I create this issue to track possible improvements.
Thank you
The text was updated successfully, but these errors were encountered: