Skip to content

openEO Python client v0.13.0

Compare
Choose a tag to compare
@soxofaan soxofaan released this 10 Oct 13:51
· 819 commits to master since this release

Added

  • Add max_cloud_cover argument to load_collection() to simplify setting maximum cloud cover (property eo:cloud_cover) (#328)

Changed

  • Improve default dimension metadata of a datacube created with openeo.rest.datacube.DataCube.load_disk_collection
  • DataCube.download(): only automatically add save_result node when there is none yet.
  • Deprecation warnings: make sure they are shown by default and can be hidden when necessary.
  • Rework and improve openeo.UDF helper class for UDF usage
    (#312).
    • allow loading directly from local file or URL
    • autodetect runtime from file/URL suffix or source code
    • hide implementation details around data argument (e.g.data={"from_parameter": "x"})
    • old usage patterns of openeo.UDF and DataCube.apply_dimension() still work but trigger deprecation warnings
  • Show warning when using load_collection property filters that are not defined in the collection metadata (summaries).