eodag icon indicating copy to clipboard operation
eodag copied to clipboard

Earth Observation Data Access Gateway

Results 162 eodag issues
Sort by recently updated
recently updated
newest added

search result, provider and product type are stored in cache after search request and retrieved at download, per default data will be stored in memory but a redis cache can...

Add a parameter (`ssl_verify`) to plugins configuration to allow disabling SSL verification during HTTP requests

enhancement

Hi all, While running the piece of code below [1] as part of the [Tutorial ](https://eodag.readthedocs.io/en/stable/notebooks/tutos/tuto_ship_detection.html) in a Ubuntu.22.04 lTS, I got the error message **Cannot write mode F as...

bug

Hello, I would like to ask if there is a chance at some point to extend some functionality for specific providers. Here, that would be Copernicus Dataspace. Some datasets like...

enhancement

**Describe the bug** When trying to filter queryables with a wrong provider, it's name is not returned in the error message. ![image](https://github.com/CS-SI/eodag/assets/90461111/0555b906-1a40-4694-880f-783862c15525) **Code To Reproduce** ```sh eodag serve-rest curl http://127.0.0.1:5000/collections/S1_SAR_GRD/queryables?provider=qsdqd...

bug
server

For the moment, eodag uses `cdsapi` from `CdsApi` plugin to generate download links. This is asynchronous and `cdsapi` loops internally internally until the link is ready. Handle this retry mechanism...

enhancement

In `HTTPDownload` the assets are downloaded to a temporary file with suffix `~`. When the download is completed the file is renamed to remove the suffix. If the file was...

Migrate WEkEO integration to WEkEO v2 `hda-broker`. swagger UI: https://hda-broker.prod.wekeo2.eu/docs client (beta): https://github.com/GermanoGuerrini/hda/tree/wekeo20

enhancement
provider

in EODAG library: - add a `by_group` option on `core.available_providers`. If set, we return the unique list of groups instead of the list of provider names. - update `list_product_types` to...

Implements free text search of collections https://github.com/stac-api-extensions/collection-search#free-text-search