Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GTFS based Transit Planning using PGRouting

I have followed below tutorial for setting-up OpenTripPlanner by importing GTFS data and it worked.

http://docs.opentripplanner.org/en/latest/Basic-Tutorial/

But I have to integrate the trip planning on an existing GIS implementation which uses OpenLayers, PostgreSQL, PostGIS and PGRouting. I am not sure is it possible to use OpenTripPlanner APIs to fetch Trips and display on GUI.

I would like to know, Is it possible to do the trip planning similar to OpenTripPlanner using PostGIS and Pgrouting (Without using OpenTripPlanner)?

If possible how will be the Pgrouting database structure or query logic for finding upcoming trips between stops with transits?

In Pgrouting DB, found two tables POI and spatial reference table other than ways and vertices, do I need to import GTFS data to this POI and spatial reference table?

Thanks in advance.

like image 477
MobDev Avatar asked Nov 07 '22 00:11

MobDev


1 Answers

pgRouting and OTP are two different platforms with their own respective tools for importing data into their routing engines. I'm not sure how it would make sense to try to integrate the two instead of merely using one in favor of the other. If you're set on using pgRouting, I'd recommend following the tutorials for loading data into pgRouting. Also, for loading transit it does look like pgRouting has the gtfs2pgrouting tool, but it was last updated 8 years ago.

like image 58
Evan Siroky Avatar answered Nov 26 '22 20:11

Evan Siroky