Skip to content

openEO Python Client v0.51.0

Latest

Choose a tag to compare

@soxofaan soxofaan released this 16 Jul 16:04
· 27 commits to master since this release
Immutable release. Only release title and notes can be modified.

Added

  • DataCube.resample_spatial() now supports parameterized resolution and projection arguments. (#897)
  • Sanitize asset download filenames (e.g. strip slashes, (semi)colon, hash, ...), instead of blindly using the asset key as filename. (#820)
  • Support parameters in DataCube apply- and band-math operations (#903)
  • Introduction of simple (experimental) event system at Connection.events to allow hooking into various events of the API and internals (#922)
  • Initial implementation of pytest plugin auto_list_job_ids to automatically list created jobs and sync processing requests (#922)

Changed

  • ResultAsset.__init__(): renamed name argument to key for clarity and consistency with the spec (#820)

Fixed

  • Better error message when passing a bounding box with field typos in Connection.load_collection() and alike (#910)