band is a JSON Structure definition published by Airbus OneAtlas.
Meta-schema:
JSON Structure
{
"name": "band",
"fields": [
{
"name": "actualBitDepth",
"type": "double",
"description": "cf ABPP de NITF"
},
{
"name": "colorInterpretation",
"type": "string",
"description": "possible values one of `RED`, `GREEN`, `BLUE`, `GRAY`, `ALPHA` or a custom string (ex `NIR`)"
},
{
"name": "compression",
"type": "string",
"description": "TO BE DISCUSSED (raw, deflate,...)"
},
{
"name": "description",
"type": "string"
},
{
"name": "isMask",
"type": "boolean"
},
{
"name": "name",
"type": "string",
"description": "The name of the **mask bands** are normalized as:\n - `CLD` for Cloud Cotation\n - `COR` for Correlation\n - `DET` for Detector Quality\n - `EXO` for Exogenous mask\n - `MER` for Dem merging mask\n - `QTE` for Technical Index\n - `REG` for Regulation mask\n - `ROI` for Area of interest\n - `SLT` for Saturation Cotation\n - `SNW` for Snow Cotation\n - `VAL` for Validated area mask\n - `VIS` for Visibility / occlusion\n - `VQA` for Visual control\n - `WAT` for Water mask\n\n\nMask is a binary data always encoded in 8 bits with only 2 values:\n - 0 value means exclusion\n - 1 value means inclusion\n\n\nThere is no **spectral band** name convention, it depends of the sensor. By example:\n - `B2`, `B1`, `B0`, `B3`, `P` for SPOT and PLEIADES\n - `B03`, `B01`, `B02`, `B04`, `B05`, `B06`, `B07`, `B08`, `B8A`, `B09`, `B10`, `B11`, `B12` for Sentinel2\n - `P` for Ref3D Ortho\n"
},
{
"name": "noDataValue",
"type": "double",
"description": "the value of a pixel that does not correspond to a real data"
},
{
"name": "offset",
"type": "double",
"description": "offset used in the buffer for this band"
},
{
"name": "pixelType",
"type": "string",
"description": "the type of pixel of the buffer"
},
{
"name": "size",
"type": "double",
"description": "size of this band in the buffer"
}
]
}