You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: set wekeo_main products storageTier to online (#29)
`auto_order_whitelist` setting has been added previously, and now
products from federation backends of this whitelist has `storageTier`
metadata from eodag
[EOProduct()](https://eodag.readthedocs.io/en/stable/api_reference/eoproduct.html#eodag.api.product._product.EOProduct)
set to `ONLINE` because products are available immediately after a
search. This means that `storage:tier` and `order:status` STAC
properties are respectively set to `online` and `succeeded` when these
`EOProducts` are converted to STAC items.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,7 @@ Reach to [stac-fastapi documentation](https://stac-utils.github.io/stac-fastapi/
106
106
|`ORIGIN_URL_BLACKLIST`| Hide from clients items assets' origin URLs starting with URLs from the list. A string of comma separated values is expected. | "" |
107
107
|`COUNT`| Whether to run a query with a count request or not. | False |
108
108
|`FETCH_PROVIDERS`| Fetch additional collections from all EODAG providers. | False |
109
+
|`AUTO_ORDER_WHITELIST`| List of providers for which the order should be done at the same time as the download. |["wekeo_main"]|
109
110
|`DOWNLOAD_BASE_URL`| Useful to expose asset download URL in a separate domain name. | "" |
0 commit comments