Skip to content

load gtfs & gtfs-rt into a database ... using python, gtfsdb, GTFSrDB, etc...

License

Notifications You must be signed in to change notification settings

OpenTransitTools/data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OTTDB

database loader 4 transit (in python)

load gtfs 0. install python 2.7, along with zc.buildout and easy_install, git

  1. git clone https://github.com/OpenTransitTools/ottdb.git
  2. cd ottdb
  3. buildout
  4. git update-index --assume-unchanged .pydevproject
  5. SQL LITE: bin/gtfsdb-load --database_url sqlite://gtfs.db http://developer.trimet.org/schedule/gtfs.zip

Future thoughts:

  1. gtfs services ... or transit services ... or services ... or ????
  2. need to have both DAO and service under same roof
  3. swagger ???
  4. this needs to be a lot simplier
  5. have otp TI services ... shouldn't they be alongside these
  6. what about https://github.com/openfaas/faas
  7. what about Docker ?
  8. what about multiple agencies
  9. new gtfsdb and gtfsdb and SUM services: IDEAS: a. gtfsdb.shape_stops table ... tell me what stops belong to a given shape / pattern b. route_direction_stops table ... what stops belong to a given direction (think we have that) c. how can we animate where a bus is based on route and schedule time ... what table structure? d. other tables?
MAP:
  a. create a map app to show current routes, stops and RT vehicles
  b. Gatsby ?
  c...

About

load gtfs & gtfs-rt into a database ... using python, gtfsdb, GTFSrDB, etc...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages