Home > TriMet-Gtfs-Map

TriMet-Gtfs-Map

TriMet-Gtfs-Map is a project mainly written in Python, it's free.

Decode and mine data in GTFS format.

TriMet maps from GTFS using python

GTFS is a General Transit Feed Specification, an arbitrary format database created by Google along with Portland's transit authority TriMet.

The GTFS is downloadable as csv files in a zip.

What this does

This package contains scripts to put the database back into a database (sqlite) and analyze the movement of buses and trains in the system visually.

How to use

I built this mostly as bits and pieces of code to do particular tasks. Look through the code and use the useful ones with trimet data or transit data from any other source that uses GTFS to describe itself.

# Run the script end to end

$ ./run.py

License

© 2011 Nathan Bergey

This program is free software; you can redistribute it and/ormodify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details at http://www.gnu.org/copyleft/gpl.html

Previous:IGN-code-foo