miguelgraz / osm2gtfs

Turn OpenStreetMap data and schedule information into GTFS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

osm2gtfs

Build Status

Use public transport data from OpenStreetMap and external schedule information to create a General Transit Feed (GTFS).

The official source code repository is at github.com/grote/osm2gtfs.

How does it work?

The script retrieves current data about public transport networks directly from OpenStreetMap via the Overpass API. It stores the data in python objects and caches on disk for efficient re-use. Then the data is combined with another source of schedule (time) information in order to create a GTFS file using the transitfeed library.

Attention: The source code is currently very specific to FlorianĂłpolis Buses and Costa Rica Urban Train, but it can be extended to make it work for your use case. In the config file any transit network can be specified for download from OpenStreetMap. And by extending the creator classes in code, different approaches for time information handling can be easily implemented. You can help with pull requests to improve this script.

Use

python osm2gtfs.py -c <config-file>

Example:

$ python osm2gtfs.py -c creators/fenix/fenix.json

Requirements

Install dependencies by running

pip install -r requirements.txt

License

GNU GPLv3 Image

This program is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

About

Turn OpenStreetMap data and schedule information into GTFS

License:GNU General Public License v3.0


Languages

Language:Python 100.0%