Skip to content

RasterBandDescriptor

A raster band descriptor describes a single band of a raster source. The description contains a name and a Measurement.

{
"name": "NDVI",
"measurement": {
"type": "continuous",
"unit": "NDVI"
}
}