-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathitem.json
More file actions
96 lines (96 loc) · 2.44 KB
/
Copy pathitem.json
File metadata and controls
96 lines (96 loc) · 2.44 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
{
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/version/v1.2.0/schema.json"
],
"id": "MERRAclim.2_5m_min_80s",
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
-90
],
[
180,
-90
],
[
180,
90
],
[
-180,
90
],
[
-180,
-90
]
]
]
},
"bbox": [
-180,
-90,
180,
90
],
"properties": {
"version": "1",
"title": "MERRAclim. 2_5m_min_80s",
"description": "MERRAclim Dataset. 19 global bioclimatic variables from the 1980s decade at 2.5 arcminutes resolution in GEOtiff format. The humidity version used is the min. The variables have been built using the same protocol as WorldClim with data from MERRA. Temperature layers (BIO1-BIO11) are in degree Celsius multiplied by 10, humidity layers (BIO12-BIO19) are in kg of water/kg of air multiplied by 100000.",
"datetime": "1985-07-01T00:00:00Z"
},
"collection": "merraclim",
"links": [
{
"rel": "self",
"href": "https://datadryad.org/resource/doi:10.5061/dryad.s2v81/v1/item.json"
},
{
"rel": "collection",
"href": "https://datadryad.org/resource/doi:10.5061/dryad.s2v81/v1/collection.json"
},
{
"rel": "parent",
"href": "https://datadryad.org/resource/doi:10.5061/dryad.s2v81/v1/collection.json"
},
{
"rel": "root",
"href": "https://datadryad.org/resource/doi:10.5061/dryad.s2v81/catalog.json"
},
{
"rel": "latest-version",
"href": "https://datadryad.org/resource/doi:10.5061/dryad.s2v81/v2/item.json"
},
{
"rel": "about",
"href": "https://datadryad.org/stash/dataset/doi:10.5061/dryad.s2v81",
"type": "text/html",
"title": "Dryad Data Repository"
},
{
"rel": "about",
"href": "https://www.nature.com/articles/sdata201778",
"type": "text/html",
"title": "MERRAclim paper",
"deprecated": true
},
{
"rel": "about",
"href": "https://www.nature.com/articles/sdata201870",
"type": "text/html",
"title": "MERRAclim erratum for paper"
}
],
"assets": {
"primary": {
"href": "https://datadryad.org/stash/downloads/file_stream/100467",
"type": "application/zip",
"title": "MERRAclim. 2_5m_min_80s"
}
}
}