-
Notifications
You must be signed in to change notification settings - Fork 181
/
Copy pathcollection.json
36 lines (36 loc) · 973 Bytes
/
collection.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
{
"stac_version": "0.9.0",
"stac_extensions": ["version"],
"id": "merraclim",
"title": "MERRAclim",
"description": "A high-resolution global dataset of remotely sensed bioclimatic variables for ecological modelling.",
"license": "CC0-1.0",
"version": "1",
"deprecated": true,
"extent": {
"spatial": {
"bbox": [[-180,-90,180,90]]
},
"temporal": {
"interval": [["1980-01-01T00:00:00Z","2009-12-31T23:59:59Z"]]
}
},
"links": [
{
"rel": "self",
"href": "https://datadryad.org/resource/doi:10.5061/dryad.s2v81/v1/collection.json"
},
{
"rel": "item",
"href": "https://datadryad.org/resource/doi:10.5061/dryad.s2v81/v1/item.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/collection.json"
}
]
}