Skip to content

Commit

Permalink
Renamed create_data_cube to create_cube. #68
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jan 23, 2024
1 parent d5d0a18 commit 47b45d4
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 @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- `clip`: Throw an exception if min > max [#472](https://github.com/Open-EO/openeo-processes/issues/472)
- Added a uniqueness contraint to various array-typed parameters (e.g. lists of dimension names or labels)
- Renamed `create_data_cube` to `create_cube`. [#68](https://github.com/Open-EO/openeo-processes/issues/68)

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion create_data_cube.json → create_cube.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "create_data_cube",
"id": "create_cube",
"summary": "Create an empty data cube",
"description": "Creates a new data cube without dimensions. Dimensions can be added with ``add_dimension()``.",
"categories": [
Expand Down

0 comments on commit 47b45d4

Please sign in to comment.