Context geo-tiles in Python
Project description
contextily
: context geo tiles in Python
contextily
is a small Python 3 package to retrieve tile maps from the
internet. It can add those tiles as basemap to matplotlib figures or write tile
maps to disk 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.
The current tile providers that are available in contextily are the providers defined in the leaflet-providers package. This includes some popular tile maps, such as:
- The standard OpenStreetMap map tiles
- Toner, Terrain and Watercolor map tiles by Stamen Design
Dependencies
mercantile
numpy
matplotlib
pillow
rasterio
requests
geopy
joblib
Installation
Python 3 only
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:
pip3 install contextily==1.0rc2 # installs the latest release candidate (v1.0rc2)
Contributors
- Dani Arribas-Bel (
@darribas
) - Joris Van den Bossche
@jorisvandenbossche
) - Levi Wolf (
@levijohnwolf
) - Chris Holdgraf (
@choldgraf
) - Filipe Fernandes (@ocefpaf)
License
BSD compatible. See LICENSE.txt
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for contextily-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5380f9845a75075c11b8f09ebc3d9471f4ba39105a33b2875ebdd2938ea43684 |
|
MD5 | 925fcd7d07c41cb08bafe8f55e2e3979 |
|
BLAKE2b-256 | c1956a228a25a5e93ae236efe42a36659b61b1b4e7ceee75dd5bc4bab8944c44 |