Skip to content

Multi Band GDAL Source

The [MultiBandGdalSource] is a source operator that reads multi-band raster data using GDAL.

NameTypeDescriptionExamples
datastringDataset name or identifier to be loaded."ndvi"
overviewLevelinteger,nullOptional: overview level to use.

If not provided, the data source will determine the resolution, i.e., uses its native resolution.
3
{
"type": "MultiBandGdalSource",
"params": {
"data": "sentinel-2-l2a_EPSG32632_U16_10",
"overviewLevel": null
}
}