Skip to content
This repository was archived by the owner on Jan 17, 2020. It is now read-only.
This repository was archived by the owner on Jan 17, 2020. It is now read-only.

bug: incorrect mapping of gtfs stops to nodes #293

@carocad

Description

@carocad

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions