generated from stactools-packages/template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
collection.json
154 lines (154 loc) · 4.85 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"type": "Collection",
"id": "noaa-cdr-sea-surface-temperature-optimum-interpolation",
"stac_version": "1.0.0",
"description": "The NOAA 1/4° daily Optimum Interpolation Sea Surface Temperature (or daily OISST) Climate Data Record (CDR) provides complete ocean temperature fields constructed by combining bias-adjusted observations from different platforms (satellites, ships, buoys) on a regular global grid, with gaps filled in by interpolation. The main input source is satellite data from the Advanced Very High Resolution Radiometer (AVHRR), which provides high temporal-spatial coverage from late 1981-present. This input must be adjusted to the buoys due to erroneous cold SST data following the Mt Pinatubo and El Chichon eruptions. Applications include climate modeling, resource management, ecological studies on annual to daily scales.",
"links": [
{
"rel": "root",
"href": "../catalog.json",
"type": "application/json",
"title": "Climate Data Records"
},
{
"rel": "license",
"href": "https://www.ncei.noaa.gov/pub/data/sds/cdr/CDRs/Sea_Surface_Temperature_Optimum_Interpolation/UseAgreement_01B-09.pdf",
"type": "application/pdf",
"title": "NOAA CDR Sea Surface Temperature - Optimum Interpolation Use Agreement"
},
{
"rel": "about",
"href": "https://www.ncei.noaa.gov/products/climate-data-records/sea-surface-temperature-optimum-interpolation",
"type": "text/html",
"title": "Sea Surface Temperature - Optimum Interpolation CDR"
},
{
"rel": "cite-as",
"href": "https://doi.org/10.25921/RE9P-PT57"
},
{
"rel": "item",
"href": "./oisst-avhrr-v02r01.20220913/oisst-avhrr-v02r01.20220913.json",
"type": "application/json"
},
{
"rel": "parent",
"href": "../catalog.json",
"type": "application/json",
"title": "Climate Data Records"
}
],
"stac_extensions": [
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json",
"https://stac-extensions.github.io/scientific/v1.0.0/schema.json",
"https://stac-extensions.github.io/raster/v1.1.0/schema.json"
],
"item_assets": {
"netcdf": {
"type": "application/x-netcdf",
"roles": [
"data"
]
},
"sst": {
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"raster:bands": [
{
"nodata": -999,
"data_type": "int16",
"unit": "Celsius",
"scale": 0.009999999776482582
}
],
"roles": [
"data"
]
},
"anom": {
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"raster:bands": [
{
"nodata": -999,
"data_type": "int16",
"unit": "Celsius",
"scale": 0.009999999776482582
}
],
"roles": [
"data"
]
},
"err": {
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"raster:bands": [
{
"nodata": -999,
"data_type": "int16",
"unit": "Celsius",
"scale": 0.009999999776482582
}
],
"roles": [
"data"
]
},
"ice": {
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"raster:bands": [
{
"nodata": -999,
"data_type": "int16",
"unit": "%",
"scale": 0.009999999776482582
}
],
"roles": [
"data"
]
}
},
"sci:doi": "10.25921/RE9P-PT57",
"sci:citation": "Huang, Boyin; Liu, Chunying; Banzon, Viva F.; Freeman, Eric; Graham, Garrett; Hankins, Bill; Smith, Thomas M.; Zhang, Huai-Min. (2020): NOAA 0.25-degree Daily Optimum Interpolation Sea Surface Temperature (OISST), Version 2.1. NOAA National Centers for Environmental Information. https://doi.org/10.25921/RE9P-PT57.",
"title": "Sea Surface Temperature - Optimum Interpolation CDR",
"extent": {
"spatial": {
"bbox": [
[
-180.0,
-90.0,
180.0,
90.0
]
]
},
"temporal": {
"interval": [
[
"1981-09-01T00:00:00Z",
null
]
]
}
},
"license": "proprietary",
"keywords": [
"Global",
"Climate",
"NOAA",
"Temperature",
"Ocean"
],
"providers": [
{
"name": "National Centers for Environmental Information",
"description": "NCEI is the Nation's leading authority for environmental data, and manage one of the largest archives of atmospheric, coastal, geophysical, and oceanic research in the world. NCEI contributes to the NESDIS mission by developing new products and services that span the science disciplines and enable better data discovery.",
"roles": [
"producer",
"processor",
"licensor",
"host"
],
"url": "https://www.ncei.noaa.gov/"
}
]
}