Skip to content
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

Closed
jdries opened this issue Sep 21, 2023 · 1 comment
Closed

best-available-pixel based loading strategy #205

jdries opened this issue Sep 21, 2023 · 1 comment
Assignees

Comments

@jdries
Copy link
Contributor

jdries commented Sep 21, 2023

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

  • distance to cloud
  • closest to middle of time interval (month typically)

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 added a commit that referenced this issue Sep 22, 2023
@jdries jdries self-assigned this Sep 25, 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
@jdries
Copy link
Contributor Author

jdries commented Oct 25, 2023

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

@jdries jdries closed this as completed Oct 25, 2023
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant