Open-EO / openeo-udf

The OpenEO UDF Python reference implementation and interface description
https://open-eo.github.io/openeo-udf/
Apache License 2.0
6 stars 1 forks source link

Eliminate duplication with openeo-python-client #37

Open soxofaan opened 3 years ago

soxofaan commented 3 years ago

see Open-EO/openeo-python-client#159: openeo-python-client depended on openeo-udf (e.g. for "DataCube", "UdfData" and related) In Open-EO/openeo-python-client#190 this dependency was eliminated by copying a couple of classes from openeo-udf and openeo-python-client

Now there is some overlap and duplication between these two projects (XarrayDataCube, UdfData, StructuredData, FeatureCollection, run_code, ...), which we probably want to eliminate

soxofaan commented 4 months ago

cc @m-mohr

as discussed, we might consider making it more clear that this repo is deprecated/unmaintained

m-mohr commented 4 months ago

See also #43