GdalSource

The GdalSource is a source operator that reads raster data using GDAL. The counterpart for vector data is the OgrSource.

Parameters

ParameterTypeDescriptionExample ValueDefault Value
dataDataIdThe id of the data to be loaded
"ndvi"

Inputs

None

Errors

If the given dataset does not exist or is not readable, an error is thrown.

Example JSON

{
  "type": "GdalSource",
  "params": {
    "data": "ndvi"
  }
}