Skip to content

Commit

Permalink
apply_polygon: rename polygons parameter to geometries (#511) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan authored Jul 26, 2024
1 parent 469e06f commit a2e3780
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 @@ -11,6 +11,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)
- `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)

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion proposals/apply_polygon.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
},
{
"name": "polygons",
"name": "geometries",
"description": "A vector data cube containing at least one polygon. The provided vector data can be one of the following:\n\n* A `Polygon` or `MultiPolygon` geometry,\n* a `Feature` with a `Polygon` or `MultiPolygon` geometry, or\n* a `FeatureCollection` containing at least one `Feature` with `Polygon` or `MultiPolygon` geometries.\n* Empty geometries are ignored.",
"schema": {
"type": "object",
Expand Down

0 comments on commit a2e3780

Please sign in to comment.