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

**[Original report](https://bitbucket.org/geostorm/eodag/issue/6) by Mickaël Savinaud (Bitbucket: [savmickael](https://bitbucket.org/savmickael), GitHub: [savmickael](https://github.com/savmickael)).** ---------------------------------------- CODEDE is another collaborative ground segment which provide Sentinel Data and other data. https://code-de.org/

enhancement
provider

**[Original report](https://bitbucket.org/geostorm/eodag/issue/14) by Mickaël Savinaud (Bitbucket: [savmickael](https://bitbucket.org/savmickael), GitHub: [savmickael](https://github.com/savmickael)).** ---------------------------------------- Support * \[ \] [Sentinel Australasia Regional Access \(SARA\)](https://copernicus.nci.org.au/sara.client/#/home) * \[ \] [Austria Sentinel National Mirror](https://data.sentinel.zamg.ac.at/#/home) * \[ \] [Finnish...

enhancement
provider

**[Original report](https://bitbucket.org/geostorm/eodag/issue/126) by me.** ---------------------------------------- Add KALIDEOS as new provider : https://www.kalideos.fr Products available for Pleiades, SPOT, S2, ALOS2, TerraSAR-X, TanDEM-X, ... over some specific regions.

enhancement
provider

We can save a lot of processing time, specially for large dataset of product (time serie) if the downloading and the unziping (exemple of S1 products) can be done in...

enhancement

`ERA5_SL` has already been added with #504 Also add: - [x] `ERA5_PL` from [reanalysis-era5-pressure-levels](https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-pressure-levels) - [x] `ERA5_SLM` from [reanalysis-era5-single-levels-monthly-means](https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-single-levels-monthly-means) - [x] `ERA5_PLM` from [reanalysis-era5-pressure-levels-monthly-means](https://cds.climate.copernicus.eu/cdsapp#!/dataset/reanalysis-era5-pressure-levels-monthly-means) - [x] ERA5-Land data - [...

enhancement

- [ ] replace `retry` with `timeout` in https://eodag.readthedocs.io/en/latest/notebooks/api_user_guide/7_download.html#Order-OFFLINE-products ![image](https://user-images.githubusercontent.com/61419125/188906454-df990314-0c1a-490c-82bb-536f448af037.png) - [ ] Fix the link to `Download` in the warning box of https://eodag.readthedocs.io/en/stable/api_user_guide.html ![image](https://user-images.githubusercontent.com/61419125/189067370-068a8bce-4803-4adc-b82a-e074203337ea.png) - [ ] in https://eodag.readthedocs.io/en/stable/notebooks/api_user_guide/6_crunch.html#Filter-by-geometry...

documentation

EODAG server updates: * feat: cql2-json support for POST search * feat: cql2-text and cql2-json for GET search * feat: validation on STAC search with pydantic model * feat: model...

server
dedl

Following #746, update examples in documentation with new download paths: Done except for `docs/notebooks/tutos/tuto_burnt_areas_snappy.ipynb`, `docs/notebooks/tutos/tuto_ship_detection.ipynb` and `docs/notebooks/tutos/tuto_meteoblue.ipynb`

documentation

Customize requests headers from `DataRequestSearch` search plugin with `USER_AGENT` from `eodag.utils` to make eodag usage visible on providers side like already done in [this PR](https://github.com/CS-SI/eodag/pull/656)

Use `orderDownload()` and `orderDownloadStatus()` to order the product and update the download link. TODO: - tests