Endpoint (read-only) for listing predefined colormaps.

A colormap is used when rendering rasters in the WMS endpoint.

GET /api/v4/colormaps/?format=api&page=28
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 486,
    "next": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=29",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=27",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/earth/?format=api",
            "name": "earth",
            "description": "matplotlib"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/earth_r/?format=api",
            "name": "earth_r",
            "description": "matplotlib"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/eo4sd_forest_change/?format=api",
            "name": "eo4sd_forest_change",
            "description": "DiscreteColorMap"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/eo4sd_lc_change/?format=api",
            "name": "eo4sd_lc_change",
            "description": "DiscreteColorMap"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/eo4sd_lc_change_bolean/?format=api",
            "name": "eo4sd_lc_change_bolean",
            "description": "DiscreteColorMap"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/eo4sdbol_deforestation/?format=api",
            "name": "eo4sdbol_deforestation",
            "description": "Deforestation"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/eo4sdbol_landcover/?format=api",
            "name": "eo4sdbol_landcover",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/eo4sdbol_siteuti/?format=api",
            "name": "eo4sdbol_siteuti",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/eo4sdbol_soymap/?format=api",
            "name": "eo4sdbol_soymap",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/esa_landcover_bolivia/?format=api",
            "name": "esa_landcover_bolivia",
            "description": "DiscreteColorMap - ESA Land Cover - EO4SD"
        }
    ]
}