Skip to content
forked from tangrams/landgrab

Downloads vector tiles which contain a given feature on OpenStreetMap

License

Notifications You must be signed in to change notification settings

klwiley/landgrab

 
 

Repository files navigation

landgrab

A python script to download vector tiles which contain a feature on OpenStreetMap.

Manhattan

Requirements

Usage

python landgrab.py [osm id] [zoom level] [optional list-only flag]

  • Manhattan Island: python landgrab.py 3954665 15
  • Manhattan Island, list of tiles only: python landgrab.py 3954665 15 1
  • Rhode Island: python landgrab.py 392915 12
  • Indiana: python landgrab.py 161816 9
  • Alaska: python landgrab.py 1116270 6 (broken)

Test your downloads by viewing them on http://geojson.io/

Todo:

  • handle shapes which cross the International Date Line

About

Downloads vector tiles which contain a given feature on OpenStreetMap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 66.5%
  • Python 30.4%
  • Gnuplot 2.9%
  • Shell 0.2%