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 authored and sbrunato committed Nov 4, 2024
1 parent 9707d69 commit d487a07
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 @@ -1818,7 +1818,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 @@ -1843,7 +1843,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 d487a07

Please sign in to comment.