Skip to content

OpenTransitTools/osm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSM

The osm project

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/osm.git

  3. cd osm

  4. buildout

  5. purpose: cached GTFS .zip files into [gtfsdb](http://gtfsdb.com} The ./config/app.ini file controls the list of gtfs feeds cached.

  6. run: bin/osm_update (optional: -ini .ini | force_update)

  7. build OSMOSIS:

  8. cd ott/osm/osmosis

  9. install.sh

  10. cd -

  11. git update-index --assume-unchanged .pydevproject

  12. NOTE: system packages necessary for things to work may include pre-built Shapely, or else the following system packages:

  13. Install these packages

    • yum install protobuf protobuf-devel tokyocabinet tokyocabinet-devel geos geos-devel libxml2 libxslt libxml2-devel libxslt-devel
  14. Or Build and install Protobuf and TokyoCabinet from source (MacOSX):

run:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published