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=15
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=16",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=14",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/PuOr/?format=api",
            "name": "PuOr",
            "description": "matplotlib ColorBrewer Diverging"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/PuOr_r/?format=api",
            "name": "PuOr_r",
            "description": "matplotlib ColorBrewer Diverging"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/PuRd/?format=api",
            "name": "PuRd",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/PuRd_r/?format=api",
            "name": "PuRd_r",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Purples/?format=api",
            "name": "Purples",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Purples_r/?format=api",
            "name": "Purples_r",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Rainfall_Parramatta/?format=api",
            "name": "Rainfall_Parramatta",
            "description": "Colourmap used for Lizard dashboard Parramatta"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Rainfall_intensity/?format=api",
            "name": "Rainfall_intensity",
            "description": "Daily rainfall intensity forecast"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/RdBu/?format=api",
            "name": "RdBu",
            "description": "matplotlib ColorBrewer Diverging"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/RdBu_r/?format=api",
            "name": "RdBu_r",
            "description": "matplotlib ColorBrewer Diverging"
        }
    ]
}