Keyboard shortcuts

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

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"
  }
}