eodag icon indicating copy to clipboard operation
eodag copied to clipboard

Earth Observation Data Access Gateway

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

Hi, I added a new provider for the STAC NASA PODAAC catalog : https://cmr.earthdata.nasa.gov/cloudstac/POCLOUD/ But i don't succeed to download products, as I get a 401 Unhautorized Error. However, from...

enhancement
provider

Following #623, add more product types on `creodias` from available collections: - [x] SENTINEL-1 - [x] SENTINEL-2 - [x] SENTINEL-3 - [x] SENTINEL-5P - [ ] SENTINEL-6 - [ ]...

enhancement

On providers like `creodias`, `onda`, or `wekeo`, some searches can be very long, especially when requesting products without any filtering like on http://127.0.0.1:5000/collections/SOME_COLLECTION/items. From eodag server, when a possibly very...

enhancement
server

Hello, I try to download Landsat8 and Landsat9 over Gabon, but it does not work. My request seems to find the good acquisitions I try to get, but unfortunatly, the...

bug
pending

Change eodag exceptions messages to shorter ones, and put complete descriptions in a new attribute that will only be shown in logs

enhancement

add original HTTP error code as a new property in `RequestError`, in order to be able to process and show it in server mode

enhancement

Configure in `providers.yml` default intervals for splitting generated products. Knowing these criteria, enable search by id on items based on the default configuration Related to #760

enhancement

It would be interesting to be able to configure timeout/wait option for `download*()` methods from the configuration file. In case it's already possible, I haven't seen it documented on https://eodag.readthedocs.io/en/stable/getting_started_guide/configure.html

enhancement

`Whoosh` index files to not seem to be properly closed. Using `lsof +D ~/.config/eodag/.index` we can see that a `*.seg` file stays opened after using `guess_product_type()`. This can cause an...

bug

- Search, download and discover product types implemented - new search plugin which constructs the search results based on the products and datasets in the stac API and the items...