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=29
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=30",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=28",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/esa_siteutils_bolivia/?format=api",
            "name": "esa_siteutils_bolivia",
            "description": "DiscreteColorMap - ESA Site utilisation suitability - EO4SD"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/esri_landuse/?format=api",
            "name": "esri_landuse",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/fame_dunes/?format=api",
            "name": "fame_dunes",
            "description": "Dune area"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/fame_land_use/?format=api",
            "name": "fame_land_use",
            "description": "Land Use"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/flood-hazard-rating/?format=api",
            "name": "flood-hazard-rating",
            "description": "3Di result"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/floodhazard/?format=api",
            "name": "floodhazard",
            "description": "Flood Hazard Classification"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/g4aw-floodoccurrence/?format=api",
            "name": "g4aw-floodoccurrence",
            "description": "Flood occurrence"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/g4aw-floodoccurrence_d/?format=api",
            "name": "g4aw-floodoccurrence_d",
            "description": "DiscreteColormap - Extern"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/gebouwen_en_water/?format=api",
            "name": "gebouwen_en_water",
            "description": "gebouwen_en_water PET kaart"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/gebouwen_en_water_2/?format=api",
            "name": "gebouwen_en_water_2",
            "description": "gebouwen en water ondoorzichtig"
        }
    ]
}