From 10f0f7002bddad83dc069d2180ab72c659ff9e1a Mon Sep 17 00:00:00 2001 From: Julia Lahovnik Date: Fri, 8 Mar 2024 11:45:46 +0100 Subject: [PATCH] refactor: always use provider when caching search results --- eodag/resources/providers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/eodag/resources/providers.yml b/eodag/resources/providers.yml index 23ad297df..dc09217c8 100644 --- a/eodag/resources/providers.yml +++ b/eodag/resources/providers.yml @@ -1914,6 +1914,7 @@ S2_MSI_L1C: productType: sentinel-s2-l1c metadata_mapping: + id: '$.properties."sentinel:product_id"' title: '$.properties."sentinel:product_id"' platformSerialIdentifier: '$.id.`split(_, 0, -1)`' polarizationMode: '$.id.`sub(/.{14}([A-Z]{2}).*/, \\1)`'