Skip to content

Commit

Permalink
fix(providers): geodes tileIdentifier (#1457)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato authored Dec 23, 2024
1 parent 7a51598 commit 6229ca6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eodag/resources/providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6527,6 +6527,9 @@
id:
- '{{"query":{{"identifier":{{"eq":"{id}"}}}}}}'
- '$.properties.identifier'
tileIdentifier:
- '{{"query":{{"spaceborne:tile":{{"eq":"T{tileIdentifier}"}}}}}}'
- '$.properties."spaceborne:tile".`sub(/^T(.*)$/, \\1)`'
geometry:
- '{{"intersects":{geometry#to_geojson}}}'
- '($.geometry.`str()`.`sub(/^None$/, POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90)))`)|($.geometry[*])'
Expand Down

0 comments on commit 6229ca6

Please sign in to comment.