Skip to content

Commit

Permalink
add_dimension: Clarified that type spatial always adds a spatial di…
Browse files Browse the repository at this point in the history
…mension for the `z` axis.
  • Loading branch information
m-mohr committed Jan 24, 2024
1 parent 47b45d4 commit 6ce7b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Clarified for various mathematical functions the defined input and output ranges. Mention that `NaN` is returned outside of the defined input range where possible.
- `add_dimension`: Clarified that type spatial always adds a spatial dimension for the `z` axis.
- `aggregate_temporal` and `aggregate_temporal_period`: Clarified that the process throws a `DimensionNotAvailable` exception when no temporal dimension exists.
- `aggregate_temporal_period`: Removed unused exception `DistinctDimensionLabelsRequired`
- `aggregate_temporal_period`: Clarified that the definition of weeks follows ISO 8601
Expand Down
2 changes: 1 addition & 1 deletion add_dimension.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
{
"name": "type",
"description": "The type of dimension, defaults to `other`.",
"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.",
"schema": {
"type": "string",
"enum": [
Expand Down

0 comments on commit 6ce7b9a

Please sign in to comment.