Endpoint (read-only) for listing predefined colormaps.

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

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

{
    "count": 465,
    "next": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/3di-damage/?format=api",
            "name": "3di-damage",
            "description": "3Di result (based on YlOrRd)"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/3di-damage-estim/?format=api",
            "name": "3di-damage-estim",
            "description": "3Di result (based on YlOrRd)"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/3di-depth/?format=api",
            "name": "3di-depth",
            "description": "3Di result (based on Blues)"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/3di-fhr/?format=api",
            "name": "3di-fhr",
            "description": "3Di result"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/3di-rise-vel/?format=api",
            "name": "3di-rise-vel",
            "description": "3Di result (based on Purples)"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/3di-ucr-max/?format=api",
            "name": "3di-ucr-max",
            "description": "3Di result (based on Reds)"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/3di_arrivaltime/?format=api",
            "name": "3di_arrivaltime",
            "description": "Arrival time (used in 3Di postprocessing)"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/3di_damage/?format=api",
            "name": "3di_damage",
            "description": "Damage (used in 3Di postprocessing)"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/3di_floodhazardrating/?format=api",
            "name": "3di_floodhazardrating",
            "description": "Flood hazard rating (used in 3Di postprocessing)"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/3di_flowvelocity/?format=api",
            "name": "3di_flowvelocity",
            "description": "Flow velocity (used in 3Di postprocessing)"
        }
    ]
}