feat(#1538): add cop_dataspace_s3 provider#1819
Open
timothey-cs wants to merge 11 commits intodevelopfrom
Open
feat(#1538): add cop_dataspace_s3 provider#1819timothey-cs wants to merge 11 commits intodevelopfrom
timothey-cs wants to merge 11 commits intodevelopfrom
Conversation
Contributor
Collaborator
Code Coverage (Ubuntu)DetailsDiff against developResults for commit: 47ee89c Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Collaborator
Code Coverage (Windows)DetailsDiff against developResults for commit: 47ee89c Minimum allowed coverage is ♻️ This comment has been updated with latest results |
sbrunato
requested changes
Sep 18, 2025
sbrunato
requested changes
Sep 18, 2025
docs/notebooks/api_user_guide/2_providers_products_available.ipynb
Outdated
Show resolved
Hide resolved
docs/notebooks/api_user_guide/2_providers_products_available.ipynb
Outdated
Show resolved
Hide resolved
docs/notebooks/api_user_guide/2_providers_products_available.ipynb
Outdated
Show resolved
Hide resolved
docs/notebooks/api_user_guide/2_providers_products_available.ipynb
Outdated
Show resolved
Hide resolved
7593c7c to
9dbbf3e
Compare
sbrunato
requested changes
Sep 19, 2025
9dbbf3e to
85c5700
Compare
sbrunato
requested changes
Sep 24, 2025
Collaborator
There was a problem hiding this comment.
please rebase and include changes from
- feat(providers): available product types update for creodias, cop_dataspace and wekeo_main #1817
- fix(providers): harmonize orbitDirection properties to lowercase #1830 and fix(providers): harmonize orbitDirection properties #1836
- fix(providers): harmonize polarizationChannels property #1831
- fix(providers): platformSerialIdentifier mapping for creodias/cop_dataspace #1848
sbrunato
requested changes
Sep 24, 2025
tests/test_end_to_end.py
Outdated
|
|
||
| def test_end_to_end_search_download_cop_dataspace_s3(self): | ||
| product = self.execute_search(*COP_DATASPACE_S3_SEARCH_ARGS) | ||
| expected_filename = "{}.zip".format(product.properties["title"]) |
Collaborator
There was a problem hiding this comment.
Suggested change
| expected_filename = "{}.zip".format(product.properties["title"]) | |
| expected_filename = product.properties["title"] |
not zip extension expected
3b2fa90 to
25e273b
Compare
98a7257 to
e53f818
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #1538
Add cop_dataspace_s3 provider