-
Notifications
You must be signed in to change notification settings - Fork 47
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
feat: update wekeo sentinel product types #902
Conversation
jlahovnik
commented
Oct 26, 2023
- adaptations on sentinel 1 product types
- add all available search parameters for all sentinel products
- add sentinel 3 and 6 products available in wekeo and not available in EODAG so far
- add wekeo to support providers list in documentation index page
add 2 product types for sentinel 3, add missing parameters for Sentinel 1+2 product types
Code Coverage (Ubuntu)
Minimum allowed coverage is Generated by 🐒 cobertura-action against e937210 |
Code Coverage (Windows)
Minimum allowed coverage is Generated by 🐒 cobertura-action against e937210 |
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.
please
- add
S1_SAR_OCN
,S1_SAR_RAW
,S2_MSI_L2AP
- rename
*_REPROCESSED
product types to*_BC00X
.
Ex:S3_SRA_1B_SE_REPROCESSED
toS3_SRA_BS_BC004
add products for sentinel 1 and 2, rename reprocessed sentinel 3 products
Updated |
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.
please use standard metadata parameters names: relativeOrbitNumber
instead of relorbit
, platform
instead of sat
, ...
use standard parameter names + add additional keyword for reprocessed collections
all changes done |
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.
Please change properties:
type
toproviderProductType
cycle
tocycleNumber
done |
ce0c2ff
to
71265fb
Compare