Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/natronics/trimet-gtfs-map

Decode and mine data in GTFS format.
https://github.com/natronics/trimet-gtfs-map

Last synced: 2 months ago
JSON representation

Decode and mine data in GTFS format.

Awesome Lists containing this project

README

        

# TriMet maps from GTFS using python

GTFS is a [General Transit Feed Specification](http://code.google.com/transit/spec/transit_feed_specification.html), an arbitrary format database created by Google along with [Portland's](http://en.wikipedia.org/wiki/Portland,_Oregon) transit authority [TriMet](http://en.wikipedia.org/wiki/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](http://twitter.com/natronics)

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