Skip to content

Non-production code related to OpenStreetMaps (parsing, resolving ISO codes, etc.)

Notifications You must be signed in to change notification settings

rome2rio/rome2rio-osm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Included here is IPython Notebook code for:

  • resolving ISO regions to OSM relations ; and
  • extracting ferries from OSM.

Python libraries you'll need for spatialite-to-bin.py are:

  • pyspatialite (Spatialite database access)
  • shapely (geometric object manipulation)

In Ubuntu you can simply execute:

sudo aptitude install pyspatialite python-shapely

Other Python libraries you might need are:

  • imposm (OSM parser)
  • osmapi (OSM API access)
  • goslate (Google translate)
  • pycountry (ISO database - need ISO 3166-1alpa2 and 3166-2)

About

Non-production code related to OpenStreetMaps (parsing, resolving ISO codes, etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published