Open-EO / openeo-gfmap

Generic framework for EO mapping applications building on openEO
Apache License 2.0
4 stars 0 forks source link

Feature extractors #38

Closed GriffinBabe closed 4 months ago

GriffinBabe commented 4 months ago

Created feature extractors for users. A class must be created by extending the PatchFeatureExtractor class and implementing two methods: execute and get_labels. The execute method contains the logic applied in the UDF, while the method get_labels specifies the names of the feature bands to be applied after the UDF in the openeo job.

soxofaan commented 4 months ago

General note: my review feedback doesn't necessarily has to block merging this PR already. This is quite a big PR and keeping it open too long is just asking for conflicts with other feature branches

I'm fine with merging this as-is and fixing things up in follow-up branches/PRs