Skip to content

pgRouting/gtfs2pgrouting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

efde48e · Aug 4, 2024

History

19 Commits
Aug 19, 2011
Apr 12, 2024
Aug 19, 2011
Sep 16, 2022
Aug 19, 2011
Oct 8, 2022
Oct 8, 2022
Feb 27, 2023
Feb 27, 2023
Oct 8, 2022
Feb 27, 2023
Apr 12, 2024
Apr 12, 2024
Feb 27, 2023
Apr 12, 2024
Apr 12, 2024
Apr 12, 2024
Oct 8, 2022
Oct 8, 2022

Repository files navigation

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 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