Skip to content

Commit d227ee1

Browse files
committed
add_dimension: Clarified that type spatial always adds a spatial dimension for the z axis.
1 parent cd73c5d commit d227ee1

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
@@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626
### Fixed
2727

2828
- Clarified for various mathematical functions the defined input and output ranges. Mention that `NaN` is returned outside of the defined input range where possible.
29+
- `add_dimension`: Clarified that type spatial always adds a spatial dimension for the `z` axis.
2930
- `apply_polygon`: Replaced outdated usage of `raster-cube` subtype with `datacube` and dimensions. [#524](https://github.com/Open-EO/openeo-processes/issues/524)
3031
- `aggregate_temporal` and `aggregate_temporal_period`: Clarified that the process throws a `DimensionNotAvailable` exception when no temporal dimension exists.
3132
- `aggregate_temporal_period`: Removed unused exception `DistinctDimensionLabelsRequired`

add_dimension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
{
3737
"name": "type",
38-
"description": "The type of dimension, defaults to `other`.",
38+
"description": "The type of dimension, defaults to `other`.\n\nIf the type is `spatial`, the axis is always `z`, spatial dimensions for `x` and `y` can't be added through this process.",
3939
"schema": {
4040
"type": "string",
4141
"enum": [

0 commit comments

Comments
 (0)