Skip to content

openEO Python Client v0.17.0

Compare
Choose a tag to compare
@soxofaan soxofaan released this 16 May 13:23
· 695 commits to master since this release

Added

  • Connection.authenticate_oidc(): add argument to set maximum device code flow poll time
  • Show progress bar while waiting for OIDC authentication with device code flow, including special mode for in Jupyter notebooks. (#237)
  • Basic support for load_stac process with Connection.load_stac() (#425)
  • Add DataCube.aggregate_spatial_window()

Fixed

  • Include "scope" parameter in OIDC token request with client credentials grant.
  • Support fractional seconds in Rfc3339.parse_datetime (#418)