CS-SI / eodag

Earth Observation Data Access Gateway
https://eodag.readthedocs.io
Apache License 2.0
316 stars 43 forks source link

external enhanced product types metadata #854

Closed sbrunato closed 3 months ago

sbrunato commented 11 months ago

Implement a mechanism to allow extending product types metadata using external json files.

Optionally add per product type in product_types.yml the path to a json file (local or remote). Use search.discover_product_types.generic_product_type_parsable_metadata from eodag/resources/stac_provider.yml to extract product types properties in client mode. In server mode, use client mode product types properties, overridden with external json file content.

alambare commented 10 months ago

@sbrunato Setting jsonpath per metadata sounds very complicated and very cumbersome. Maybe we could go with a more simple and straightforward implementation.

sbrunato commented 9 months ago

@sbrunato Setting jsonpath per metadata sounds very complicated and very cumbersome. Maybe we could go with a more simple and straightforward implementation.

description updated!