Skip to content

Commit 655dcdd

Browse files
committed
PR #427 follow up: Changelog and context param
1 parent 9200039 commit 655dcdd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
([#237](https://github.com/Open-EO/openeo-python-client/issues/237))
1616
- Basic support for `load_stac` process with `Connection.load_stac()`
1717
([#425](https://github.com/Open-EO/openeo-python-client/issues/))
18+
- Add `DataCube.aggregate_spatial_window()`
1819

1920
### Changed
2021

openeo/rest/datacube.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,7 @@ def aggregate_spatial_window(
998998
"align": align,
999999
"size": size,
10001000
"reducer": reducer,
1001+
"context": context,
10011002
}
10021003
return self.process(process_id="aggregate_spatial_window", arguments=arguments)
10031004

0 commit comments

Comments
 (0)