-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCDS2_relative_humidity.json
More file actions
106 lines (106 loc) · 3.06 KB
/
Copy pathCDS2_relative_humidity.json
File metadata and controls
106 lines (106 loc) · 3.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"Name": "relative_humidity",
"Title": "Relative humidity - ERA5",
"EodashIdentifier": "CDS2_relative_humidity",
"Subtitle": "Global relative humidity",
"Description": "CDS2_relative_humidity/CDS2_relative_humidity.md",
"ShortDescription": "Relative humidity (RH), combined with temperature, determines how hot or cold air feels (the heat index).",
"Themes": [
"air",
"climate"
],
"Tags": [
"Copernicus Services",
"C3S",
"CDS",
"Multi-sensors",
"Open data",
"ERA5"
],
"DataSource": {
"Other": [
"ERA5"
]
},
"Agency": [
"European Commission",
"ECMWF"
],
"License": [
{
"Url": "https://cds.climate.copernicus.eu/api/v2/terms/static/licence-to-use-copernicus-products.pdf",
"Type": "application/pdf",
"Title": "Licence to Use Copernicus Products"
}
],
"Provider": [
{
"Name": "Copernicus Climate Change Service",
"Url": "https://climate.copernicus.eu/"
},
{
"Name": "Climate Data Store",
"Url": "https://cds.climate.copernicus.eu/"
}
],
"Citation": {
"Citation": "Mu\u00f1oz Sabater, J., (2019) was downloaded from the Copernicus Climate Change Service (2021).\nThe results contain modified Copernicus Climate Change Service information 2020. \nNeither the European Commission nor ECMWF is responsible for any use that may be made of the Copernicus information or data it contains.\n",
"DOI": "10.24381/cds.68d2bb30",
"Publication": [
{
"Citation": "Zaitchik, B.F., Sweijd, N., Shumake-Guillemot, J. et al. A framework for research linking weather, climate and COVID-19. Nat Commun 11, 5730 (2020).",
"DOI": "10.1038/s41467-020-19546-7"
}
]
},
"Image": "CDS2_relative_humidity/CDS2_relative_humidity.png",
"Legend": "CDS2_relative_humidity/CDS2_legend.png",
"Resources": [
{
"EndPoint": "https://services.sentinel-hub.com",
"Name": "Sentinel Hub",
"Type": "byoc",
"CollectionId": "c3f87cba-4fdd-46c5-ab45-e6889d506f93",
"LayerId": "AWS_VIS_RELHUMIDITY1000HPA",
"DataProjection": 3857
}
],
"Services": [
{
"Name": "Statistical API",
"Type": "byoc",
"CollectionId": "c3f87cba-4fdd-46c5-ab45-e6889d506f93",
"Script": "CDS2_relative_humidity/CDS2_relative_humidity.js"
}
],
"Colorlegend": {
"domain": [
0,
100
],
"range": [
"#e6a51e",
"#787837",
"#3c5ac0",
"#002cff",
"#32ff37"
],
"scaleType": "continuous",
"tickFormat": ".0f",
"title": "Relative humidity (at 1000hPa) [%]"
},
"Process": {
"Name": "Sentinel Hub Statistics",
"JsonForm": "https://raw.githubusercontent.com/eurodatacube/eodash-assets/refs/heads/main/defaults/sh_form.json",
"VegaDefinition": "CDS2_relative_humidity/chart.json",
"EndPoints": [
{
"Identifier": "sentinelhub-statistics",
"Url": "https://services.sentinel-hub.com/api/v1/statistics",
"Method": "POST",
"EndPoint": "sentinelhub",
"Type": "application/json"
}
]
}
}