generated from stac-extensions/template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathitem.json
80 lines (80 loc) · 2.29 KB
/
item.json
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
{
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/scientific/v1.0.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": {
"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",
"start_datetime": "1980-01-01T00:00:00Z",
"end_datetime": "1989-12-31T23:59:59Z",
"sci:doi": "10.5061/dryad.s2v81.2/27.2",
"sci:publications": [
{
"doi": "10.5061/dryad.s2v81.2",
"citation": "Vega GC, Pertierra LR, Olalla-Tárraga MÁ (2017) Data from: MERRAclim, a high-resolution global dataset of remotely sensed bioclimatic variables for ecological modelling. Dryad Digital Repository."
},
{
"doi": "10.1038/sdata.2017.78",
"citation": "Vega GC, Pertierra LR, Olalla-Tárraga MÁ (2017) MERRAclim, a high-resolution global dataset of remotely sensed bioclimatic variables for ecological modelling. Scientific Data 4: 170078."
}
]
},
"links": [
{
"rel": "self",
"href": "https://datadryad.org/resource/doi:10.5061/dryad.s2v81/item.json"
},
{
"rel": "root",
"href": "https://datadryad.org/resource/doi:10.5061/dryad.s2v81/catalog.json"
},
{
"rel": "cite-as",
"href": "https://doi.org/10.5061/dryad.s2v81.2/27.2"
}
],
"assets": {
"primary": {
"href": "https://datadryad.org/stash/downloads/file_stream/100467",
"type": "application/zip",
"title": "MERRAclim. 2_5m_min_80s"
}
}
}