Osrm-backend: Routing of Public Transport based on GTFS

Created on 10 Feb 2016  路  2Comments  路  Source: Project-OSRM/osrm-backend

Are there any plans to incorporate routing for Public Transport based on GTFS data ?

Most helpful comment

Sorry we don't plan to support public transport as it needs a completely different approach than street-network level routing.

All 2 comments

Sorry we don't plan to support public transport as it needs a completely different approach than street-network level routing.

For the record, what I wrote on the OSRM mailinglist a few month ago re. public transport and gtfs:

I recently looked into this for a few hours. This may help you getting started:

GTFS transit feed specification, examples, ecosystem:
https://developers.google.com/transit/gtfs/#overview-of-a-gtfs-feed
https://github.com/google/transit/tree/master/gtfs-realtime

Publicly listed GTFS feeds:
https://code.google.com/p/googletransitdatafeed/wiki/PublicFeeds

Good overview; you can find tools in OtherTools:
https://code.google.com/p/googletransitdatafeed/w/list

(e.g. a routing server for gtfs feeds)

If you want to implement the transit routing yourself, a solid start is
Connection Scan --- "Intriguingly Simple and Fast Transit Routing"

quite easy to implement but also has its limitations.

Was this page helpful?
0 / 5 - 0 ratings