-
Notifications
You must be signed in to change notification settings - Fork 51
feat(#1538): add cop_dataspace_s3 provider #1819
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: 47ee89c Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Code Coverage (Windows)DetailsDiff against developResults for commit: 47ee89c Minimum allowed coverage is ♻️ This comment has been updated with latest results |
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
9dbbf3e to
85c5700
Compare
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 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
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"]) |
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.
| expected_filename = "{}.zip".format(product.properties["title"]) | |
| expected_filename = product.properties["title"] |
not zip extension expected
3b2fa90 to
25e273b
Compare
98a7257 to
e53f818
Compare
Fixes #1538
Add cop_dataspace_s3 provider