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"
}
}
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
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"
}
}