Open-EO / openeo-processes

Interoperable processes for openEO's big Earth observation cloud processing.
https://processes.openeo.org
Apache License 2.0
48 stars 15 forks source link

Get rid of GeometryCollection #389

Closed m-mohr closed 1 year ago

m-mohr commented 1 year ago

We are working towards v2 of the processes for vector cubes. I think this is a good chance to disallow and remove the already "not recommended" GeometryCollection from the processes.

Thoughts?

soxofaan commented 1 year ago

Getting rid of GeometryCollection as an allowed geometry type simplifies things for backend implementors, so that's good. I have no idea if it is a valuable type for real use cases and end users.

Related: https://github.com/Open-EO/openeo-python-driver/issues/71 (in VITO backend we handle a GeometryCollection as a feature collection, and we want to get rid of that inconsistency)

m-mohr commented 1 year ago

PR #395 proposes to remove GeometryCollection. It has been deprecated in 1.1.0 and as such is a good candidate for removal in 2.0.0.

soxofaan commented 1 year ago

PR #289 proposes to ...

I guess you meant PR #395 ?