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
{
  "type": "internal",
  "datasetId": "a626c880-1c41-489b-9e19-9596d129859c"
}

Inputs

None

Errors

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

Example JSON

{
  "type": "GdalSource",
  "params": {
    "data": {
      "type": "internal",
      "datasetId": "a626c880-1c41-489b-9e19-9596d129859c"
    }
  }
}