contextily
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.
EPSG:4326
EPSG:3857
contextily_guide.ipynb
Tiles¶
Toner and Terrain map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under ODbL.
Watercolor map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under CC BY SA.
mercantile
numpy
matplotlib
pillow
rasterio
requests
geopy
joblib
Python 3 only
Latest released version:
pip3 install contextily # installs the latest released version (v0.99.0)
Latest release candidate (includes functionality such as add_basemap coming in version 1.0:
add_basemap
pip3 install contextily==1.0rc2 # installs the latest release candidate (v1.0rc2)
Dani Arribas-Bel (`@darribas <http://twitter.com/darribas>`__)
`@darribas
Joris Van den Bossche `@jorisvandenbossche <https://twitter.com/jorisvdbossche>`__)
`@jorisvandenbossche
Levi Wolf (`@levijohnwolf <https://twitter.com/levijohnwolf>`__)
`@levijohnwolf
Chris Holdgraf (`@choldgraf <http://twitter.com/choldgraf>`__)
`@choldgraf
Filipe Fernandes ([@ocefpaf](http://twitter.com/ocefpaf))
BSD compatible. See LICENSE.txt
LICENSE.txt
Contents:
Index
Module Index
Search Page