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].
Errors
Section titled “Errors”If the given dataset does not exist or is not readable, an error is thrown.
Parameters
Section titled “Parameters”| Name | Type | Description | Examples |
|---|---|---|---|
| attributeProjection | array,null | Optional: list of attributes to include. When None, all attributes are included. | |
| data | string | Dataset name or identifier to be loaded. | "ndvi" |
Examples
Section titled “Examples”{ "type": "OgrSource", "params": { "data": "ndvi" }}