Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.74 KB

README.md

File metadata and controls

49 lines (36 loc) · 1.74 KB

contextily: context geo tiles in Python

contextily is a small Python 3 package to retrieve and write to disk tile maps from the internet into geospatial raster files. Bounding boxes can be passed in both WGS84 (EPSG:4326) and Spheric Mercator (EPSG:3857). See the notebook contextily_guide.ipynb for usage.

Build Status Coverage Status

Tiles

Dependencies

  • mercantile
  • numpy
  • matplotlib
  • pillow
  • rasterio
  • requests
  • geopy
  • joblib

Installation

Python 3 only:

pip3 install contextily

Contributors

License

BSD compatible. See LICENSE.txt