Skip to content

Collection of Python-based GTFS path builders and routing algorithm.

License

Notifications You must be signed in to change notification settings

wsp-sag/gtfs-router

Repository files navigation

gtfs-router

Collection of GTFS Pathbuilding Functions

DISCLAIMER

This project is still a work in progress. The code has been tested on several GTFS feeds, but WSP USA makes no claims or warrants about the results of the algorithms contained in this repository. USE AT YOUR OWN RISK!

Install

pip install .

or and editable install
pip install -e .

Examples

The examples folder contains a sample setup to demonstrate how to use the router along with information about reporting results.

Raptor

The RAPTOR pathbuilder is based on Round-Based Public Transit Routing algorithm developed by Daniel Delling, Thomas Pajor, and Renato F. Werneck at Microsoft Research Silicon Valley.

The RAPTOR algorithm also builds off of a Gist and a series of blog posts from Kuan Butts. The algorithm contained in this repository relies on more vectorization to improve performance, but Kuan's prototypes were instrumental in understanding the algorithm publised in the research paper.

WSP Point of Contact

The WSP points of contact for this software is Clint Daniels (@danielsclint).

About

Collection of Python-based GTFS path builders and routing algorithm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages