Skip to content

Commit 7974ff2

Browse files
authored
aggregate_spatial: Clarified that the output geometries are unchang… (#548)
* `aggregate_spatial`: Clarified that the output geometries are unchanged compared to the input geometries. #499 * Added note regarding reprojection * Update aggregate_spatial.json * Update aggregate_spatial.json
1 parent 9f3a866 commit 7974ff2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3838
- `add_dimension`: Clearly define behaviour for adding spatial dimensions
3939
- `apply_polygon`: Replaced outdated usage of `raster-cube` subtype with `datacube` and dimensions. [#524](https://github.com/Open-EO/openeo-processes/issues/524)
4040
- `aggregate_spatial` and `load_geojson`: Dimensions must by of type `geometry`, not `geometries`
41+
- `aggregate_spatial`: Clarified that the output geometries are unchanged compared to the input geometries. [#499](https://github.com/Open-EO/openeo-processes/issues/499)
4142
- `aggregate_temporal` and `aggregate_temporal_period`: Clarified that the process throws a `DimensionNotAvailable` exception when no temporal dimension exists.
4243
- `aggregate_temporal_period`: Removed unused exception `DistinctDimensionLabelsRequired`.
4344
- `aggregate_temporal_period`: Clarified that the definition of weeks follows ISO 8601.

aggregate_spatial.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
}
106106
],
107107
"returns": {
108-
"description": "A vector data cube with the computed results. Empty geometries still exist but without any aggregated values (i.e. no-data). The spatial dimensions are replaced by a dimension of type 'geometry' and if `target_dimension` is not `null`, a new dimension is added.",
108+
"description": "A vector data cube with the computed results. Empty geometries still exist but without any aggregated values (i.e. no-data). The spatial dimensions are replaced by a dimension of type 'geometry' and if `target_dimension` is not `null`, a new dimension is added. The dimension of type `geometry` is unchanged compared to the geometries provided through the parameter `geometries`, especially with regards to its labels (geometries) and reference system.",
109109
"schema": {
110110
"type": "object",
111111
"subtype": "datacube",

0 commit comments

Comments
 (0)