Skip to content

Commit

Permalink
fix: fix queryable parameter id for provider earth_search
Browse files Browse the repository at this point in the history
  • Loading branch information
dalpasso committed Apr 25, 2024
1 parent dc519d5 commit f8820d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eodag/resources/providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,7 @@
productType: sentinel-2-l1c
metadata_mapping:
id:
- id
- '{{"query":{{"s2:product_uri":{{"eq":"{id}.SAFE"}}}}}}'
- '{$.properties."s2:product_uri"#remove_extension}'
title: '{$.properties."s2:product_uri"#remove_extension}'
platformSerialIdentifier: '$.id.`split(_, 0, -1)`'
Expand All @@ -1825,7 +1825,7 @@
productType: sentinel-2-l2a
metadata_mapping:
id:
- id
- '{{"query":{{"s2:product_uri":{{"eq":"{id}.SAFE"}}}}}}'
- '{$.properties."s2:product_uri"#remove_extension}'
title: '{$.properties."s2:product_uri"#remove_extension}'
platformSerialIdentifier: '$.id.`split(_, 0, -1)`'
Expand Down

0 comments on commit f8820d0

Please sign in to comment.