GET /api/v1/ports/py310-contextily/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "py310-contextily",
    "portdir": "python/py-contextily",
    "version": "1.6.2",
    "license": "BSD",
    "platforms": "{darwin any}",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://github.com/geopandas/contextily",
    "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.",
    "active": true,
    "categories": [
        "python",
        "gis"
    ],
    "maintainers": [],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "py310-setuptools",
                "py310-setuptools_scm",
                "py310-wheel",
                "py310-build",
                "py310-installer",
                "clang-17"
            ]
        },
        {
            "type": "lib",
            "ports": [
                "py310-joblib",
                "py310-geopy",
                "python310",
                "py310-mercantile",
                "py310-rasterio",
                "py310-requests",
                "py310-numpy",
                "py310-Pillow",
                "py310-matplotlib",
                "py310-xyzservices"
            ]
        }
    ],
    "depends_on": [
        {
            "type": "lib",
            "ports": [
                "py310-geoplot"
            ]
        }
    ]
}