Skip to content

Add custom colormap for nlcd landcover collection #429

Open
@anayeaye

Description

@anayeaye

What

Some categorical data require complex colormap definitions that exceed the allowed URL length in MCP. We can create a custom colormap for this collection, see the instructions here.

renders

"renders": {
  "dashboard": {
    "assets": [
      "landcover"
    ],
    "bidx": [
            1
        ],
        "colormap": {
          "0": "#00BFFF",
          "11": "#486DA2",
          "12": "#E7EFFC",
          "21": "#E1CDCE",
          "22": "#DC9881",
          "23": "#F10100",
          "24": "#AB0101",
          "31": "#B3AFA4",
          "41": "#6BA966",
          "42": "#1D6533",
          "43": "#BDCC93",
          "51": "#B29C46",
          "52": "#D1BB82",
          "71": "#EDECCD",
          "72": "#D0D181",
          "73": "#A4CC51",
          "74": "#82BA9D",
          "81": "#DDD83E",
          "82": "#AE7229",
          "90": "#BBD7ED",
          "95": "#71A4C1"
        },
        "nodata": 0,
    "title": "VEDA Dashboard Render Parameters",
    "resampling": "nearest"
  }
}

Working preview in environment without WAF
https://staging.openveda.cloud/api/raster/collections/nlcd-annual-conus-v2/items/nlcd_2001_cog_v2/preview.png?bidx=1&assets=landcover&nodata=0&colormap=%7B%220%22%3A+%22%2300BFFF%22%2C+%2211%22%3A+%22%23486DA2%22%2C+%2212%22%3A+%22%23E7EFFC%22%2C+%2221%22%3A+%22%23E1CDCE%22%2C+%2222%22%3A+%22%23DC9881%22%2C+%2223%22%3A+%22%23F10100%22%2C+%2224%22%3A+%22%23AB0101%22%2C+%2231%22%3A+%22%23B3AFA4%22%2C+%2241%22%3A+%22%236BA966%22%2C+%2242%22%3A+%22%231D6533%22%2C+%2243%22%3A+%22%23BDCC93%22%2C+%2251%22%3A+%22%23B29C46%22%2C+%2252%22%3A+%22%23D1BB82%22%2C+%2271%22%3A+%22%23EDECCD%22%2C+%2272%22%3A+%22%23D0D181%22%2C+%2273%22%3A+%22%23A4CC51%22%2C+%2274%22%3A+%22%2382BA9D%22%2C+%2281%22%3A+%22%23DDD83E%22%2C+%2282%22%3A+%22%23AE7229%22%2C+%2290%22%3A+%22%23BBD7ED%22%2C+%2295%22%3A+%22%2371A4C1%22%7D&resampling=nearest

AC

  • Confirm that the URL is blocking the WAF
  • Custom landcover colormap supported by titiler and new url accessible behind MCP WAF

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions