feat(plugins): new search plugin for geodes#1861
feat(plugins): new search plugin for geodes#1861timothey-cs wants to merge 4 commits intodevelopfrom
Conversation
Test Results 1 files - 3 1 suites - 3 30s ⏱️ - 3m 1s For more details on these failures, see this check. Results for commit ba30b90. ± Comparison against base commit 379db43. ♻️ This comment has been updated with latest results. |
Code Coverage (Ubuntu)DetailsDiff against developResults for commit: 26c6c6a Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Code Coverage (Windows)DetailsDiff 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.
please call availability endpoint only once with all ids, this will be way faster
1a2420f to
26c6c6a
Compare
26c6c6a to
ba30b90
Compare
Code Coverage (Ubuntu)DetailsDiff against developResults for commit: ba30b90 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
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