Skip to content

openEO Python Client v0.39.0

Compare
Choose a tag to compare
@soxofaan soxofaan released this 25 Feb 17:04
· 47 commits to master since this release

Added

Changed

  • DataCube.save_result() (and related methods) now return a SaveResult/StacResource object instead of another DataCube object to be more in line with the official save_result specification (#402, #720)
  • Deprecate BatchJob.run_synchronous in favor of BatchJob.start_and_wait (#570).

Fixed

  • Fix incompatibility problem when combining load_stac and resample_spatial (#737)