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=6
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=7",
    "previous": "https://demo.lizard.net/api/v4/colormaps/?format=api&page=5",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Cropland/?format=api",
            "name": "Cropland",
            "description": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Dark2/?format=api",
            "name": "Dark2",
            "description": "matplotlib ColorBrewer Qualitative"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/Dark2_r/?format=api",
            "name": "Dark2_r",
            "description": "matplotlib ColorBrewer Qualitative"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/DiscChange3/?format=api",
            "name": "DiscChange3",
            "description": "DiscreteColorMap"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/DiscChange3_IAP_FS/?format=api",
            "name": "DiscChange3_IAP_FS",
            "description": "increase/decrease"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/DiscChange3_stable/?format=api",
            "name": "DiscChange3_stable",
            "description": "DiscreteColorMap"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/DiscChange4_stable/?format=api",
            "name": "DiscChange4_stable",
            "description": "DiscreteColorMap"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/DiscChange5/?format=api",
            "name": "DiscChange5",
            "description": "DiscreteColorMap"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/DiscChange5_stable/?format=api",
            "name": "DiscChange5_stable",
            "description": "DiscreteColorMap - stable"
        },
        {
            "url": "https://demo.lizard.net/api/v4/colormaps/DiscChange7/?format=api",
            "name": "DiscChange7",
            "description": "DiscreteColorMap"
        }
    ]
}