eodag 3.0.0b2__py3-none-any.whl → 3.0.0b3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- eodag/__init__.py +6 -8
- eodag/api/core.py +113 -169
- eodag/api/product/__init__.py +10 -4
- eodag/api/product/_assets.py +2 -14
- eodag/api/product/_product.py +16 -30
- eodag/api/product/drivers/__init__.py +7 -2
- eodag/api/product/drivers/base.py +0 -3
- eodag/api/product/metadata_mapping.py +0 -28
- eodag/api/search_result.py +4 -9
- eodag/config.py +45 -41
- eodag/plugins/apis/base.py +3 -3
- eodag/plugins/apis/ecmwf.py +2 -3
- eodag/plugins/apis/usgs.py +43 -14
- eodag/plugins/authentication/aws_auth.py +11 -2
- eodag/plugins/authentication/openid_connect.py +5 -4
- eodag/plugins/authentication/token.py +2 -1
- eodag/plugins/crunch/base.py +3 -1
- eodag/plugins/crunch/filter_date.py +3 -9
- eodag/plugins/crunch/filter_latest_intersect.py +0 -3
- eodag/plugins/crunch/filter_latest_tpl_name.py +1 -4
- eodag/plugins/crunch/filter_overlap.py +4 -8
- eodag/plugins/crunch/filter_property.py +5 -11
- eodag/plugins/download/aws.py +46 -78
- eodag/plugins/download/base.py +27 -68
- eodag/plugins/download/http.py +48 -57
- eodag/plugins/download/s3rest.py +17 -25
- eodag/plugins/manager.py +5 -18
- eodag/plugins/search/__init__.py +9 -9
- eodag/plugins/search/base.py +7 -26
- eodag/plugins/search/build_search_result.py +0 -13
- eodag/plugins/search/cop_marine.py +1 -3
- eodag/plugins/search/creodias_s3.py +0 -3
- eodag/plugins/search/data_request_search.py +10 -5
- eodag/plugins/search/qssearch.py +95 -53
- eodag/plugins/search/static_stac_search.py +6 -3
- eodag/resources/ext_product_types.json +1 -1
- eodag/resources/product_types.yml +24 -0
- eodag/resources/providers.yml +198 -154
- eodag/resources/user_conf_template.yml +27 -27
- eodag/rest/core.py +11 -43
- eodag/rest/server.py +1 -6
- eodag/rest/stac.py +13 -87
- eodag/rest/types/eodag_search.py +4 -7
- eodag/rest/types/queryables.py +4 -12
- eodag/rest/types/stac_search.py +7 -11
- eodag/rest/utils/rfc3339.py +0 -1
- eodag/types/__init__.py +9 -3
- eodag/types/download_args.py +14 -5
- eodag/types/search_args.py +7 -8
- eodag/types/whoosh.py +0 -2
- eodag/utils/__init__.py +20 -79
- eodag/utils/constraints.py +0 -8
- eodag/utils/import_system.py +0 -4
- eodag/utils/logging.py +0 -3
- eodag/utils/notebook.py +4 -4
- eodag/utils/requests.py +12 -20
- eodag/utils/rest.py +0 -4
- eodag/utils/stac_reader.py +2 -14
- {eodag-3.0.0b2.dist-info → eodag-3.0.0b3.dist-info}/METADATA +32 -14
- eodag-3.0.0b3.dist-info/RECORD +110 -0
- {eodag-3.0.0b2.dist-info → eodag-3.0.0b3.dist-info}/WHEEL +1 -1
- eodag-3.0.0b2.dist-info/RECORD +0 -110
- {eodag-3.0.0b2.dist-info → eodag-3.0.0b3.dist-info}/LICENSE +0 -0
- {eodag-3.0.0b2.dist-info → eodag-3.0.0b3.dist-info}/entry_points.txt +0 -0
- {eodag-3.0.0b2.dist-info → eodag-3.0.0b3.dist-info}/top_level.txt +0 -0
eodag/resources/providers.yml
CHANGED
|
@@ -31,7 +31,9 @@
|
|
|
31
31
|
max_items_per_page: 5000
|
|
32
32
|
total_items_nb_key_path: '$.totalHits'
|
|
33
33
|
metadata_mapping:
|
|
34
|
-
id:
|
|
34
|
+
id:
|
|
35
|
+
- '_ID'
|
|
36
|
+
- '$.displayId'
|
|
35
37
|
geometry: '$.spatialBounds'
|
|
36
38
|
productType: '$.productType'
|
|
37
39
|
title: '$.displayId'
|
|
@@ -54,31 +56,31 @@
|
|
|
54
56
|
# see also https://dds.cr.usgs.gov/ee-data/coveragemaps/shp/ee/
|
|
55
57
|
LANDSAT_C2L1:
|
|
56
58
|
dataset: landsat_ot_c2_l1
|
|
57
|
-
|
|
59
|
+
output_extension: .tar.gz
|
|
58
60
|
LANDSAT_C2L2:
|
|
59
61
|
dataset: landsat_ot_c2_l2
|
|
60
|
-
|
|
62
|
+
output_extension: .tar.gz
|
|
61
63
|
LANDSAT_TM_C1:
|
|
62
64
|
dataset: landsat_tm_c1
|
|
63
|
-
|
|
65
|
+
output_extension: .tar.gz
|
|
64
66
|
LANDSAT_TM_C2L1:
|
|
65
67
|
dataset: landsat_tm_c2_l1
|
|
66
|
-
|
|
68
|
+
output_extension: .tar.gz
|
|
67
69
|
LANDSAT_TM_C2L2:
|
|
68
70
|
dataset: landsat_tm_c2_l2
|
|
69
|
-
|
|
71
|
+
output_extension: .tar.gz
|
|
70
72
|
LANDSAT_ETM_C1:
|
|
71
73
|
dataset: landsat_etm_c1
|
|
72
|
-
|
|
74
|
+
output_extension: .tar.gz
|
|
73
75
|
LANDSAT_ETM_C2L1:
|
|
74
76
|
dataset: landsat_etm_c2_l1
|
|
75
|
-
|
|
77
|
+
output_extension: .tar.gz
|
|
76
78
|
LANDSAT_ETM_C2L2:
|
|
77
79
|
dataset: landsat_etm_c2_l2
|
|
78
|
-
|
|
80
|
+
output_extension: .tar.gz
|
|
79
81
|
S2_MSI_L1C:
|
|
80
82
|
dataset: SENTINEL_2A
|
|
81
|
-
|
|
83
|
+
output_extension: .zip
|
|
82
84
|
GENERIC_PRODUCT_TYPE:
|
|
83
85
|
dataset: '{productType}'
|
|
84
86
|
|
|
@@ -2242,35 +2244,35 @@
|
|
|
2242
2244
|
downloadLink: $.json.location
|
|
2243
2245
|
products:
|
|
2244
2246
|
CAMS_GAC_FORECAST:
|
|
2245
|
-
|
|
2247
|
+
output_extension: .grib
|
|
2246
2248
|
CAMS_GFE_GFAS:
|
|
2247
|
-
|
|
2249
|
+
output_extension: .grib
|
|
2248
2250
|
CAMS_EU_AIR_QUALITY_FORECAST:
|
|
2249
|
-
|
|
2251
|
+
output_extension: .grib
|
|
2250
2252
|
CAMS_EU_AIR_QUALITY_RE:
|
|
2251
|
-
|
|
2253
|
+
output_extension: .zip
|
|
2252
2254
|
extract: true
|
|
2253
2255
|
CAMS_GRF:
|
|
2254
|
-
|
|
2256
|
+
output_extension: .zip
|
|
2255
2257
|
extract: true
|
|
2256
2258
|
CAMS_GRF_AUX:
|
|
2257
|
-
|
|
2259
|
+
output_extension: .zip
|
|
2258
2260
|
extract: true
|
|
2259
2261
|
CAMS_SOLAR_RADIATION:
|
|
2260
|
-
|
|
2262
|
+
output_extension: .csv
|
|
2261
2263
|
CAMS_GREENHOUSE_EGG4_MONTHLY:
|
|
2262
|
-
|
|
2264
|
+
output_extension: .grib
|
|
2263
2265
|
CAMS_GREENHOUSE_EGG4:
|
|
2264
|
-
|
|
2266
|
+
output_extension: .grib
|
|
2265
2267
|
CAMS_GREENHOUSE_INVERSION:
|
|
2266
|
-
|
|
2268
|
+
output_extension: .grib
|
|
2267
2269
|
CAMS_GLOBAL_EMISSIONS:
|
|
2268
|
-
|
|
2270
|
+
output_extension: .zip
|
|
2269
2271
|
extract: true
|
|
2270
2272
|
CAMS_EAC4:
|
|
2271
|
-
|
|
2273
|
+
output_extension: .grib
|
|
2272
2274
|
CAMS_EAC4_MONTHLY:
|
|
2273
|
-
|
|
2275
|
+
output_extension: .grib
|
|
2274
2276
|
search: !plugin
|
|
2275
2277
|
type: BuildSearchResult
|
|
2276
2278
|
ssl_verify: true
|
|
@@ -2772,78 +2774,78 @@
|
|
|
2772
2774
|
downloadLink: $.json.location
|
|
2773
2775
|
products:
|
|
2774
2776
|
AG_ERA5:
|
|
2775
|
-
|
|
2777
|
+
output_extension: .zip
|
|
2776
2778
|
extract: true
|
|
2777
2779
|
ERA5_SL:
|
|
2778
|
-
|
|
2780
|
+
output_extension: .grib
|
|
2779
2781
|
ERA5_PL:
|
|
2780
|
-
|
|
2782
|
+
output_extension: .grib
|
|
2781
2783
|
ERA5_PL_MONTHLY:
|
|
2782
|
-
|
|
2784
|
+
output_extension: .grib
|
|
2783
2785
|
ERA5_LAND:
|
|
2784
|
-
|
|
2786
|
+
output_extension: .grib
|
|
2785
2787
|
ERA5_LAND_MONTHLY:
|
|
2786
|
-
|
|
2788
|
+
output_extension: .grib
|
|
2787
2789
|
ERA5_SL_MONTHLY:
|
|
2788
|
-
|
|
2790
|
+
output_extension: .grib
|
|
2789
2791
|
UERRA_EUROPE_SL:
|
|
2790
|
-
|
|
2792
|
+
output_extension: .grib
|
|
2791
2793
|
SATELLITE_SEA_LEVEL_BLACK_SEA:
|
|
2792
|
-
|
|
2794
|
+
output_extension: .zip
|
|
2793
2795
|
extract: true
|
|
2794
2796
|
GLACIERS_DIST_RANDOLPH:
|
|
2795
|
-
|
|
2797
|
+
output_extension: .zip
|
|
2796
2798
|
extract: true
|
|
2797
2799
|
FIRE_HISTORICAL:
|
|
2798
|
-
|
|
2800
|
+
output_extension: .grib
|
|
2799
2801
|
GLOFAS_FORECAST:
|
|
2800
|
-
|
|
2802
|
+
output_extension: .grib
|
|
2801
2803
|
GLOFAS_REFORECAST:
|
|
2802
|
-
|
|
2804
|
+
output_extension: .grib
|
|
2803
2805
|
GLOFAS_HISTORICAL:
|
|
2804
|
-
|
|
2806
|
+
output_extension: .grib
|
|
2805
2807
|
GLOFAS_SEASONAL:
|
|
2806
|
-
|
|
2808
|
+
output_extension: .grib
|
|
2807
2809
|
GLOFAS_SEASONAL_REFORECAST:
|
|
2808
|
-
|
|
2810
|
+
output_extension: .grib
|
|
2809
2811
|
EFAS_FORECAST:
|
|
2810
|
-
|
|
2812
|
+
output_extension: .grib.zip
|
|
2811
2813
|
extract: true
|
|
2812
2814
|
EFAS_HISTORICAL:
|
|
2813
|
-
|
|
2815
|
+
output_extension: .grib.zip
|
|
2814
2816
|
extract: true
|
|
2815
2817
|
EFAS_REFORECAST:
|
|
2816
|
-
|
|
2818
|
+
output_extension: .grib.zip
|
|
2817
2819
|
extract: true
|
|
2818
2820
|
EFAS_SEASONAL:
|
|
2819
|
-
|
|
2821
|
+
output_extension: .grib.zip
|
|
2820
2822
|
extract: true
|
|
2821
2823
|
EFAS_SEASONAL_REFORECAST:
|
|
2822
|
-
|
|
2824
|
+
output_extension: .grib.zip
|
|
2823
2825
|
extract: true
|
|
2824
2826
|
SATELLITE_CARBON_DIOXIDE:
|
|
2825
|
-
|
|
2827
|
+
output_extension: .zip
|
|
2826
2828
|
extract: true
|
|
2827
2829
|
SATELLITE_FIRE_BURNED_AREA:
|
|
2828
|
-
|
|
2830
|
+
output_extension: .zip
|
|
2829
2831
|
extract: true
|
|
2830
2832
|
SATELLITE_METHANE:
|
|
2831
|
-
|
|
2833
|
+
output_extension: .zip
|
|
2832
2834
|
extract: true
|
|
2833
2835
|
SEASONAL_POSTPROCESSED_PL:
|
|
2834
|
-
|
|
2836
|
+
output_extension: .grib
|
|
2835
2837
|
SEASONAL_POSTPROCESSED_SL:
|
|
2836
|
-
|
|
2838
|
+
output_extension: .grib
|
|
2837
2839
|
SEASONAL_ORIGINAL_SL:
|
|
2838
|
-
|
|
2840
|
+
output_extension: .grib
|
|
2839
2841
|
SEASONAL_ORIGINAL_PL:
|
|
2840
|
-
|
|
2842
|
+
output_extension: .grib
|
|
2841
2843
|
SEASONAL_MONTHLY_PL:
|
|
2842
|
-
|
|
2844
|
+
output_extension: .grib
|
|
2843
2845
|
SEASONAL_MONTHLY_SL:
|
|
2844
|
-
|
|
2846
|
+
output_extension: .grib
|
|
2845
2847
|
SIS_HYDRO_MET_PROJ:
|
|
2846
|
-
|
|
2848
|
+
output_extension: .zip
|
|
2847
2849
|
extract: true
|
|
2848
2850
|
search: !plugin
|
|
2849
2851
|
type: BuildSearchResult
|
|
@@ -3051,6 +3053,9 @@
|
|
|
3051
3053
|
product:
|
|
3052
3054
|
- product
|
|
3053
3055
|
- $.product
|
|
3056
|
+
product_version:
|
|
3057
|
+
- product_version
|
|
3058
|
+
- $.product_version
|
|
3054
3059
|
range:
|
|
3055
3060
|
- range
|
|
3056
3061
|
- $.range
|
|
@@ -3202,6 +3207,18 @@
|
|
|
3202
3207
|
api_product_type: gridded
|
|
3203
3208
|
version: '6_0'
|
|
3204
3209
|
format: zip
|
|
3210
|
+
GRIDDED_GLACIERS_MASS_CHANGE:
|
|
3211
|
+
dataset: derived-gridded-glacier-mass-change
|
|
3212
|
+
variable: glacier_mass_change
|
|
3213
|
+
product_version: wgms_fog_2023_09
|
|
3214
|
+
format: zip
|
|
3215
|
+
metadata_mapping:
|
|
3216
|
+
completionTimeFromAscendingNode:
|
|
3217
|
+
- |
|
|
3218
|
+
{{
|
|
3219
|
+
"hydrological_year": {completionTimeFromAscendingNode#get_hydrological_year}
|
|
3220
|
+
}}
|
|
3221
|
+
- '{$.completionTimeFromAscendingNode#get_hydrological_year}'
|
|
3205
3222
|
FIRE_HISTORICAL:
|
|
3206
3223
|
dataset: cems-fire-historical-v1
|
|
3207
3224
|
grid: original_grid
|
|
@@ -3831,7 +3848,7 @@
|
|
|
3831
3848
|
orderId: '$.json.id'
|
|
3832
3849
|
downloadLink: 'http://queueresults.meteoblue.com/{orderId}'
|
|
3833
3850
|
downloadMethod: '{$.null#replace_str("Not Available","GET")}'
|
|
3834
|
-
|
|
3851
|
+
output_extension: .nc
|
|
3835
3852
|
auth: !plugin
|
|
3836
3853
|
type: HttpQueryStringAuth
|
|
3837
3854
|
auth_uri: 'http://my.meteoblue.com/dataset/meta?dataset=NEMSAUTO'
|
|
@@ -3889,12 +3906,17 @@
|
|
|
3889
3906
|
- "Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'platformSerialIdentifier' and att/OData.CSC.StringAttribute/Value eq '{platformSerialIdentifier}')"
|
|
3890
3907
|
- "Attributes/OData.CSC.IntegerAttribute/any(att:att/Name eq 'spatialResolution' and att/OData.CSC.StringAttribute/Value eq '{resolution}')"
|
|
3891
3908
|
- "Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'authority' and att/OData.CSC.StringAttribute/Value eq '{organisationName}')"
|
|
3892
|
-
- "Attributes/OData.CSC.IntegerAttribute/any(att:att/Name eq 'orbitNumber' and att/OData.CSC.
|
|
3909
|
+
- "Attributes/OData.CSC.IntegerAttribute/any(att:att/Name eq 'orbitNumber' and att/OData.CSC.IntegerAttribute/Value eq {orbitNumber})"
|
|
3910
|
+
- "Attributes/OData.CSC.IntegerAttribute/any(att:att/Name eq 'relativeOrbitNumber' and att/OData.CSC.IntegerAttribute/Value eq {relativeOrbitNumber})"
|
|
3893
3911
|
- "Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'orbitDirection' and att/OData.CSC.StringAttribute/Value eq '{orbitDirection}')"
|
|
3894
3912
|
- "Attributes/OData.CSC.DoubleAttribute/any(att:att/Name eq 'cloudCover' and att/OData.CSC.DoubleAttribute/Value le {cloudCover})"
|
|
3895
3913
|
- "Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'operationalMode' and att/OData.CSC.StringAttribute/Value eq '{sensorMode}')"
|
|
3896
3914
|
- "Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'polarisationChannels' and att/OData.CSC.StringAttribute/Value eq '{polarizationChannels}')"
|
|
3897
3915
|
- "Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'tileId' and att/OData.CSC.StringAttribute/Value eq '{tileIdentifier}')"
|
|
3916
|
+
- "ModificationDate gt {modifiedAfter#to_iso_utc_datetime}"
|
|
3917
|
+
- "ModificationDate lt {modifiedBefore#to_iso_utc_datetime}"
|
|
3918
|
+
- "PublicationDate gt {publishedAfter#to_iso_utc_datetime}"
|
|
3919
|
+
- "PublicationDate lt {publishedBefore#to_iso_utc_datetime}"
|
|
3898
3920
|
- "ContentDate/Start lt {completionTimeFromAscendingNode#to_iso_utc_datetime}"
|
|
3899
3921
|
- "ContentDate/End gt {startTimeFromAscendingNode#to_iso_utc_datetime}"
|
|
3900
3922
|
- contains(Name,'{id}')
|
|
@@ -3943,6 +3965,12 @@
|
|
|
3943
3965
|
organisationName:
|
|
3944
3966
|
- null
|
|
3945
3967
|
- '$.Attributes.authority'
|
|
3968
|
+
publishedAfter:
|
|
3969
|
+
- null
|
|
3970
|
+
- '$.PublicationDate'
|
|
3971
|
+
publishedBefore:
|
|
3972
|
+
- null
|
|
3973
|
+
- '$.PublicationDate'
|
|
3946
3974
|
publicationDate: '$.PublicationDate'
|
|
3947
3975
|
# OpenSearch Parameters for Product Search (Table 5)
|
|
3948
3976
|
orbitNumber:
|
|
@@ -3954,7 +3982,18 @@
|
|
|
3954
3982
|
cloudCover:
|
|
3955
3983
|
- null
|
|
3956
3984
|
- '$.Attributes.cloudCover'
|
|
3957
|
-
|
|
3985
|
+
modifiedAfter:
|
|
3986
|
+
- null
|
|
3987
|
+
- '$.ModificationDate'
|
|
3988
|
+
modifiedBefore:
|
|
3989
|
+
- null
|
|
3990
|
+
- '$.ModificationDate'
|
|
3991
|
+
modificationDate:
|
|
3992
|
+
- null
|
|
3993
|
+
- '$.ModificationDate'
|
|
3994
|
+
relativeOrbitNumber:
|
|
3995
|
+
- null
|
|
3996
|
+
- '$.Attributes.relativeOrbitNumber'
|
|
3958
3997
|
sensorMode:
|
|
3959
3998
|
- null
|
|
3960
3999
|
- '$.Attributes.operationalMode'
|
|
@@ -4026,6 +4065,11 @@
|
|
|
4026
4065
|
collection: SENTINEL-1
|
|
4027
4066
|
metadata_mapping:
|
|
4028
4067
|
cloudCover: '$.null'
|
|
4068
|
+
S1_SAR_GRD_COG:
|
|
4069
|
+
productType: GRD-COG
|
|
4070
|
+
collection: SENTINEL-1
|
|
4071
|
+
metadata_mapping:
|
|
4072
|
+
cloudCover: '$.null'
|
|
4029
4073
|
S1_SAR_SLC:
|
|
4030
4074
|
productType: SLC
|
|
4031
4075
|
collection: SENTINEL-1
|
|
@@ -4442,7 +4486,7 @@
|
|
|
4442
4486
|
- '{{"orbitDirection": "{orbitDirection}"}}'
|
|
4443
4487
|
- '$.null'
|
|
4444
4488
|
variable:
|
|
4445
|
-
- '{{"variable": {variable}}}'
|
|
4489
|
+
- '{{"variable": "{variable}"}}'
|
|
4446
4490
|
- '$.null'
|
|
4447
4491
|
leadtime_hour:
|
|
4448
4492
|
- '{{"leadtime_hour": {leadtime_hour}}}'
|
|
@@ -4558,25 +4602,25 @@
|
|
|
4558
4602
|
providerProductType: GRD
|
|
4559
4603
|
metadata_mapping:
|
|
4560
4604
|
<<: *s1_sar_params
|
|
4561
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4605
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ESA:DAT:SENTINEL-1"}}'
|
|
4562
4606
|
S1_SAR_RAW:
|
|
4563
4607
|
productType: EO:ESA:DAT:SENTINEL-1
|
|
4564
4608
|
providerProductType: RAW
|
|
4565
4609
|
metadata_mapping:
|
|
4566
4610
|
<<: *s1_sar_params
|
|
4567
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4611
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ESA:DAT:SENTINEL-1"}}'
|
|
4568
4612
|
S1_SAR_OCN:
|
|
4569
4613
|
productType: EO:ESA:DAT:SENTINEL-1
|
|
4570
4614
|
providerProductType: OCN
|
|
4571
4615
|
metadata_mapping:
|
|
4572
4616
|
<<: *s1_sar_params
|
|
4573
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4617
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ESA:DAT:SENTINEL-1"}}'
|
|
4574
4618
|
S1_SAR_SLC:
|
|
4575
4619
|
productType: EO:ESA:DAT:SENTINEL-1
|
|
4576
4620
|
providerProductType: SLC
|
|
4577
4621
|
metadata_mapping:
|
|
4578
4622
|
<<: *s1_sar_params
|
|
4579
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4623
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ESA:DAT:SENTINEL-1"}}'
|
|
4580
4624
|
S2_MSI_L1C:
|
|
4581
4625
|
productType: EO:ESA:DAT:SENTINEL-2
|
|
4582
4626
|
processingLevel: S2MSI1C
|
|
@@ -4587,7 +4631,7 @@
|
|
|
4587
4631
|
cloudCover:
|
|
4588
4632
|
- '{{"cloudCover": "{cloudCover}"}}'
|
|
4589
4633
|
- '$.null'
|
|
4590
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4634
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ESA:DAT:SENTINEL-2"}}'
|
|
4591
4635
|
S2_MSI_L2A:
|
|
4592
4636
|
productType: EO:ESA:DAT:SENTINEL-2
|
|
4593
4637
|
processingLevel: S2MSI2A
|
|
@@ -4598,7 +4642,7 @@
|
|
|
4598
4642
|
cloudCover:
|
|
4599
4643
|
- '{{"cloudCover": "{cloudCover}"}}'
|
|
4600
4644
|
- '$.null'
|
|
4601
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4645
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ESA:DAT:SENTINEL-2"}}'
|
|
4602
4646
|
S2_MSI_L2AP:
|
|
4603
4647
|
productType: EO:ESA:DAT:SENTINEL-2
|
|
4604
4648
|
processingLevel: S2MSI2AP
|
|
@@ -4609,7 +4653,7 @@
|
|
|
4609
4653
|
cloudCover:
|
|
4610
4654
|
- '{{"cloudCover": "{cloudCover}"}}'
|
|
4611
4655
|
- '$.null'
|
|
4612
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4656
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ESA:DAT:SENTINEL-2"}}'
|
|
4613
4657
|
S3_LAN_HY:
|
|
4614
4658
|
productType: EO:ESA:DAT:SENTINEL-3
|
|
4615
4659
|
providerProductType: SR_2_LAN_HY
|
|
@@ -4618,7 +4662,7 @@
|
|
|
4618
4662
|
processingLevel:
|
|
4619
4663
|
- '{{"processingLevel": "{processingLevel}"}}'
|
|
4620
4664
|
- '2'
|
|
4621
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4665
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ESA:DAT:SENTINEL-3"}}'
|
|
4622
4666
|
S3_LAN_SI:
|
|
4623
4667
|
productType: EO:ESA:DAT:SENTINEL-3
|
|
4624
4668
|
providerProductType: SR_2_LAN_SI
|
|
@@ -4627,7 +4671,7 @@
|
|
|
4627
4671
|
processingLevel:
|
|
4628
4672
|
- '{{"processingLevel": "{processingLevel}"}}'
|
|
4629
4673
|
- '2'
|
|
4630
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4674
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ESA:DAT:SENTINEL-3"}}'
|
|
4631
4675
|
S3_LAN_LI:
|
|
4632
4676
|
productType: EO:ESA:DAT:SENTINEL-3
|
|
4633
4677
|
providerProductType: SR_2_LAN_LI
|
|
@@ -4636,7 +4680,7 @@
|
|
|
4636
4680
|
processingLevel:
|
|
4637
4681
|
- '{{"processingLevel": "{processingLevel}"}}'
|
|
4638
4682
|
- '2'
|
|
4639
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4683
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ESA:DAT:SENTINEL-3"}}'
|
|
4640
4684
|
S3_OLCI_L2LFR:
|
|
4641
4685
|
productType: EO:ESA:DAT:SENTINEL-3
|
|
4642
4686
|
providerProductType: OL_2_LFR___
|
|
@@ -4645,7 +4689,7 @@
|
|
|
4645
4689
|
processingLevel:
|
|
4646
4690
|
- '{{"processingLevel": "{processingLevel}"}}'
|
|
4647
4691
|
- '2'
|
|
4648
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4692
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ESA:DAT:SENTINEL-3"}}'
|
|
4649
4693
|
S3_OLCI_L2LRR:
|
|
4650
4694
|
productType: EO:ESA:DAT:SENTINEL-3
|
|
4651
4695
|
providerProductType: OL_2_LRR___
|
|
@@ -4654,7 +4698,7 @@
|
|
|
4654
4698
|
processingLevel:
|
|
4655
4699
|
- '{{"processingLevel": "{processingLevel}"}}'
|
|
4656
4700
|
- '2'
|
|
4657
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4701
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ESA:DAT:SENTINEL-3"}}'
|
|
4658
4702
|
S3_SLSTR_L2:
|
|
4659
4703
|
productType: EO:ESA:DAT:SENTINEL-3
|
|
4660
4704
|
providerProductType: SL_2_LST___
|
|
@@ -4663,7 +4707,7 @@
|
|
|
4663
4707
|
processingLevel:
|
|
4664
4708
|
- '{{"processingLevel": "{processingLevel}"}}'
|
|
4665
4709
|
- '2'
|
|
4666
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4710
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ESA:DAT:SENTINEL-3"}}'
|
|
4667
4711
|
S3_EFR:
|
|
4668
4712
|
productType: EO:EUM:DAT:SENTINEL-3:OL_1_EFR___
|
|
4669
4713
|
metadata_mapping:
|
|
@@ -4676,7 +4720,7 @@
|
|
|
4676
4720
|
- '$.id.`sub(/^[^_]([^_]+)_.*/, Sentinel-\\1)`'
|
|
4677
4721
|
platformSerialIdentifier: '$.id.`sub(/^[^_]([^_]+)_.*/, S\\1)`'
|
|
4678
4722
|
<<: *orbit_cycle
|
|
4679
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4723
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:EUM:DAT:SENTINEL-3:OL_1_EFR___"}}'
|
|
4680
4724
|
S3_ERR:
|
|
4681
4725
|
productType: EO:EUM:DAT:SENTINEL-3:OL_1_ERR___
|
|
4682
4726
|
metadata_mapping:
|
|
@@ -4689,7 +4733,7 @@
|
|
|
4689
4733
|
- '$.id.`sub(/^[^_]([^_]+)_.*/, Sentinel-\\1)`'
|
|
4690
4734
|
platformSerialIdentifier: '$.id.`sub(/^[^_]([^_]+)_.*/, S\\1)`'
|
|
4691
4735
|
<<: *orbit_cycle
|
|
4692
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4736
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:EUM:DAT:SENTINEL-3:OL_1_ERR___"}}'
|
|
4693
4737
|
S3_OLCI_L2WFR:
|
|
4694
4738
|
productType: EO:EUM:DAT:SENTINEL-3:OL_2_WFR___
|
|
4695
4739
|
metadata_mapping:
|
|
@@ -4702,7 +4746,7 @@
|
|
|
4702
4746
|
- '$.id.`sub(/^[^_]([^_]+)_.*/, Sentinel-\\1)`'
|
|
4703
4747
|
platformSerialIdentifier: '$.id.`sub(/^[^_]([^_]+)_.*/, S\\1)`'
|
|
4704
4748
|
<<: *orbit_cycle
|
|
4705
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4749
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:EUM:DAT:SENTINEL-3:OL_2_WFR___"}}'
|
|
4706
4750
|
S3_OLCI_L2WRR:
|
|
4707
4751
|
productType: EO:EUM:DAT:SENTINEL-3:OL_2_WRR___
|
|
4708
4752
|
metadata_mapping:
|
|
@@ -4715,7 +4759,7 @@
|
|
|
4715
4759
|
- '$.id.`sub(/^[^_]([^_]+)_.*/, Sentinel-\\1)`'
|
|
4716
4760
|
platformSerialIdentifier: '$.id.`sub(/^[^_]([^_]+)_.*/, S\\1)`'
|
|
4717
4761
|
<<: *orbit_cycle
|
|
4718
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4762
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:EUM:DAT:SENTINEL-3:OL_2_WRR___"}}'
|
|
4719
4763
|
S3_SRA:
|
|
4720
4764
|
productType: EO:EUM:DAT:SENTINEL-3:SR_1_SRA___
|
|
4721
4765
|
metadata_mapping:
|
|
@@ -4728,7 +4772,7 @@
|
|
|
4728
4772
|
- '$.id.`sub(/^[^_]([^_]+)_.*/, Sentinel-\\1)`'
|
|
4729
4773
|
platformSerialIdentifier: '$.id.`sub(/^[^_]([^_]+)_.*/, S\\1)`'
|
|
4730
4774
|
<<: *orbit_cycle
|
|
4731
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4775
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:EUM:DAT:SENTINEL-3:SR_1_SRA___"}}'
|
|
4732
4776
|
S3_SRA_A:
|
|
4733
4777
|
productType: EO:EUM:DAT:SENTINEL-3:SR_1_SRA_A_
|
|
4734
4778
|
metadata_mapping:
|
|
@@ -4741,7 +4785,7 @@
|
|
|
4741
4785
|
- '$.id.`sub(/^[^_]([^_]+)_.*/, Sentinel-\\1)`'
|
|
4742
4786
|
platformSerialIdentifier: '$.id.`sub(/^[^_]([^_]+)_.*/, S\\1)`'
|
|
4743
4787
|
<<: *orbit_cycle
|
|
4744
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4788
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:EUM:DAT:SENTINEL-3:SR_1_SRA_A_"}}'
|
|
4745
4789
|
S3_SRA_BS:
|
|
4746
4790
|
productType: EO:EUM:DAT:SENTINEL-3:SR_1_SRA_BS
|
|
4747
4791
|
metadata_mapping:
|
|
@@ -4754,7 +4798,7 @@
|
|
|
4754
4798
|
- '$.id.`sub(/^[^_]([^_]+)_.*/, Sentinel-\\1)`'
|
|
4755
4799
|
platformSerialIdentifier: '$.id.`sub(/^[^_]([^_]+)_.*/, S\\1)`'
|
|
4756
4800
|
<<: *orbit_cycle
|
|
4757
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4801
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:EUM:DAT:SENTINEL-3:SR_1_SRA_BS"}}'
|
|
4758
4802
|
|
|
4759
4803
|
S3_SLSTR_L1RBT:
|
|
4760
4804
|
productType: EO:EUM:DAT:SENTINEL-3:SL_1_RBT___
|
|
@@ -4769,7 +4813,7 @@
|
|
|
4769
4813
|
- '$.id.`sub(/^[^_]([^_]+)_.*/, Sentinel-\\1)`'
|
|
4770
4814
|
platformSerialIdentifier: '$.id.`sub(/^[^_]([^_]+)_.*/, S\\1)`'
|
|
4771
4815
|
<<: *orbit_cycle
|
|
4772
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4816
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:EUM:DAT:SENTINEL-3:SL_1_RBT___"}}'
|
|
4773
4817
|
S3_WAT:
|
|
4774
4818
|
productType: EO:EUM:DAT:SENTINEL-3:SR_2_WAT___
|
|
4775
4819
|
metadata_mapping:
|
|
@@ -4777,7 +4821,7 @@
|
|
|
4777
4821
|
- '{{"type": "SR_2_WAT___", "timeliness": {id#split_id_into_s3_params}["timeliness"], "sat": {id#split_id_into_s3_params}["sat"], "dtstart": {id#split_id_into_s3_params}["startDate"], "dtend": {id#split_id_into_s3_params}["endDate"]}}'
|
|
4778
4822
|
- '{$.id#remove_extension}'
|
|
4779
4823
|
<<: *eo_eum_dates
|
|
4780
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4824
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:EUM:DAT:SENTINEL-3:SR_2_WAT___"}}'
|
|
4781
4825
|
S5P_L1B_IR_ALL:
|
|
4782
4826
|
productType: EO:ESA:DAT:SENTINEL-5P
|
|
4783
4827
|
processingLevel: L1B
|
|
@@ -4788,7 +4832,7 @@
|
|
|
4788
4832
|
processingMode:
|
|
4789
4833
|
- '{{"processingMode": "{processingMode}"}}'
|
|
4790
4834
|
- '$.null'
|
|
4791
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4835
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ESA:DAT:SENTINEL-5P"}}'
|
|
4792
4836
|
S5P_L2_IR_ALL:
|
|
4793
4837
|
productType: EO:ESA:DAT:SENTINEL-5P
|
|
4794
4838
|
processingLevel: L2
|
|
@@ -4799,7 +4843,7 @@
|
|
|
4799
4843
|
processingMode:
|
|
4800
4844
|
- '{{"processingMode": "{processingMode}"}}'
|
|
4801
4845
|
- '$.null'
|
|
4802
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4846
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ESA:DAT:SENTINEL-5P"}}'
|
|
4803
4847
|
SATELLITE_CARBON_DIOXIDE:
|
|
4804
4848
|
productType: EO:ECMWF:DAT:SATELLITE_CARBON_DIOXIDE
|
|
4805
4849
|
processingLevel:
|
|
@@ -4819,7 +4863,7 @@
|
|
|
4819
4863
|
- '{{"processing_level": {processingLevel}}}'
|
|
4820
4864
|
- '$.null'
|
|
4821
4865
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
4822
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4866
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:SATELLITE_CARBON_DIOXIDE"}}'
|
|
4823
4867
|
SATELLITE_FIRE_BURNED_AREA:
|
|
4824
4868
|
productType: EO:ECMWF:DAT:SATELLITE_FIRE_BURNED_AREA
|
|
4825
4869
|
origin: c3s
|
|
@@ -4845,7 +4889,7 @@
|
|
|
4845
4889
|
}}
|
|
4846
4890
|
- $.properties.startDate
|
|
4847
4891
|
completionTimeFromAscendingNode: $.properties.endDate
|
|
4848
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4892
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:SATELLITE_FIRE_BURNED_AREA"}}'
|
|
4849
4893
|
SATELLITE_METHANE:
|
|
4850
4894
|
productType: EO:ECMWF:DAT:SATELLITE_METHANE
|
|
4851
4895
|
processingLevel:
|
|
@@ -4865,7 +4909,7 @@
|
|
|
4865
4909
|
- '{{"variable": "{variable}"}}'
|
|
4866
4910
|
- '$.null'
|
|
4867
4911
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
4868
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4912
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:SATELLITE_METHANE"}}'
|
|
4869
4913
|
SATELLITE_SEA_ICE_EDGE_TYPE:
|
|
4870
4914
|
productType: EO:ECMWF:DAT:SATELLITE_SEA_ICE_EDGE_TYPE
|
|
4871
4915
|
variable:
|
|
@@ -4884,7 +4928,7 @@
|
|
|
4884
4928
|
- '{{"version": "{version}"}}'
|
|
4885
4929
|
- '$.null'
|
|
4886
4930
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
4887
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4931
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:SATELLITE_SEA_ICE_EDGE_TYPE"}}'
|
|
4888
4932
|
SATELLITE_SEA_ICE_THICKNESS:
|
|
4889
4933
|
productType: EO:ECMWF:DAT:SATELLITE_SEA_ICE_THICKNESS
|
|
4890
4934
|
satellite:
|
|
@@ -4898,7 +4942,7 @@
|
|
|
4898
4942
|
id: '$.id'
|
|
4899
4943
|
<<: *month_year
|
|
4900
4944
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
4901
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4945
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:SATELLITE_SEA_ICE_THICKNESS"}}'
|
|
4902
4946
|
SATELLITE_SEA_ICE_CONCENTRATION:
|
|
4903
4947
|
productType: EO:ECMWF:DAT:SATELLITE_SEA_ICE_CONCENTRATION
|
|
4904
4948
|
cdr_type:
|
|
@@ -4915,7 +4959,7 @@
|
|
|
4915
4959
|
id: '$.id'
|
|
4916
4960
|
<<: *day_month_year
|
|
4917
4961
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
4918
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4962
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:SATELLITE_SEA_ICE_CONCENTRATION"}}'
|
|
4919
4963
|
SATELLITE_SEA_LEVEL_BLACK_SEA:
|
|
4920
4964
|
productType: EO:ECMWF:DAT:SATELLITE_SEA_LEVEL_BLACK_SEA
|
|
4921
4965
|
variable: all
|
|
@@ -4927,7 +4971,7 @@
|
|
|
4927
4971
|
- '{{"variable": "{variable}"}}'
|
|
4928
4972
|
- '$.null'
|
|
4929
4973
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
4930
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4974
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:SATELLITE_SEA_LEVEL_BLACK_SEA"}}'
|
|
4931
4975
|
SATELLITE_SEA_LEVEL_GLOBAL:
|
|
4932
4976
|
productType: EO:ECMWF:DAT:SATELLITE_SEA_LEVEL_GLOBAL
|
|
4933
4977
|
variable:
|
|
@@ -4941,7 +4985,7 @@
|
|
|
4941
4985
|
- '{{"version": "{version}"}}'
|
|
4942
4986
|
- '$.null'
|
|
4943
4987
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
4944
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
4988
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:SATELLITE_SEA_LEVEL_GLOBAL"}}'
|
|
4945
4989
|
SATELLITE_SEA_LEVEL_MEDITERRANEAN:
|
|
4946
4990
|
productType: EO:ECMWF:DAT:SATELLITE_SEA_LEVEL_MEDITERRANEAN
|
|
4947
4991
|
variable: all
|
|
@@ -4953,7 +4997,7 @@
|
|
|
4953
4997
|
- '{{"variable": "{variable}"}}'
|
|
4954
4998
|
- '$.null'
|
|
4955
4999
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
4956
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5000
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:SATELLITE_SEA_LEVEL_MEDITERRANEAN"}}'
|
|
4957
5001
|
SEASONAL_ORIGINAL_SL:
|
|
4958
5002
|
productType: EO:ECMWF:DAT:SEASONAL_ORIGINAL_SINGLE_LEVELS
|
|
4959
5003
|
variable:
|
|
@@ -4970,7 +5014,7 @@
|
|
|
4970
5014
|
- '{{"originating_centre": "{origin}"}}'
|
|
4971
5015
|
- '$.null'
|
|
4972
5016
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
4973
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5017
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:SEASONAL_ORIGINAL_SINGLE_LEVELS"}}'
|
|
4974
5018
|
SEASONAL_ORIGINAL_PL:
|
|
4975
5019
|
productType: EO:ECMWF:DAT:SEASONAL_ORIGINAL_PRESSURE_LEVELS
|
|
4976
5020
|
variable:
|
|
@@ -4989,7 +5033,7 @@
|
|
|
4989
5033
|
- '{{"originating_centre": "{origin}"}}'
|
|
4990
5034
|
- '$.null'
|
|
4991
5035
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
4992
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5036
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:SEASONAL_ORIGINAL_PRESSURE_LEVELS"}}'
|
|
4993
5037
|
SEASONAL_POSTPROCESSED_SL:
|
|
4994
5038
|
productType: EO:ECMWF:DAT:SEASONAL_POSTPROCESSED_SINGLE_LEVELS
|
|
4995
5039
|
providerProductType:
|
|
@@ -5011,7 +5055,7 @@
|
|
|
5011
5055
|
- '{{"originating_centre": "{origin}"}}'
|
|
5012
5056
|
- '$.null'
|
|
5013
5057
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5014
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5058
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:SEASONAL_POSTPROCESSED_SINGLE_LEVELS"}}'
|
|
5015
5059
|
SEASONAL_POSTPROCESSED_PL:
|
|
5016
5060
|
productType: EO:ECMWF:DAT:SEASONAL_POSTPROCESSED_PRESSURE_LEVELS
|
|
5017
5061
|
providerProductType:
|
|
@@ -5035,7 +5079,7 @@
|
|
|
5035
5079
|
- '{{"originating_centre": "{origin}"}}'
|
|
5036
5080
|
- '$.null'
|
|
5037
5081
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5038
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5082
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:SEASONAL_POSTPROCESSED_PRESSURE_LEVELS"}}'
|
|
5039
5083
|
SEASONAL_MONTHLY_SL:
|
|
5040
5084
|
productType: EO:ECMWF:DAT:SEASONAL_MONTHLY_SINGLE_LEVELS
|
|
5041
5085
|
variable:
|
|
@@ -5057,7 +5101,7 @@
|
|
|
5057
5101
|
- '{{"originating_centre": "{origin}"}}'
|
|
5058
5102
|
- '$.null'
|
|
5059
5103
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5060
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5104
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:SEASONAL_MONTHLY_SINGLE_LEVELS"}}'
|
|
5061
5105
|
SEASONAL_MONTHLY_PL:
|
|
5062
5106
|
productType: EO:ECMWF:DAT:SEASONAL_MONTHLY_PRESSURE_LEVELS
|
|
5063
5107
|
variable:
|
|
@@ -5082,7 +5126,7 @@
|
|
|
5082
5126
|
- '{{"originating_centre": "{origin}"}}'
|
|
5083
5127
|
- '$.null'
|
|
5084
5128
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5085
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5129
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:SEASONAL_MONTHLY_PRESSURE_LEVELS"}}'
|
|
5086
5130
|
GLACIERS_DIST_RANDOLPH:
|
|
5087
5131
|
productType: EO:ECMWF:DAT:INSITU_GLACIERS_EXTENT
|
|
5088
5132
|
variable:
|
|
@@ -5101,7 +5145,7 @@
|
|
|
5101
5145
|
- '{{"version": "{version}"}}'
|
|
5102
5146
|
- '$.null'
|
|
5103
5147
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5104
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5148
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:INSITU_GLACIERS_EXTENT"}}'
|
|
5105
5149
|
GRIDDED_GLACIERS_MASS_CHANGE:
|
|
5106
5150
|
productType: EO:ECMWF:DAT:DERIVED_GRIDDED_GLACIER_MASS_CHANGE
|
|
5107
5151
|
variable: glacier_mass_change
|
|
@@ -5123,7 +5167,7 @@
|
|
|
5123
5167
|
- '{{"variable": "{variable}"}}'
|
|
5124
5168
|
- '$.null'
|
|
5125
5169
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5126
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5170
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DERIVED_GRIDDED_GLACIER_MASS_CHANGE"}}'
|
|
5127
5171
|
UERRA_EUROPE_SL:
|
|
5128
5172
|
productType: EO:ECMWF:DAT:REANALYSIS_UERRA_EUROPE_SINGLE_LEVELS
|
|
5129
5173
|
variable: total_cloud_cover
|
|
@@ -5136,7 +5180,7 @@
|
|
|
5136
5180
|
- '{{"variable": "{variable}"}}'
|
|
5137
5181
|
- '$.null'
|
|
5138
5182
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5139
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5183
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:REANALYSIS_UERRA_EUROPE_SINGLE_LEVELS"}}'
|
|
5140
5184
|
AG_ERA5:
|
|
5141
5185
|
productType: EO:ECMWF:DAT:SIS_AGROMETEOROLOGICAL_INDICATORS
|
|
5142
5186
|
variable: cloud_cover
|
|
@@ -5156,7 +5200,7 @@
|
|
|
5156
5200
|
- '{{"variable": "{variable}"}}'
|
|
5157
5201
|
- '$.null'
|
|
5158
5202
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5159
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5203
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:SIS_AGROMETEOROLOGICAL_INDICATORS"}}'
|
|
5160
5204
|
ERA5_SL:
|
|
5161
5205
|
productType: EO:ECMWF:DAT:REANALYSIS_ERA5_SINGLE_LEVELS
|
|
5162
5206
|
providerProductType:
|
|
@@ -5180,7 +5224,7 @@
|
|
|
5180
5224
|
- '{{"product_type": {providerProductType}}}'
|
|
5181
5225
|
- '$.null'
|
|
5182
5226
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5183
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5227
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:REANALYSIS_ERA5_SINGLE_LEVELS"}}'
|
|
5184
5228
|
ERA5_PL:
|
|
5185
5229
|
productType: EO:ECMWF:DAT:REANALYSIS_ERA5_PRESSURE_LEVELS
|
|
5186
5230
|
providerProductType:
|
|
@@ -5206,7 +5250,7 @@
|
|
|
5206
5250
|
- '{{"product_type": {providerProductType}}}'
|
|
5207
5251
|
- '$.null'
|
|
5208
5252
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5209
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5253
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:REANALYSIS_ERA5_PRESSURE_LEVELS"}}'
|
|
5210
5254
|
ERA5_SL_MONTHLY:
|
|
5211
5255
|
productType: EO:ECMWF:DAT:REANALYSIS_ERA5_SINGLE_LEVELS_MONTHLY_MEANS
|
|
5212
5256
|
providerProductType:
|
|
@@ -5230,7 +5274,7 @@
|
|
|
5230
5274
|
- '{{"product_type": {providerProductType}}}'
|
|
5231
5275
|
- '$.null'
|
|
5232
5276
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5233
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5277
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:REANALYSIS_ERA5_SINGLE_LEVELS_MONTHLY_MEANS"}}'
|
|
5234
5278
|
ERA5_PL_MONTHLY:
|
|
5235
5279
|
productType: EO:ECMWF:DAT:REANALYSIS_ERA5_PRESSURE_LEVELS_MONTHLY_MEANS
|
|
5236
5280
|
providerProductType:
|
|
@@ -5256,7 +5300,7 @@
|
|
|
5256
5300
|
- '{{"product_type": {providerProductType}}}'
|
|
5257
5301
|
- '$.null'
|
|
5258
5302
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5259
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5303
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:REANALYSIS_ERA5_PRESSURE_LEVELS_MONTHLY_MEANS"}}'
|
|
5260
5304
|
ERA5_LAND:
|
|
5261
5305
|
productType: EO:ECMWF:DAT:REANALYSIS_ERA5_LAND
|
|
5262
5306
|
variable:
|
|
@@ -5275,7 +5319,7 @@
|
|
|
5275
5319
|
- $.properties.startDate
|
|
5276
5320
|
completionTimeFromAscendingNode: $.properties.endDate
|
|
5277
5321
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5278
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5322
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:REANALYSIS_ERA5_LAND"}}'
|
|
5279
5323
|
ERA5_LAND_MONTHLY:
|
|
5280
5324
|
productType: EO:ECMWF:DAT:REANALYSIS_ERA5_LAND_MONTHLY_MEANS
|
|
5281
5325
|
providerProductType:
|
|
@@ -5299,7 +5343,7 @@
|
|
|
5299
5343
|
- '{{"product_type": {providerProductType}}}'
|
|
5300
5344
|
- '$.null'
|
|
5301
5345
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5302
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5346
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:REANALYSIS_ERA5_LAND_MONTHLY_MEANS"}}'
|
|
5303
5347
|
CAMS_EAC4:
|
|
5304
5348
|
productType: EO:ECMWF:DAT:CAMS_GLOBAL_REANALYSIS_EAC4
|
|
5305
5349
|
format: grib
|
|
@@ -5316,7 +5360,7 @@
|
|
|
5316
5360
|
- '{{"dtend": "{completionTimeFromAscendingNode#to_iso_utc_datetime}"}}'
|
|
5317
5361
|
- '$.properties.enddate'
|
|
5318
5362
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5319
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5363
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:CAMS_GLOBAL_REANALYSIS_EAC4"}}'
|
|
5320
5364
|
CAMS_GLOBAL_EMISSIONS:
|
|
5321
5365
|
productType: EO:ECMWF:DAT:CAMS_GLOBAL_EMISSION_INVENTORIES
|
|
5322
5366
|
version:
|
|
@@ -5336,7 +5380,7 @@
|
|
|
5336
5380
|
- $.properties.startDate
|
|
5337
5381
|
completionTimeFromAscendingNode: $.properties.endDate
|
|
5338
5382
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5339
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5383
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:CAMS_GLOBAL_EMISSION_INVENTORIES"}}'
|
|
5340
5384
|
CAMS_EAC4_MONTHLY:
|
|
5341
5385
|
productType: EO:ECMWF:DAT:CAMS_GLOBAL_REANALYSIS_EAC4_MONTHLY
|
|
5342
5386
|
format: grib
|
|
@@ -5351,7 +5395,7 @@
|
|
|
5351
5395
|
- '{{"product_type": {providerProductType}}}'
|
|
5352
5396
|
- '$.null'
|
|
5353
5397
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5354
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5398
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:CAMS_GLOBAL_REANALYSIS_EAC4_MONTHLY"}}'
|
|
5355
5399
|
CAMS_GREENHOUSE_INVERSION:
|
|
5356
5400
|
productType: EO:ECMWF:DAT:CAMS_GLOBAL_GREENHOUSE_GAS_INVERSION
|
|
5357
5401
|
version: latest
|
|
@@ -5372,7 +5416,7 @@
|
|
|
5372
5416
|
- '{{"version": "{version}"}}'
|
|
5373
5417
|
- '$.null'
|
|
5374
5418
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5375
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5419
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:CAMS_GLOBAL_GREENHOUSE_GAS_INVERSION"}}'
|
|
5376
5420
|
CAMS_EU_AIR_QUALITY_RE:
|
|
5377
5421
|
productType: EO:ECMWF:DAT:CAMS_EUROPE_AIR_QUALITY_REANALYSES
|
|
5378
5422
|
type:
|
|
@@ -5391,7 +5435,7 @@
|
|
|
5391
5435
|
- '{{"type": {type}}}'
|
|
5392
5436
|
- '$.null'
|
|
5393
5437
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5394
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5438
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:CAMS_EUROPE_AIR_QUALITY_REANALYSES"}}'
|
|
5395
5439
|
CAMS_GRF:
|
|
5396
5440
|
productType: EO:ECMWF:DAT:CAMS_GLOBAL_RADIATIVE_FORCINGS
|
|
5397
5441
|
format: zip
|
|
@@ -5410,7 +5454,7 @@
|
|
|
5410
5454
|
id: '$.id'
|
|
5411
5455
|
<<: *month_year
|
|
5412
5456
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5413
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5457
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:CAMS_GLOBAL_RADIATIVE_FORCINGS"}}'
|
|
5414
5458
|
CAMS_GRF_AUX:
|
|
5415
5459
|
productType: EO:ECMWF:DAT:CAMS_GLOBAL_RADIATIVE_FORCING_AUXILLIARY_VARIABLES
|
|
5416
5460
|
band:
|
|
@@ -5430,7 +5474,7 @@
|
|
|
5430
5474
|
id: '$.id'
|
|
5431
5475
|
<<: *month_year
|
|
5432
5476
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5433
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5477
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:CAMS_GLOBAL_RADIATIVE_FORCING_AUXILLIARY_VARIABLES"}}'
|
|
5434
5478
|
CAMS_GREENHOUSE_EGG4:
|
|
5435
5479
|
productType: EO:ECMWF:DAT:CAMS_GLOBAL_GHG_REANALYSIS_EGG4
|
|
5436
5480
|
format: grib
|
|
@@ -5447,7 +5491,7 @@
|
|
|
5447
5491
|
- '{{"dtend": "{completionTimeFromAscendingNode#to_iso_utc_datetime}"}}'
|
|
5448
5492
|
- '$.properties.enddate'
|
|
5449
5493
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5450
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5494
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:CAMS_GLOBAL_GHG_REANALYSIS_EGG4"}}'
|
|
5451
5495
|
CAMS_GREENHOUSE_EGG4_MONTHLY:
|
|
5452
5496
|
productType: EO:ECMWF:DAT:CAMS_GLOBAL_GHG_REANALYSIS_EGG4_MONTHLY
|
|
5453
5497
|
format: grib
|
|
@@ -5466,7 +5510,7 @@
|
|
|
5466
5510
|
- '{{"product_type": {providerProductType}}}'
|
|
5467
5511
|
- '$.null'
|
|
5468
5512
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5469
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5513
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:CAMS_GLOBAL_GHG_REANALYSIS_EGG4_MONTHLY"}}'
|
|
5470
5514
|
CAMS_EU_AIR_QUALITY_FORECAST:
|
|
5471
5515
|
productType: EO:ECMWF:DAT:CAMS_EUROPE_AIR_QUALITY_FORECASTS
|
|
5472
5516
|
model:
|
|
@@ -5494,7 +5538,7 @@
|
|
|
5494
5538
|
- '{{"type": {type}}}'
|
|
5495
5539
|
- '$.null'
|
|
5496
5540
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5497
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5541
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:CAMS_EUROPE_AIR_QUALITY_FORECASTS"}}'
|
|
5498
5542
|
CAMS_GAC_FORECAST:
|
|
5499
5543
|
productType: EO:ECMWF:DAT:CAMS_GLOBAL_ATMOSPHERIC_COMPOSITION_FORECASTS
|
|
5500
5544
|
type:
|
|
@@ -5518,7 +5562,7 @@
|
|
|
5518
5562
|
- '{{"type": {type}}}'
|
|
5519
5563
|
- '$.null'
|
|
5520
5564
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5521
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5565
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:CAMS_GLOBAL_ATMOSPHERIC_COMPOSITION_FORECASTS"}}'
|
|
5522
5566
|
CAMS_SOLAR_RADIATION:
|
|
5523
5567
|
productType: EO:ECMWF:DAT:CAMS_SOLAR_RADIATION_TIMESERIES
|
|
5524
5568
|
sky_type: clear
|
|
@@ -5544,7 +5588,7 @@
|
|
|
5544
5588
|
- '{{"longitude": {geometry#to_longitude_latitude}["lon"], "latitude": {geometry#to_longitude_latitude}["lat"]}}'
|
|
5545
5589
|
- '$.null'
|
|
5546
5590
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5547
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5591
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:CAMS_SOLAR_RADIATION_TIMESERIES"}}'
|
|
5548
5592
|
EEA_DAILY_VI:
|
|
5549
5593
|
productType: EO:EEA:DAT:CLMS_HRVPP_VI
|
|
5550
5594
|
metadata_mapping:
|
|
@@ -5564,39 +5608,39 @@
|
|
|
5564
5608
|
tileIdentifier:
|
|
5565
5609
|
- '{{"tileId": "{tileIdentifier}"}}'
|
|
5566
5610
|
- '$.null'
|
|
5567
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5611
|
+
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"}}'
|
|
5568
5612
|
COP_DEM_GLO30_DGED:
|
|
5569
5613
|
productType: EO:DEM:DAT:COP-DEM_GLO-30-DGED__2023_1
|
|
5570
5614
|
metadata_mapping:
|
|
5571
5615
|
id: '$.id'
|
|
5572
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5616
|
+
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"}}'
|
|
5573
5617
|
COP_DEM_GLO30_DTED:
|
|
5574
5618
|
productType: EO:DEM:DAT:COP-DEM_GLO-30-DTED__2023_1
|
|
5575
5619
|
metadata_mapping:
|
|
5576
5620
|
id: '$.id'
|
|
5577
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5621
|
+
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"}}'
|
|
5578
5622
|
COP_DEM_GLO90_DGED:
|
|
5579
5623
|
productType: EO:DEM:DAT:COP-DEM_GLO-90-DGED__2023_1
|
|
5580
5624
|
metadata_mapping:
|
|
5581
5625
|
id: '$.id'
|
|
5582
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5626
|
+
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"}}'
|
|
5583
5627
|
COP_DEM_GLO90_DTED:
|
|
5584
5628
|
productType: EO:DEM:DAT:COP-DEM_GLO-90-DTED__2023_1
|
|
5585
5629
|
metadata_mapping:
|
|
5586
5630
|
id: '$.id'
|
|
5587
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5631
|
+
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"}}'
|
|
5588
5632
|
CLMS_GLO_NDVI_333M:
|
|
5589
5633
|
productType: EO:CLMS:DAT:CLMS_GLOBAL_NDVI_300M_V1_10DAILY_NETCDF
|
|
5590
5634
|
metadata_mapping:
|
|
5591
5635
|
<<: *id_from_date
|
|
5592
5636
|
<<: *clms_dates
|
|
5593
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5637
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:CLMS:DAT:CLMS_GLOBAL_NDVI_300M_V1_10DAILY_NETCDF"}}'
|
|
5594
5638
|
CLMS_GLO_NDVI_1KM_LTS:
|
|
5595
5639
|
productType: EO:CLMS:DAT:CLMS_GLOBAL_NDVI_1KM_V2_10DAILY_NETCDF
|
|
5596
5640
|
metadata_mapping:
|
|
5597
5641
|
<<: *id_from_date
|
|
5598
5642
|
<<: *clms_dates
|
|
5599
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5643
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:CLMS:DAT:CLMS_GLOBAL_NDVI_1KM_V2_10DAILY_NETCDF"}}'
|
|
5600
5644
|
CLMS_CORINE:
|
|
5601
5645
|
productType: EO:CLMS:DAT:CORINE
|
|
5602
5646
|
providerProductType: Corine Land Cover 2018
|
|
@@ -5607,7 +5651,7 @@
|
|
|
5607
5651
|
- '{{"product_type": "{providerProductType}"}}'
|
|
5608
5652
|
- '$.null'
|
|
5609
5653
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5610
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5654
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:CLMS:DAT:CORINE"}}'
|
|
5611
5655
|
CLMS_GLO_FCOVER_333M:
|
|
5612
5656
|
productType: EO:CLMS:DAT:CLMS_GLOBAL_FCOVER_300M_V1_10DAILY_NETCDF
|
|
5613
5657
|
metadata_mapping:
|
|
@@ -5616,7 +5660,7 @@
|
|
|
5616
5660
|
productGroupId:
|
|
5617
5661
|
- '{{"productGroupId": "{productGroupId}"}}'
|
|
5618
5662
|
- '$.null'
|
|
5619
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5663
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:CLMS:DAT:CLMS_GLOBAL_FCOVER_300M_V1_10DAILY_NETCDF"}}'
|
|
5620
5664
|
CLMS_GLO_DMP_333M:
|
|
5621
5665
|
productType: EO:CLMS:DAT:CLMS_GLOBAL_DMP_300M_V1_10DAILY_NETCDF
|
|
5622
5666
|
metadata_mapping:
|
|
@@ -5625,7 +5669,7 @@
|
|
|
5625
5669
|
productGroupId:
|
|
5626
5670
|
- '{{"productGroupId": "{productGroupId}"}}'
|
|
5627
5671
|
- '$.null'
|
|
5628
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5672
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:CLMS:DAT:CLMS_GLOBAL_DMP_300M_V1_10DAILY_NETCDF"}}'
|
|
5629
5673
|
CLMS_GLO_GDMP_333M:
|
|
5630
5674
|
productType: EO:CLMS:DAT:CLMS_GLOBAL_GDMP_300M_V1_10DAILY_NETCDF
|
|
5631
5675
|
metadata_mapping:
|
|
@@ -5634,7 +5678,7 @@
|
|
|
5634
5678
|
productGroupId:
|
|
5635
5679
|
- '{{"productGroupId": "{productGroupId}"}}'
|
|
5636
5680
|
- '$.null'
|
|
5637
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5681
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:CLMS:DAT:CLMS_GLOBAL_GDMP_300M_V1_10DAILY_NETCDF"}}'
|
|
5638
5682
|
CLMS_GLO_FAPAR_333M:
|
|
5639
5683
|
productType: EO:CLMS:DAT:CLMS_GLOBAL_FAPAR_300M_V1_10DAILY_NETCDF
|
|
5640
5684
|
metadata_mapping:
|
|
@@ -5643,7 +5687,7 @@
|
|
|
5643
5687
|
productGroupId:
|
|
5644
5688
|
- '{{"productGroupId": "{productGroupId}"}}'
|
|
5645
5689
|
- '$.null'
|
|
5646
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5690
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:CLMS:DAT:CLMS_GLOBAL_FAPAR_300M_V1_10DAILY_NETCDF"}}'
|
|
5647
5691
|
CLMS_GLO_LAI_333M:
|
|
5648
5692
|
productType: EO:CLMS:DAT:CLMS_GLOBAL_LAI_300M_V1_10DAILY_NETCDF
|
|
5649
5693
|
metadata_mapping:
|
|
@@ -5652,7 +5696,7 @@
|
|
|
5652
5696
|
productGroupId:
|
|
5653
5697
|
- '{{"productGroupId": "{productGroupId}"}}'
|
|
5654
5698
|
- '$.null'
|
|
5655
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5699
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:CLMS:DAT:CLMS_GLOBAL_LAI_300M_V1_10DAILY_NETCDF"}}'
|
|
5656
5700
|
FIRE_HISTORICAL:
|
|
5657
5701
|
productType: EO:ECMWF:DAT:CEMS_FIRE_HISTORICAL_V1
|
|
5658
5702
|
providerProductType: reanalysis
|
|
@@ -5680,7 +5724,7 @@
|
|
|
5680
5724
|
- '{{"dataset_type": "{type}"}}'
|
|
5681
5725
|
- '$.null'
|
|
5682
5726
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5683
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5727
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:CEMS_FIRE_HISTORICAL_V1"}}'
|
|
5684
5728
|
GLOFAS_FORECAST:
|
|
5685
5729
|
productType: EO:ECMWF:DAT:CEMS_GLOFAS_FORECAST
|
|
5686
5730
|
variable: river_discharge_in_the_last_24_hours
|
|
@@ -5709,7 +5753,7 @@
|
|
|
5709
5753
|
- '{{"variable": "{variable}"}}'
|
|
5710
5754
|
- '$.null'
|
|
5711
5755
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5712
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5756
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:CEMS_GLOFAS_FORECAST"}}'
|
|
5713
5757
|
GLOFAS_HISTORICAL:
|
|
5714
5758
|
productType: EO:ECMWF:DAT:CEMS_GLOFAS_HISTORICAL
|
|
5715
5759
|
variable:
|
|
@@ -5734,7 +5778,7 @@
|
|
|
5734
5778
|
- '{{"hydrological_model": {model}}}'
|
|
5735
5779
|
- '$.null'
|
|
5736
5780
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5737
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5781
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:CEMS_GLOFAS_HISTORICAL"}}'
|
|
5738
5782
|
GLOFAS_REFORECAST:
|
|
5739
5783
|
productType: EO:ECMWF:DAT:CEMS_GLOFAS_REFORECAST
|
|
5740
5784
|
variable:
|
|
@@ -5761,7 +5805,7 @@
|
|
|
5761
5805
|
- '{{"hydrological_model": {model}}}'
|
|
5762
5806
|
- '$.null'
|
|
5763
5807
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5764
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5808
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:CEMS_GLOFAS_REFORECAST"}}'
|
|
5765
5809
|
GLOFAS_SEASONAL:
|
|
5766
5810
|
productType: EO:ECMWF:DAT:CEMS_GLOFAS_SEASONAL
|
|
5767
5811
|
variable:
|
|
@@ -5783,7 +5827,7 @@
|
|
|
5783
5827
|
- '{{"hydrological_model": {model}}}'
|
|
5784
5828
|
- '$.null'
|
|
5785
5829
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5786
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5830
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:CEMS_GLOFAS_SEASONAL"}}'
|
|
5787
5831
|
GLOFAS_SEASONAL_REFORECAST:
|
|
5788
5832
|
productType: EO:ECMWF:DAT:CEMS_GLOFAS_SEASONAL_REFORECAST
|
|
5789
5833
|
variable:
|
|
@@ -5805,7 +5849,7 @@
|
|
|
5805
5849
|
- '{{"hydrological_model": {model}}}'
|
|
5806
5850
|
- '$.null'
|
|
5807
5851
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5808
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5852
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:CEMS_GLOFAS_SEASONAL_REFORECAST"}}'
|
|
5809
5853
|
EFAS_FORECAST:
|
|
5810
5854
|
productType: EO:ECMWF:DAT:EFAS_FORECAST
|
|
5811
5855
|
providerProductType:
|
|
@@ -5841,7 +5885,7 @@
|
|
|
5841
5885
|
- '{{"variable": "{variable}"}}'
|
|
5842
5886
|
- '$.null'
|
|
5843
5887
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5844
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5888
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:EFAS_FORECAST"}}'
|
|
5845
5889
|
EFAS_HISTORICAL:
|
|
5846
5890
|
productType: EO:ECMWF:DAT:EFAS_HISTORICAL
|
|
5847
5891
|
version:
|
|
@@ -5865,7 +5909,7 @@
|
|
|
5865
5909
|
- '{{"variable": "{variable}"}}'
|
|
5866
5910
|
- '$.null'
|
|
5867
5911
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5868
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5912
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:EFAS_HISTORICAL"}}'
|
|
5869
5913
|
EFAS_REFORECAST:
|
|
5870
5914
|
productType: EO:ECMWF:DAT:EFAS_REFORECAST
|
|
5871
5915
|
providerProductType:
|
|
@@ -5895,7 +5939,7 @@
|
|
|
5895
5939
|
- '{{"variable": "{variable}"}}'
|
|
5896
5940
|
- '$.null'
|
|
5897
5941
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5898
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5942
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:EFAS_REFORECAST"}}'
|
|
5899
5943
|
EFAS_SEASONAL:
|
|
5900
5944
|
productType: EO:ECMWF:DAT:EFAS_SEASONAL
|
|
5901
5945
|
version:
|
|
@@ -5920,7 +5964,7 @@
|
|
|
5920
5964
|
- '{{"variable": "{variable}"}}'
|
|
5921
5965
|
- '$.null'
|
|
5922
5966
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5923
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5967
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:EFAS_SEASONAL"}}'
|
|
5924
5968
|
EFAS_SEASONAL_REFORECAST:
|
|
5925
5969
|
productType: EO:ECMWF:DAT:EFAS_SEASONAL_REFORECAST
|
|
5926
5970
|
version:
|
|
@@ -5945,7 +5989,7 @@
|
|
|
5945
5989
|
- '{{"variable": "{variable}"}}'
|
|
5946
5990
|
- '$.null'
|
|
5947
5991
|
defaultGeometry: 'POLYGON((180 -90, 180 90, -180 90, -180 -90, 180 -90))'
|
|
5948
|
-
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "
|
|
5992
|
+
orderLink: 'https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download?{{"location": "{downloadLink}","product_id":"{id}", "dataset_id": "EO:ECMWF:DAT:EFAS_SEASONAL_REFORECAST"}}'
|
|
5949
5993
|
|
|
5950
5994
|
auth: !plugin
|
|
5951
5995
|
type: TokenAuth
|
|
@@ -5981,17 +6025,17 @@
|
|
|
5981
6025
|
downloadLink: https://gateway.prod.wekeo2.eu/hda-broker/api/v1/dataaccess/download/{download_id}
|
|
5982
6026
|
products:
|
|
5983
6027
|
GLOFAS_FORECAST:
|
|
5984
|
-
|
|
6028
|
+
output_extension: .grib
|
|
5985
6029
|
GLOFAS_REFORECAST:
|
|
5986
|
-
|
|
6030
|
+
output_extension: .grib
|
|
5987
6031
|
GLOFAS_HISTORICAL:
|
|
5988
|
-
|
|
6032
|
+
output_extension: .grib
|
|
5989
6033
|
GLOFAS_SEASONAL:
|
|
5990
|
-
|
|
6034
|
+
output_extension: .grib
|
|
5991
6035
|
GLOFAS_SEASONAL_REFORECAST:
|
|
5992
|
-
|
|
6036
|
+
output_extension: .grib
|
|
5993
6037
|
FIRE_HISTORICAL:
|
|
5994
|
-
|
|
6038
|
+
output_extension: .grib
|
|
5995
6039
|
|
|
5996
6040
|
---
|
|
5997
6041
|
!provider # wekeo_cmems
|
|
@@ -6055,7 +6099,7 @@
|
|
|
6055
6099
|
- '{{"max_date": "{completionTimeFromAscendingNode#to_iso_utc_datetime}"}}'
|
|
6056
6100
|
- '$.properties.enddate'
|
|
6057
6101
|
variable:
|
|
6058
|
-
- '{{"
|
|
6102
|
+
- '{{"variable": "{variable}"}}'
|
|
6059
6103
|
- '{$.properties.location#get_variables_from_path}'
|
|
6060
6104
|
downloadLink: '$.properties.location'
|
|
6061
6105
|
title: '$.id'
|
|
@@ -6605,9 +6649,9 @@
|
|
|
6605
6649
|
no_auth_download: True
|
|
6606
6650
|
products:
|
|
6607
6651
|
DT_EXTREMES:
|
|
6608
|
-
|
|
6652
|
+
output_extension: .grib
|
|
6609
6653
|
DT_CLIMATE_ADAPTATION:
|
|
6610
|
-
|
|
6654
|
+
output_extension: .grib
|
|
6611
6655
|
auth: !plugin
|
|
6612
6656
|
type: OIDCAuthorizationCodeFlowAuth
|
|
6613
6657
|
authorization_uri: https://auth.destine.eu/realms/desp/protocol/openid-connect/auth
|
|
@@ -6695,9 +6739,9 @@
|
|
|
6695
6739
|
downloadLink: '{orderStatusLink}'
|
|
6696
6740
|
products:
|
|
6697
6741
|
DT_EXTREMES:
|
|
6698
|
-
|
|
6742
|
+
output_extension: .grib
|
|
6699
6743
|
DT_CLIMATE_ADAPTATION:
|
|
6700
|
-
|
|
6744
|
+
output_extension: .grib
|
|
6701
6745
|
auth: !plugin
|
|
6702
6746
|
type: OIDCTokenExchangeAuth
|
|
6703
6747
|
subject:
|