Skip to content

Commit

Permalink
fix(providers): geodes id property (#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato authored Dec 11, 2024
1 parent 3c2fcc7 commit 132ff00
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 @@ -6525,8 +6525,8 @@
- '$.properties."spaceborne:polarization"'
# Custom parameters (not defined in the base document referenced above)
id:
- '{{"query":{{"accessService:endpointURL":{{"contains":"{id}"}}}}}}'
- '{$.properties."accessService:endpointURL"#replace_str(r"^.*\/(\w+)\.zip$",r"\1")}'
- '{{"query":{{"identifier":{{"eq":"{id}"}}}}}}'
- '$.properties.identifier'
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 132ff00

Please sign in to comment.