Skip to content

openEO Python Client v0.30.0

Compare
Choose a tag to compare
@soxofaan soxofaan released this 18 Jun 11:07
· 141 commits to master since this release

Added

  • Add openeo.udf.run_code.extract_udf_dependencies() to extract UDF dependency declarations from UDF code
    (related to Open-EO/openeo-geopyspark-driver#237)
  • Document PEP 723 based Python UDF dependency declarations (Open-EO/openeo-geopyspark-driver#237)
  • Added more openeo.api.process.Parameter helpers to easily create "bounding_box", "date", "datetime", "geojson" and "temporal_interval" parameters for UDP construction.
  • Added convenience method Connection.load_stac_from_job(job) to easily load the results of a batch job with the load_stac process (#566)
  • load_stac/metadata_from_stac: add support for extracting band info from "item_assets" in collection metadata (#573)
  • Added initial openeo.testing submodule for reusable test utilities

Fixed

  • Initial fix for broken DataCube.reduce_temporal() after load_stac (#568)