Skip to content

Commit

Permalink
fix(providers): update wekeo config for COP-DEM produc types (#1516)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlahovnik authored Feb 14, 2025
1 parent e3be09a commit d38035f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions eodag/resources/providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3698,25 +3698,25 @@
- '$.null'
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:EEA:DAT:CLMS_HRVPP_VI"}}'
COP_DEM_GLO30_DGED:
productType: EO:DEM:DAT:COP-DEM_GLO-30-DGED__2023_1
productType: EO:ESA:DAT:COP-DEM
providerProductType: DGE_30
metadata_mapping:
id: '$.id'
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:DEM:DAT:COP-DEM_GLO-30-DGED__2023_1"}}'
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ESA:DAT:COP-DEM"}}'
COP_DEM_GLO30_DTED:
productType: EO:DEM:DAT:COP-DEM_GLO-30-DTED__2023_1
productType: EO:ESA:DAT:COP-DEM
providerProductType: DTE_30
metadata_mapping:
id: '$.id'
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:DEM:DAT:COP-DEM_GLO-30-DTED__2023_1"}}'
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ESA:DAT:COP-DEM"}}'
COP_DEM_GLO90_DGED:
productType: EO:DEM:DAT:COP-DEM_GLO-90-DGED__2023_1
productType: EO:ESA:DAT:COP-DEM
providerProductType: DGE_90
metadata_mapping:
id: '$.id'
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:DEM:DAT:COP-DEM_GLO-90-DGED__2023_1"}}'
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ESA:DAT:COP-DEM"}}'
COP_DEM_GLO90_DTED:
productType: EO:DEM:DAT:COP-DEM_GLO-90-DTED__2023_1
productType: EO:ESA:DAT:COP-DEM
providerProductType: DTE_90
metadata_mapping:
id: '$.id'
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:DEM:DAT:COP-DEM_GLO-90-DTED__2023_1"}}'
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ESA:DAT:COP-DEM"}}'
CLMS_GLO_NDVI_333M:
productType: EO:CLMS:DAT:CLMS_GLOBAL_NDVI_300M_V1_10DAILY_NETCDF
metadata_mapping:
Expand Down

0 comments on commit d38035f

Please sign in to comment.