GdalSource
The GdalSource
is a source operator that reads raster data using GDAL.
The counterpart for vector data is the OgrSource
.
Parameters
Parameter | Type | Description | Example Value | Default Value |
---|---|---|---|---|
data | DataId | The id of the data to be loaded |
|
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"
}
}