-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcollection.json
134 lines (134 loc) · 3.42 KB
/
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
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"type": "Collection",
"id": "ghcnd",
"stac_version": "1.0.0",
"description": "The Global Historical Climatology Network daily (GHCNd) is an integrated database of daily climate summaries from land surface stations across the globe. GHCNd is made up of daily climate records from numerous sources that have been integrated and subjected to a common suite of quality assurance reviews.",
"links": [
{
"rel": "root",
"href": "./collection.json",
"type": "application/json"
},
{
"rel": "cite-as",
"href": "https://doi.org/10.7289/V5D21VHZ"
},
{
"rel": "license",
"href": "https://creativecommons.org/licenses/by/4.0/",
"title": "Attribution 4.0 International (CC BY 4.0)"
},
{
"rel": "via",
"href": "https://www.ncei.noaa.gov/metadata/geoportal/rest/metadata/item/gov.noaa.ncdc:C00861/html",
"title": "HOMEPAGE_URL"
},
{
"rel": "self",
"href": "/home/jvrt/gdspark/202105_stactools/.vscode/ghcnd/collection.json",
"type": "application/json"
}
],
"stac_extensions": [
"https://stac-extensions.github.io/scientific/v1.0.0/schema.json",
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
],
"sci:doi": "10.7289/V5D21VHZ",
"sci:citation": "Menne, Matthew J., Imke Durre, Bryant Korzeniewski, Shelley McNeal, Kristy Thomas, Xungang Yin, Steven Anthony, Ron Ray, Russell S. Vose, Byron E.Gleason, and Tamara G. Houston (2012): Global Historical Climatology Network - Daily (GHCN-Daily), Version 3. NOAA National Climatic Data Center. doi:10.7289/V5D21VHZ",
"item_assets": {
"GHCNd": {
"types": [
"application/zip"
],
"roles": [
"data"
],
"title": "GHCNd Data",
"proj:epsg": 4326
},
"Stations": {
"types": [
"text/plain"
],
"roles": [
"metadata"
],
"title": "GHCNd Stations",
"proj:epsg": 4326
},
"Metadata": {
"types": [
"text/plain"
],
"roles": [
"metadata"
],
"title": "Metadata"
}
},
"title": "Global Historical Climatology Network daily",
"extent": {
"spatial": {
"bbox": [
[
-180.0,
-90.0,
180.0,
85.0
]
]
},
"temporal": {
"interval": [
[
"1763-01-01T00:00:00Z",
"2021-10-19T00:00:00Z"
]
]
}
},
"license": "CC-BY-4.0",
"providers": [
{
"name": "NOAA",
"roles": [
"host",
"licensor",
"processor",
"producer"
],
"url": "https://www.ncei.noaa.gov/metadata/geoportal/rest/metadata/item/gov.noaa.ncdc:C00861/html"
}
],
"summaries": {
"proj:epsg": [
4326
]
},
"assets": {
"GHCNd Stations": {
"href": "https://www1.ncdc.noaa.gov/pub/data/ghcn/daily/ghcnd-stations.txt",
"type": "text/plain",
"title": "GHCNd Stations",
"roles": [
"metadata"
]
},
"Metadata": {
"href": "https://www1.ncdc.noaa.gov/pub/data/ghcn/daily/readme.txt",
"type": "text/plain",
"title": "Metadata",
"roles": [
"metadata"
]
},
"Metadata, Additional": {
"href": "https://www1.ncdc.noaa.gov/pub/data/ghcn/daily/by_year/readme-by_year.txt",
"type": "text/plain",
"title": "Metadata, Additional",
"roles": [
"metadata"
]
}
}
}