-
Notifications
You must be signed in to change notification settings - Fork 48
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
Search PEPS S2 products by tile id #255
Comments
Hello @floriandeboissieu , maybe you missed cell We may try to make it stand out more, to make users see it at first, before the more complex example. Anyway, does this example seem ok on your side ? |
Hi @sbrunato,
It can be done, but it looks pretty complex to me in regard of the simple use of the PEPS keyword |
You're right @floriandeboissieu. You could skip the first three steps by downloading the Shapefile we use in the example from the repo. Yet, it is still not as straightforward as what you suggest. @sbrunato I see that PEPS accepts a Could we add it as one of the query-able parameters? |
Just to be sure that we understand each other, |
Yes you got it right, We just opened #242 that highlights the issue of EODAG's internal catalog not being easy to access. We were thinking about automatically generating a nice HTML page to have a quick overview of what products are available. We could add in this page, for each product type, which extra search parameters (beyond start, end and geometry) EODAG knows about. These extra parameters are currently difficult to find. Prior to that, we would need to:
|
@floriandeboissieu @maximlt As for others provider specific parameters, you can use it as custom query parameter in eodag. It will be included in the request to the provider: prods, _ = dag.search(tileid="31TFK", foo="bar", **other_args) When working on #242 we can look for similar parameters on other providers and include it in providers configuration and documentation |
Most people I know are downloading PEPS images by tile id (e.g. for experiments on S2 L1C->L2A processing)
There is an example on how to do that in https://eodag.readthedocs.io/en/stable/tutorials/tuto_search_area.html#Custom-locations-configuration:-download-products-from-a-Sentinel-2-tile.
It may be useful for a regex search like "31T[CDE][MLK]", but it seems pretty complex to get only one tile, e.g. "31TFK".
Would it be possible to integrate an example such as the following somewhere in the documentation/tutorials?
The text was updated successfully, but these errors were encountered: