Skip to content

openEO Python Client v0.37.0

Latest
Compare
Choose a tag to compare
@soxofaan soxofaan released this 21 Jan 14:46
· 20 commits to master since this release

Added

  • Added show_error_logs argument to cube.execute_batch()/job.start_and_wait()/... to toggle the automatic printing of error logs on failure (#505)
  • Added Connection.web_editor() to build link to the openEO backend in the openEO Web Editor
  • Add support for log_level in create_job() and execute_job() (#704)
  • Add initial support for "geometry" dimension type in CubeMetadata (#705)
  • Add support for parameterized bands argument in load_stac()
  • Argument spatial_extent in load_collection()/load_stac(): add support for Shapely objects, loading GeoJSON from a local path and loading geometry from GeoJSON/GeoParquet URL. (#678)

Changed

  • Raise exception when providing empty bands array to load_collection/load_stac (#424, Open-EO/openeo-processes#372)
  • Start showing deprecation warnings on usage of GeoJSON "GeometryCollection" (in filter_spatial, aggregate_spatial, chunk_polygon, mask_polygon). Use a GeoJSON FeatureCollection instead. (#706, Open-EO/openeo-processes#389)
  • The context parameter is now used in execute_local_udf (#556

Fixed

  • Clear capabilities cache on login (#254)