openEO Python Client v0.39.0
Added
- Add support for
export_workspace
process (#720) - Add support for processing parameter extension (e.g. default job options) in
build_process_dict
(#731)
Changed
DataCube.save_result()
(and related methods) now return aSaveResult
/StacResource
object instead of anotherDataCube
object to be more in line with the officialsave_result
specification (#402, #720)- Deprecate
BatchJob.run_synchronous
in favor ofBatchJob.start_and_wait
(#570).
Fixed
- Fix incompatibility problem when combining
load_stac
andresample_spatial
(#737)