Skip to content

OGR Source

The [OgrSource] is a source operator that reads vector data using OGR (part of GDAL). The counterpart for raster data is the [GdalSource].

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

NameTypeDescriptionExamples
attributeProjectionarray,nullOptional: list of attributes to include. When None, all attributes are included.
datastringDataset name or identifier to be loaded."ndvi"
{
"type": "OgrSource",
"params": {
"data": "ndvi"
}
}