Open-EO / openeo-geotrellis-extensions

Java/Scala extensions for Geotrellis, for use with OpenEO GeoPySpark backend.
Apache License 2.0
5 stars 3 forks source link

best-available-pixel based loading strategy #205

Closed jdries closed 10 months ago

jdries commented 11 months ago

Can we define a custom loading strategy to load a composite based on:

or not custom? Check how long it takes to load low-resolution scl band??

Can be an extension off to_mask_scl??

distances= array_apply(x, lambda x,label:date_difference(replace_date(label,15,"day"),label) min = min(distances) => 0 or 1 based on distance

jdries commented 10 months ago

first prototype notebook was created. We now follow up with creation of an actual high quality composite here: https://github.com/Open-EO/openeo-geopyspark-driver/issues/544