Skip to content

How to run a UDF on vector cube to access geometry? #449

@soxofaan

Description

@soxofaan

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions