Overview of contextily capabilities
maincontextily is a Python package used to retrieve tile maps from the internet.
Key capabilities include:
- Adding tile maps as basemaps to
matplotlibfigures. - Writing tile maps to disk as geospatial raster files.
- Supporting bounding boxes in both WGS84 (
EPSG:4326) and Spheric Mercator (EPSG:3857).
Tile providers are sourced from the xyzservices package, including OpenStreetMap and Stamen Design (Toner, Terrain, and Watercolor).