We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9200039 commit 655dcddCopy full SHA for 655dcdd
CHANGELOG.md
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
([#237](https://github.com/Open-EO/openeo-python-client/issues/237))
16
- Basic support for `load_stac` process with `Connection.load_stac()`
17
([#425](https://github.com/Open-EO/openeo-python-client/issues/))
18
+- Add `DataCube.aggregate_spatial_window()`
19
20
### Changed
21
openeo/rest/datacube.py
@@ -998,6 +998,7 @@ def aggregate_spatial_window(
998
"align": align,
999
"size": size,
1000
"reducer": reducer,
1001
+ "context": context,
1002
}
1003
return self.process(process_id="aggregate_spatial_window", arguments=arguments)
1004
0 commit comments