-
Notifications
You must be signed in to change notification settings - Fork 52
fix: update config for CLMS global collections #1985
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
base: develop
Are you sure you want to change the base?
Conversation
Code Coverage (Ubuntu)DetailsDiff against developResults for commit: ad42469 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Code Coverage (Windows)DetailsDiff against developResults for commit: ad42469 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
|
currently there is an issue with collection CLMS_GLO_DMP_333M - the search result contains incorrect items. It seems to be an issue on provider side -> waiting for feedback |
workaround implemented |
eodag/resources/providers.yml
Outdated
| id: | ||
| - '{{"productIdentifier": "{id}"}}' | ||
| - '$.id' |
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.
what's the point of having this conf for id ?
When the collection is also set, productIdentifier will come from its conf. And when it is not set, search will not be performed because dataset_id is missing
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.
For searching by id but I realised that it does not work because it is overwritten witht the default value. I also noticed a strange behaviour of the date filter on wekeo side -> waiting for feedback on that.
The configuration on
wekeofor the CLMS global collections has changed: Instead of having one dataset per collection, there is one dataset for all collections which can be filtered byproductTypeandproductIdentifierto get the data for a specific collection.Also fixes value of the processing:level for S5P_L1B_IR_ALL.