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=11
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=12",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=10",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Greens_r/?format=api",
            "name": "Greens_r",
            "description": "NenS matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Greys/?format=api",
            "name": "Greys",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Greys_r/?format=api",
            "name": "Greys_r",
            "description": "matplotlib ColorBrewer Sequential"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/GrowthStage_Rice/?format=api",
            "name": "GrowthStage_Rice",
            "description": "GradientColormap - NenS"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/GrowthStage_Rice_D/?format=api",
            "name": "GrowthStage_Rice_D",
            "description": "DiscreteColormap - Extern"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/GrowthStage_Rice_D_Fosholi/?format=api",
            "name": "GrowthStage_Rice_D_Fosholi",
            "description": "DiscreteColormap - Extern"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/GrowthStage_Rice_D_Sat4Rice/?format=api",
            "name": "GrowthStage_Rice_D_Sat4Rice",
            "description": "DiscreteColormap - Extern"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/ICON/?format=api",
            "name": "ICON",
            "description": "Styling for ICON"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/IrrigatedArea/?format=api",
            "name": "IrrigatedArea",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/JAXA_LULC_1990-2020/?format=api",
            "name": "JAXA_LULC_1990-2020",
            "description": "DiscreteColorMap - Land Use Land Cover MKDC JAXA"
        }
    ]
}