Skip to content

OpenTransitTools/loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loader

The loader project contains multiple utilities to load GTFS, OSM and OTP data into various apps and databases. The sub projects are:

  1. gtfs, which contains routines to cache and compare gtfs feeds.
  2. gtfsdb, which loads gtfs files into GTFSDB
  3. osm, which downloads OSM .pdb files, and futher can extract .osm data via OSMOSIS
  4. otp, which builds graphs (Graph.obj) databases for OpenTripPlanner
  5. solr, which pulls data from

install:

  1. install python 2.7, along easy_install, zc.buildout ("zc.buildout==1.5.2") and git
  2. git clone https://github.com/OpenTransitTools/loader.git
  3. cd loader
  4. buildout
  5. git update-index --assume-unchanged .pydevproject

run:

  1. bin/test ... this cmd will run loader's unit tests (see: http://docs.zope.org/zope.testrunner/#some-useful-command-line-options-to-get-you-started)
  2. see individual project README's above to see different app runs
  3. and check out the bin/ generated after buildout is run (those binaries are created via buildout & setup.py)