Aubin Lambaré

Results 23 issues of Aubin Lambaré

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

**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

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...

**Is your feature request related to a problem? Please describe.** I need different configurations with different plugins for the same provider. This configuration appears as 2 distinct provider in EODAG....

enhancement
dedl

**Is your feature request related to a problem? Please describe.** I need to access data from [Copernicus Land Monitoring Service (CLMS)](https://land.copernicus.eu/). **Describe the solution you'd like** Add a connection to...

enhancement
provider
dedl

### Description Add the STAC extension OSEO directly in GitHub.

EUMETSTAT data store is a catalogue of about 50 product types. They have 3 API that we may consider to integrate: - A browse API to discover the collections and...

enhancement
provider
dedl

**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

**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