https://github.com/pgrouting/gtfs2pgrouting
Import GTFS data into Postgresql database for use by pgrouting
https://github.com/pgrouting/gtfs2pgrouting
Last synced: about 1 year ago
JSON representation
Import GTFS data into Postgresql database for use by pgrouting
- Host: GitHub
- URL: https://github.com/pgrouting/gtfs2pgrouting
- Owner: pgRouting
- Created: 2011-08-19T13:28:55.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2024-08-04T15:50:26.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T18:49:04.704Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 28.3 KB
- Stars: 15
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gtfs2pgrouting
==============
This is an importer tool that uses postgresql c library to load GTFS data in the form of CSV files into Postgresql database.
[GTFS](http://code.google.com/transit/spec/transit_feed_specification.html) is the de-facto standard for transit data. The database schema is designed to follow the specifications as strictly as possible. The purpose of this tool is to enable pgrouting users with an easy way to import GTFS data into the database and use the newly developed 'Multi-modal public transport Routing' library.
Source Code
------------
It can be open within any text editor
Install
-------
1. `make` # Invoke GNU Make utility
2. `` # There is no second step.
Executing
---------
1. `./gtfs2pgrouting -h` # provides a detailed list of all the options available
A common scenario is to specify the database name and path to the gtfs data like this:
`./gtfs2pgrouting -d mydatabase /home/user/Downloads/transit_data`