Open-EO / openeo-earthengine-driver

openEO back-end driver for Google Earth Engine.
Apache License 2.0
21 stars 7 forks source link

Remove / improve mosaicing #64

Closed m-mohr closed 1 month ago

m-mohr commented 3 years ago

Currently, often the last step is mosaicing before saving the result, see also the discussion here: https://github.com/Open-EO/openeo-r-client/issues/53#issuecomment-713492933

Some things to consider. Saving the result should in many cases not require that. How can we improve the situaton and not require mosaicing in many cases? Can we remove it completely? Would it make sense to use qualityMosaic() for better "quality"?