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=19
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=20",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=18",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/T0048_Salad_Fertilizer/?format=api",
            "name": "T0048_Salad_Fertilizer",
            "description": "Fertilizer green colormap"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/WFD/?format=api",
            "name": "WFD",
            "description": "Water Framework Directive"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/WFD-ecological-status/?format=api",
            "name": "WFD-ecological-status",
            "description": "DiscreteColorMap"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/WeatherIcon/?format=api",
            "name": "WeatherIcon",
            "description": "DiscreteColormap - Extern"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/WhRd/?format=api",
            "name": "WhRd",
            "description": "Gradient white to red"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/WhSr/?format=api",
            "name": "WhSr",
            "description": "Gradient white to silver"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/WindDirection/?format=api",
            "name": "WindDirection",
            "description": "DiscreteColormap - Extern"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Yellow_Single/?format=api",
            "name": "Yellow_Single",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/YlGn/?format=api",
            "name": "YlGn",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/YlGnBu/?format=api",
            "name": "YlGnBu",
            "description": "matplotlib ColorBrewer Sequential"
        }
    ]
}