-
Notifications
You must be signed in to change notification settings - Fork 9
Issue81_bapCompositeUpdate #252
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
Conversation
to Issue 81 in OpenEO_communityExamples in the UDP and minor change in description file.
|
You can find a simple testcode and a UDP generator, based on the bap_composite example in a separate branch: |
|
Previous UDP could succesfully run with a negative cloud_cover (job j-2510011253474fdc9708ec23673f97f5). |
|
Currently, I can't successfully run this new UDP. Digging deeper to find out why |
|
Like for example: cdse-j-251013161608436d9e07fda53fe1abc4 |
Hmm, running the process graph from the latest community examples, instead of from the UDP on the same spatiotemporal extent does work: cdse-j-251014092055477a8c7737997dca13be |
|
Aha, the |
VincentVerelst
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two things:
- The
geometriesinaggregate_spatialshould be parametrized from the user input. Currently they are a hard-coded FeatureCollection, which will make the UDP fail for any other spatial_extent than this hard-coded FeatureCollection - In the previous UDP the default
max_cloud_coverwas set to 75. Maybe we should keep that the same in this new UDP?
🧹 Catalogue's Preview Site CleanupThe preview site for this pull request has been cleaned up. If you need a new preview, please reopen the PR or create a new one. |
Updated the .json file of BAP_composite UPD to reflect changes made in Issue81 of OpenEO community_examples.