This repository has been archived by the owner on May 27, 2020. It is now read-only.
Generate plots of service levels from GTFS feeds
License
kurtraschke/tph
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
tph.py requires Python 2.7 or greater (but not Python 3), with gtfs, numpy, and matplotlib installed. It may be possible to install these dependencies with: easy_install numpy matplotlib pytz 'python-dateutil<2.0' matplotlib appears to require special handling and may not install cleanly with easy_install; follow the matplotlib documentation for your platform. The gtfs library should be installed from: https://github.com/kurtraschke/gtfs (this is a fork of the version available on PyPI) To apply tph.py to a GTFS feed, you will need to know the stop ID for the target stop, as well as the route IDs for the routes serving that station that you want to examine. The Google GTFS Schedule Viewer (http://code.google.com/p/googletransitdatafeed/wiki/ScheduleViewer) may be useful in finding stop and route IDs, or you can manually examine the feed to get the necessary information. The gtfs library uses a pre-compiled SQLite database to store the feed. To generate this database, install gtfs as described above, and run: $ compile_gtfs -o <output file> <path to feed> The GTFS feed can be a Zip file or directory. This process will take an extended period of time (30 minutes is not unreasonable for a GTFS feed from a large agency), but it speeds the process of generating plots considerably, because the database can be re-used for successive invocations of tph.py. After compiling the database, create a configuration file (see the 'samples' directory for sample configuration files, and config.rst for documentation). Then, run tph.py: $ python2.7 tph.py agency.cfg <gtfs db> If the GTFS database is not given in the configuration file (as the gtfs_db parameter in the 'config' stanza), then it must be passed as the second argument to tph.py. Note that each route staza in the configuration file can optionally contain its own target_date; this may be useful for generating plots for weekday and weekend service in the same run.
About
Generate plots of service levels from GTFS feeds
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published