Search for a particular product #327
Unanswered
remi-braun
asked this question in
Q&A
Replies: 2 comments 7 replies
-
How about looking for a product's ID? https://eodag.readthedocs.io/en/latest/notebooks/api_user_guide/4_search.html#id-and-provider |
Beta Was this translation helpful? Give feedback.
4 replies
-
For your use-case, I'd use the following tools:
And if a given product is not dag.search(id=product.properties["title"], provider="next_available_provider") |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I haven't found it in the documentation, but is there a way to find a particular product accross the providers ?
My usecase is:
I query product (let's name it A) on a provider, but A is offline.
I want to try if A is online on a provider of my list of registered providers, so I want to query A specifically.
For now I try to narrow the search down with the product_type, start+end time and a geometry, but I think this is rather complicated and maybe error-prone.
Beta Was this translation helpful? Give feedback.
All reactions