Skip to content

Commit 132ff00

Browse files
authored
fix(providers): geodes id property (#1441)
1 parent 3c2fcc7 commit 132ff00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eodag/resources/providers.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6525,8 +6525,8 @@
65256525
- '$.properties."spaceborne:polarization"'
65266526
# Custom parameters (not defined in the base document referenced above)
65276527
id:
6528-
- '{{"query":{{"accessService:endpointURL":{{"contains":"{id}"}}}}}}'
6529-
- '{$.properties."accessService:endpointURL"#replace_str(r"^.*\/(\w+)\.zip$",r"\1")}'
6528+
- '{{"query":{{"identifier":{{"eq":"{id}"}}}}}}'
6529+
- '$.properties.identifier'
65306530
geometry:
65316531
- '{{"intersects":{geometry#to_geojson}}}'
65326532
- '($.geometry.`str()`.`sub(/^None$/, POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90)))`)|($.geometry[*])'

0 commit comments

Comments
 (0)