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

List and allow queryables parameters, and also return properties in search result, for the ones that are not in STAC defaults or OSEO extension. Use a new `unk` extension (for...

enhancement
server

- Implement [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) to use python type hints in sphinx doc generation. - Remove not-needed-anymore docstrings type hints

enhancement

**Is your feature request related to a problem? Please describe.** EODAG server allow a *provider* filter for most of its endpoint. But we don't have any schema to support it....

enhancement
server

Adds `mypy` static type checking to tests through `tox`. Related to #863 and #880

Split atmostpheric products (from `cop_ads`, `cop_cds`, `ecmwf`) by variables and time. - [ ] `EOProducts` split by time. Use a new plugin parameter to make the time delta configurable (split...

enhancement
pending
dedl

- adds the "split configuration" for wekeo, cop cds, cop ads and ecmwf providers - splitting is added for the cds and ecmwf api plugin and data request search plugin...

pending

When downloading an OFFLINE product in server mode: - return HTTP Status 202 with empty body - don't retry to download the product again Closes #871

From https://github.com/stac-api-extensions/query > It is recommended to implement the [Filter Extension](https://github.com/stac-api-extensions/filter) instead of the Query Extension. Do not begin to implement all the functionalities but only the already supported ones...

enhancement
server
dedl

In order to validate type and formatting of query parameters, please use the new *queryables* features. Validation could be performed in `core._prepare_search`. If format is incorrect, raise `eodag.utils.exception.ValidationError` with the...

enhancement
dedl

**Describe the bug** EODAG server supports a filter parameter *provider*. The provider does not show up in the API documentation. This filter is available for: - /collections - /collections/{collectionId} -...

bug
server