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
{{ message }}
This repository was archived by the owner on Jan 17, 2020. It is now read-only.
Currently we discard all nodes that are not a road intersection.
This has several drawbacks, one of them is that GTFS stops to nodes mapping is very unprecise. Another one is that nearest neighbour search are not so precise either.
The advantage of removing those nodes is that routing is faster since it doesnt need to loop over paths that have a single way forward.
I think there are several ways to solve this:
keep all nodes in Datascript and then create a graph with only the intersections
first process the gtfs feeds and then the osm data; such that gtfs can be used as input for osm