-
**Describe the bug**
An error occurs when requesting wekeo provider
**Code To Reproduce**
```py
auth = dag._plugins_manager.get_auth_plugin("wekeo").authenticate()
```
**Output**
```
Authe…
-
Hello
I need to download Sentinel 2 images from earth_search_cog repository. I need the images for the period January 2023 to December 2023 but I only can find available images from January to April…
-
**Describe the bug**
Setting custom provider as preferred doesn't seem to work.
**Code To Reproduce**
```py
from eodag import setup_logging
from eodag.api.core import EODataAccessGateway
if …
-
**Describe the bug**
Copernicus Dataspace token refresh is not handled by EODAG, so for massive downloads it is not possible to use EODAG as plugin since it will lead to Authentication Errors and af…
-
https://github.com/conda-forge/eodag-feedstock/pull/22 cannot be merged because a new dependency, `stream-zip` has no package available for `conda`. See https://github.com/uktrade/stream-zip/issues/90…
-
**Is your feature request related to a problem? Please describe.**
Currently EODAG server does not give the filename when downloading data.
For example, the following command will download and n…
-
When I run mypy on a code which import eodag, it claims that `Skipping analyzing "eodag": module is installed, but missing library stubs or py.typed marker`
It is related to this page : https://my…
-
**Bug description**
When a search request is done, there is an hard-coded timeout in "request" library. This timeout is 5 seconds and sometimes (depending on the charge) PEPS needs more time to initi…
-
**Describe the bug**
I am able to download products from DATASPACE until an error is raised about Invalid user credentials after ~50 mins of ongoing downloads.
**Output Error**
```
Traceback …
-
Hello, and thanks for the work on this library.
Do you plan to distribute it on conda-forge, like it is done for [stream-unzip](https://anaconda.org/conda-forge/stream-unzip) ?
Thanks