# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 name py-contextily version 1.6.1 revision 0 categories-append gis license BSD homepage https://github.com/geopandas/contextily maintainers nomaintainer description context geo tiles in Python long_description \ contextily is a small Python package to retrieve tile maps from the internet.\ It can add those tiles as basemaps to matplotlib figures or write tile maps to\ disk into geospatial raster files. Bounding boxes can be passed in both WGS84\ and Spheric Mercator. supported_archs noarch platforms {darwin any} checksums rmd160 affbf4be6c3035d1fd085fb7e8521a312a2b134f \ sha256 992a667ea73357e166d757e0892ae6943d97df80e5b0b77c03a755513642f403 \ size 22461393 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools_scm depends_lib-append port:py${python.version}-geopy \ port:py${python.version}-joblib \ port:py${python.version}-matplotlib \ port:py${python.version}-mercantile \ port:py${python.version}-numpy \ port:py${python.version}-pillow \ port:py${python.version}-rasterio \ port:py${python.version}-requests \ port:py${python.version}-xyzservices if {${python.version} == 38} { version 1.5.2 checksums rmd160 1d734976de43e4ddd8cde3779437a56713cbacbf \ sha256 1cd9270b82433ae8211fe161428fc9c88a4a33b18a81df36ede897ea23486249 \ size 22461450 } }