RasterBandDescriptor
A raster band descriptor describes a single band of a raster source. The description contains a name and a Measurement.
Example JSON
{
"name": "NDVI",
"measurement": {
"type": "continuous",
"unit": "NDVI"
}
}
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"
}
}