You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: