-
Notifications
You must be signed in to change notification settings - Fork 45
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(cop_dataspace): adds S1_SAR_GRD_COG and new odata query parameters #1277
Conversation
Hmm... Any idea how to address that? |
The test-failure here: https://github.com/CS-SI/eodag/actions/runs/10109344749/job/27957248216?pr=1277 seems unrelated to the changes... |
Hello @ninsbl , and many thanks for this PR!
This is because the PR come from a fork and does not have permissions to write tests results in the PR through the dedicated GH-action. No problem, as we can see that they succeeded |
it is ok, I just added remaining product information generated with |
Description
The
cop_dataspace
provider uses COG-format based GRD data as main _target now. This PR adds theS1_SAR_GRD_COG
product type and enhances querying possibilities incop_dataspace
allowing to query based onpublicationDate
andmodificationDate
using terms:modifiedAfter
modifiedBefore
publishedAfter
publishedBefore
It also fixes
orbitNumber
andrelativeOrbitNumbe
searches, that either were ignored or threw errors.Further comments
Filtering by publishing or modification date might relevant for other providers too...