Open-EO / openeo-gfmap

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

Change BAP implementation from UDF to UDP #105

Open VincentVerelst opened 3 weeks ago

VincentVerelst commented 3 weeks ago

The current implementation of the best-available-pixel (BAP) compositing is based on a UDF. Since then, the algorithm has been updated to be more accurate and only makes use of pre-defined OpenEO processes, see https://github.com/Open-EO/openeo-community-examples/blob/main/python/RankComposites/bap_composite.ipynb

It would be good to also update the BAP implementation here.