-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
best-available-pixel based loading strategy #205
Comments
jdries
added a commit
that referenced
this issue
Sep 22, 2023
jdries
added a commit
that referenced
this issue
Sep 25, 2023
jdries
added a commit
that referenced
this issue
Sep 25, 2023
jdries
added a commit
that referenced
this issue
Sep 27, 2023
jdries
added a commit
that referenced
this issue
Oct 3, 2023
jdries
added a commit
that referenced
this issue
Oct 20, 2023
…rom the original process gets overridden, so how do we reference that from an inner process?? Here we introduce 'parent.data'. #205
jdries
added a commit
to Open-EO/openeo-community-examples
that referenced
this issue
Oct 25, 2023
jdries
added a commit
to Open-EO/openeo-community-examples
that referenced
this issue
Oct 25, 2023
first prototype notebook was created. We now follow up with creation of an actual high quality composite here: |
VincentVerelst
added a commit
to Open-EO/openeo-community-examples
that referenced
this issue
Apr 3, 2024
* draft version of best available pixel * add parent.data workaround to best available pixel Open-EO/openeo-geotrellis-extensions#205 * best available pixel: minor cleanup Open-EO/openeo-geotrellis-extensions#205 * added openeo BAP example (Open-EO/openeo-geopyspark-driver#544) * Example notebook using pre-defined processes for the date score added * updated BAP notebooks. No-UDF notebook still experimental * removed some unnecessary files * Added a spatial resample, so that the rgb_bands and rank_mask have the same spatial resolution. * updated cloud and coverage scores to take larger neighboring areas into account * added extra cloud masking * added a fourth component to the BAP score based on B01. * added extra cloud masking * Finished working version of best available pixel --------- Co-authored-by: Vincent Verelst <[email protected]> Co-authored-by: Vincent <[email protected]> Co-authored-by: Vincent Verelst <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: