Skip to content

Commit fea4dc6

Browse files
committed
fix: use strings in cop_ghsl config
1 parent b841110 commit fea4dc6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

eodag/resources/providers.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6261,7 +6261,7 @@
62616261
eodag:download_link: 'https://jeodpp.jrc.ec.europa.eu/ftp/jrc-opendata/GHSL/GHS_BUILT_S_GLOBE_R2023A/{dataset}/V1-0/tiles/{dataset}_V1_0_{tile_id}.zip'
62626262
GHS_BUILT_H:
62636263
product:type: builtH
6264-
year: 2018
6264+
year: '2018'
62656265
metadata_mapping:
62666266
tile_size: '{$.tile_size#replace_str("m", "")}'
62676267
dataset: GHS_BUILT_H_{add_filter}_E{year}_GLOBE_R2023A_{coord_system}_{tile_size}
@@ -6274,17 +6274,17 @@
62746274
eodag:download_link: 'https://jeodpp.jrc.ec.europa.eu/ftp/jrc-opendata/GHSL/GHS_BUILT_V_GLOBE_R2023A/{dataset}/V1-0/tiles/{dataset}_V1_0_{tile_id}.zip'
62756275
GHS_BUILT_C:
62766276
product:type: builtC
6277-
year: 2018
6277+
year: '2018'
62786278
tile_size: 10m
6279-
coord_system: 54009
6279+
coord_system: '54009'
62806280
metadata_mapping:
62816281
tile_size: '{$.tile_size#replace_str("m", "")}'
62826282
dataset: GHS_BUILT_C_{add_filter}_E{year}_GLOBE_R2023A_{coord_system}_{tile_size}
62836283
eodag:download_link: 'https://jeodpp.jrc.ec.europa.eu/ftp/jrc-opendata/GHSL/GHS_BUILT_C_GLOBE_R2023A/{dataset}/V1-0/tiles/{dataset}_V1_0_{tile_id}.zip'
62846284
GHS_LAND:
62856285
product:type: land
6286-
year: 2018
6287-
coord_system: 54009
6286+
year: '2018'
6287+
coord_system: '54009'
62886288
metadata_mapping:
62896289
tile_size: '{$.tile_size#replace_str_tuple((("m", ""), ("k", "000")))}'
62906290
dataset: GHS_LAND_E2018_GLOBE_R2022A_{coord_system}_{tile_size}
@@ -6298,15 +6298,15 @@
62986298
GHS_SMOD:
62996299
product:type: SMOD
63006300
tile_size: 1k
6301-
coord_system: 54009
6301+
coord_system: '54009'
63026302
metadata_mapping:
63036303
tile_size: '{$.tile_size#replace_str("k", "000")}'
63046304
dataset: GHS_SMOD_E{year}_GLOBE_R2023A_{coord_system}_{tile_size}
63056305
eodag:download_link: 'https://jeodpp.jrc.ec.europa.eu/ftp/jrc-opendata/GHSL/GHS_SMOD_GLOBE_R2023A/{dataset}/V2-0/tiles/{dataset}_V2_0_{tile_id}.zip'
63066306
GHS_ESM:
63076307
product:type: ESM
6308-
year: 2015
6309-
coord_system: 3035
6308+
year: '2015'
6309+
coord_system: '3035'
63106310
metadata_mapping:
63116311
tile_size: '{$.tile_size#replace_str("2m", "02")}'
63126312
dataset: ESM_BUILT_VHR2015_EUROPE_R2019_3035_{tile_size}
@@ -6328,7 +6328,7 @@
63286328
GHS_ENACT_POP:
63296329
product:type: ENACT_POP
63306330
grouped_by: month
6331-
year: 2011
6331+
year: '2011'
63326332
metadata_mapping:
63336333
eodag:download_link: https://jeodpp.jrc.ec.europa.eu
63346334
assets_mapping:

0 commit comments

Comments
 (0)