Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/natronics/trimet-gtfs-map
- Owner: natronics
- Created: 2011-05-31T05:39:12.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-07T07:08:26.000Z (over 13 years ago)
- Last Synced: 2024-04-16T18:09:30.582Z (9 months ago)
- Language: Python
- Homepage:
- Size: 549 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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