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=9
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=10",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=8",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Flooded_hv_PMF/?format=api",
            "name": "Flooded_hv_PMF",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Flooded_pmf/?format=api",
            "name": "Flooded_pmf",
            "description": "BooleanColormap"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/FragileHabitats/?format=api",
            "name": "FragileHabitats",
            "description": "DiscreteColorMap - Q0165 Ethiopia"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/GlG_Oss/?format=api",
            "name": "GlG_Oss",
            "description": "Verandering in GLG gemeente Oss"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/GlofasStations/?format=api",
            "name": "GlofasStations",
            "description": "DiscreteColorMap"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/GnBu/?format=api",
            "name": "GnBu",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/GnBu_r/?format=api",
            "name": "GnBu_r",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/GnWh/?format=api",
            "name": "GnWh",
            "description": "Gradient green to white"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/GrRd/?format=api",
            "name": "GrRd",
            "description": "Green to red"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/GreenPlusWater/?format=api",
            "name": "GreenPlusWater",
            "description": "green and water at the highest values"
        }
    ]
}