Skip to content

Commit

Permalink
filter_bbox: Clarified that the bounding box is reprojected to the …
Browse files Browse the repository at this point in the history
…CRS of the spatial data cube dimensions if required.
  • Loading branch information
m-mohr committed Oct 13, 2023
1 parent 2bd9119 commit f63e462
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 @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- `filter_bbox`: Clarified that the bounding box is reprojected to the CRS of the spatial data cube dimensions if required.
- `filter_spatial`: Clarified that a masking get applied for the given geometries. [#469](https://github.com/Open-EO/openeo-processes/issues/469)

## [2.0.0-rc.1] - 2023-05-25
Expand Down
2 changes: 1 addition & 1 deletion filter_bbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
{
"name": "extent",
"description": "A bounding box, which may include a vertical axis (see `base` and `height`).",
"description": "A bounding box, which may include a vertical axis (see `base` and `height`).\n\nIf the bounding box is not provided in the coordinate reference system (CRS) of the data cube, the bounding box is reprojected to the CRS of the spatial data cube dimensions.",
"schema": {
"type": "object",
"subtype": "bounding-box",
Expand Down

0 comments on commit f63e462

Please sign in to comment.