-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Milestone
Description
We're trying to support/implement a use case that depends heavily on vector cube manipulation, in particular running some custom (Python) UDF on the geometry data.
For example some (GeoJSON) feature collection manipulation use cases that are straightforward to implement the classic way, outside the openEO framework:
- filter out features, based on geometry (area, location) and/or properties
- add properties (in GeoJSON sense) to the features, based on geometry and or existing properties, using third party library, tool or service (e.g. lookup of population for a geometry or country code property)
How should these be implemented with openEO processes?
Note that with vector cubes, a lot of the relevant data to work with is in the labels (geometry data), which is quite different compared to how we typically work with raster data cubes