-
Notifications
You must be signed in to change notification settings - Fork 50
feat(plugins): new search plugin for geodes #1861
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)Diff against developResults for commit: 26c6c6a Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Code Coverage (Windows)Diff against developResults for commit: 26c6c6a Minimum allowed coverage is ♻️ This comment has been updated with latest results |
eodag/plugins/search/qssearch.py
Outdated
| availability_endpoint = "https://geodes-portal.cnes.fr/availability/{id}" | ||
| if availability_endpoint: | ||
| ssl_verify = getattr(self.config, "ssl_verify", True) | ||
| for result in results: |
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 call availability endpoint only once with all ids, this will be way faster
1a2420f to
26c6c6a
Compare
Fixes #1777
For provider geodes, perform a second request to get product availability and put the result in the properties.storageStatus. New plugin created : GeodesSearch