Open-EO / openeo-python-client

Python client API for OpenEO
https://open-eo.github.io/openeo-python-client/
Apache License 2.0
156 stars 42 forks source link

add reduce_spatial #480

Closed clausmichele closed 1 year ago

clausmichele commented 1 year ago

reduce_spatial added to the DataCube class. Created the necessary function to handle the metadata.

soxofaan commented 1 year ago

can you also add a CHANGELOG entry and a test like this one https://github.com/Open-EO/openeo-python-client/blob/9e62255faf467ed3460fcdcb0c72e53277c907be/tests/rest/datacube/test_datacube100.py#L1211-L1224

clausmichele commented 1 year ago

@soxofaan done! The pre-commit fixed also the style of some parts of test_datacube100.py

soxofaan commented 1 year ago

merged. Thanks!