Legend NDVISatellite

It would be important to have the complete NDVI / NDWI scale (from -1 to 1) with the legend and colors.
In the satellite image below we have, for example, red and blue, but we have no way to interpret these results.
image
we have followed the documentation to create the legend

Hi @spherag ,

You just need to specify the color, the position, and the label in gradients array as following:

"gradients": [
    {
        "color": "#000000",
        "label": "- 1.0",
        "position": 0
    },
    {...}, ...
]

I think you’ve already set the legend in your desired way for the NDVI layer in your SpheragxArateck configuration.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.