Skip to content

openEO Python Client v0.40.0

Latest
Compare
Choose a tag to compare
@soxofaan soxofaan released this 14 Apr 16:50
· 5 commits to master since this release

Added

  • sar_backscatter: try to retrieve coefficient options from backend (#693)
  • Improve error message when OIDC provider is unavailable (#751)
  • Added on_response_headers argument to DataCube.download() and related to handle (e.g. print) the response headers (#560)

Changed

  • When the bands provided to Connection.load_stac(..., bands=[...]) do not fully match the bands the client extracted from the STAC metadata, a warning will be triggered, but the provided band names will still be used during the client-side preparation of the process graph. This is a pragmatic approach to bridge the gap between differing interpretations of band detection in STAC. Note that this might produce process graphs that are technically invalid and might not work on other backends or future versions of the backend you currently use. It is recommended to consult with the provider of the STAC metadata and openEO backend on the correct and future-proof band names. (#752)

Fixed

  • STACAPIJobDatabase.get_by_status() now always returns a pandas.DataFrame with an index compatible with MultiBackendJobManager. (#707)