Skip to content

Commit cf7e2f5

Browse files
committed
Revert "Renamed create_data_cube to create_cube. #68"
This reverts commit 2dc8aec.
1 parent cd73c5d commit cf7e2f5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
- `clip`: Throw an exception if min > max [#472](https://github.com/Open-EO/openeo-processes/issues/472)
2121
- `save_results`: Returns the STAC resource instead of boolean `true` [API#376](https://github.com/Open-EO/openeo-api/issues/376)
2222
- Added a uniqueness contraint to various array-typed parameters (e.g. lists of dimension names or labels)
23-
- Renamed `create_data_cube` to `create_cube`. [#68](https://github.com/Open-EO/openeo-processes/issues/68)
2423
- `apply_polygon`: Renamed `polygons` parameter to `geometries` for better alignment with other geometry handling processes. [#511](https://github.com/Open-EO/openeo-processes/issues/511)
2524

2625
### Fixed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "create_cube",
2+
"id": "create_data_cube",
33
"summary": "Create an empty data cube",
44
"description": "Creates a new data cube without dimensions. Dimensions can be added with ``add_dimension()``.",
55
"categories": [

0 commit comments

Comments
 (0)