Skip to content

openEO Python client v0.11.0

Choose a tag to compare

@soxofaan soxofaan released this 02 Jul 09:33
· 1327 commits to master since this release

Added

  • Add support for passing a PGNode/VectorCube as geometry to aggregate_spatial, mask_polygon, ...
  • Add support for second order callbacks e.g. is_valid in count in reduce_dimension (#317)

Changed

  • Rename RESTJob class name to less cryptic and more user-friendly BatchJob.
    Original RESTJob is still available as deprecated alias.
    (#280)
  • Dropped default reducer ("max") from DataCube.reduce_temporal_simple()
  • Various documentation improvements:
    • general styling, landing page and structure tweaks (#285)
    • batch job docs (#286)
    • getting started docs (#308)
    • part of UDF docs (#309)
    • added process-to-method mapping docs
  • Drop hardcoded h5netcdf engine from XarrayIO.from_netcdf_file()
    and XarrayIO.to_netcdf_file() (#314)
  • Changed argument name of Connection.describe_collection() from name to collection_id
    to be more in line with other methods/functions.

Fixed

  • Fix context/condition confusion bug with count callback in DataCube.reduce_dimension() (#317)