You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)