Version 0.9.1 of the openEO Python client got released!
Added
- Add
optionsargument toDataCube.atmospheric_correction(Open-EO/openeo-python-driver#91) - Add
atmospheric_correction_optionsandcloud_detection_optionsarguments toDataCube.ard_surface_reflectance(Open-EO/openeo-python-driver#91) - UDP storing: add support for “returns”, “categories”, “examples” and “links” properties (#242)
- Add
openeo.extra.spectral_indices: experimental API to easily compute spectral indices (vegetation, water, urban, …) on aDataCube, using the index definitions from Awesome Spectral Indices
Changed
- Batch job status poll loop: ignore (temporary) “service unavailable” errors (Open-EO/openeo-python-driver#96)
- Batch job status poll loop: fail when there are too many soft errors (temporary connection/availability issues)
Fixed
- Fix
DataCube.ard_surface_reflectance()to use processard_surface_reflectanceinstead ofatmospheric_correction