Skip to content

openEO Python Client v0.23.0

Choose a tag to compare

@soxofaan soxofaan released this 02 Oct 16:52
· 835 commits to master since this release

Added

  • Support year/month shorthand date notations in temporal extent arguments of Connection.load_collection, DataCube.filter_temporal and related (#421)
  • Support parameterized bands in load_collection (#471)
  • Allow specifying item schema in Parameter.array()
  • Support "subtype" and "format" schema options in Parameter.string()

Changed

  • Before doing user-defined process (UDP) listing/creation: verify that back-end supports that (through openEO capabilities document) to improve error message.
  • Skip metadata-based normalization/validation and stop showing unhelpful warnings/errors like "No cube:dimensions metadata" or "Invalid dimension" when no metadata is available client-side anyway (e.g. when using datacube_from_process, parameterized cube building, ...). (#442)

Removed

  • Bumped minimal supported Python version to 3.7 (#460)

Fixed

  • Support handling of "callback" parameters in openeo.processes callables (#470)