generated from stactools-packages/template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
oisst-avhrr-v02r01.20220913.json
159 lines (159 loc) · 4.51 KB
/
oisst-avhrr-v02r01.20220913.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
155
156
157
158
159
{
"type": "Feature",
"stac_version": "1.0.0",
"id": "oisst-avhrr-v02r01.20220913",
"properties": {
"start_datetime": "2022-09-13T00:00:00Z",
"end_datetime": "2022-09-13T23:59:59Z",
"processing:level": "L4",
"proj:epsg": 4326,
"proj:shape": [
720,
1440
],
"proj:transform": [
0.25,
0.0,
-180.0,
0.0,
-0.25,
90.0
],
"datetime": null
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
180.0,
-90.0
],
[
180.0,
90.0
],
[
-180.0,
90.0
],
[
-180.0,
-90.0
],
[
180.0,
-90.0
]
]
]
},
"links": [
{
"rel": "root",
"href": "../../catalog.json",
"type": "application/json",
"title": "Climate Data Records"
},
{
"rel": "collection",
"href": "../collection.json",
"type": "application/json",
"title": "Sea Surface Temperature - Optimum Interpolation CDR"
},
{
"rel": "parent",
"href": "../collection.json",
"type": "application/json",
"title": "Sea Surface Temperature - Optimum Interpolation CDR"
}
],
"assets": {
"netcdf": {
"href": "../../../tests/data-files/external/oisst-avhrr-v02r01.20220913.nc",
"type": "application/x-netcdf",
"title": "NOAA/NCEI 1/4 Degree Daily Optimum Interpolation Sea Surface Temperature (OISST) Analysis, Version 2.1 - Final NetCDF",
"description": "NOAAs 1/4-degree Daily Optimum Interpolation Sea Surface Temperature (OISST) (sometimes referred to as Reynolds SST, which however also refers to earlier products at different resolution), currently available as version v02r01, is created by interpolating and extrapolating SST observations from different sources, resulting in a smoothed complete field. The sources of data are satellite (AVHRR) and in situ platforms (i.e., ships and buoys), and the specific datasets employed may change over time. At the marginal ice zone, sea ice concentrations are used to generate proxy SSTs. A preliminary version of this file is produced in near-real time (1-day latency), and then replaced with a final version after 2 weeks. Note that this is the AVHRR-ONLY DOISST, available from Oct 1981, but there is a companion DOISST product that includes microwave satellite data, available from June 2002",
"created": "2022-09-28T09:14:00Z",
"updated": "2022-09-28T09:14:00Z",
"roles": [
"data"
]
},
"sst": {
"href": "./oisst-avhrr-v02r01.20220913-sst.tif",
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"title": "Daily sea surface temperature",
"raster:bands": [
{
"nodata": -999,
"data_type": "int16",
"unit": "Celsius",
"scale": 0.009999999776482582
}
],
"roles": [
"data"
]
},
"anom": {
"href": "./oisst-avhrr-v02r01.20220913-anom.tif",
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"title": "Daily sea surface temperature anomalies",
"raster:bands": [
{
"nodata": -999,
"data_type": "int16",
"unit": "Celsius",
"scale": 0.009999999776482582
}
],
"roles": [
"data"
]
},
"err": {
"href": "./oisst-avhrr-v02r01.20220913-err.tif",
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"title": "Estimated error standard deviation of analysed_sst",
"raster:bands": [
{
"nodata": -999,
"data_type": "int16",
"unit": "Celsius",
"scale": 0.009999999776482582
}
],
"roles": [
"data"
]
},
"ice": {
"href": "./oisst-avhrr-v02r01.20220913-ice.tif",
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"title": "Sea ice concentration",
"raster:bands": [
{
"nodata": -999,
"data_type": "int16",
"unit": "%",
"scale": 0.009999999776482582
}
],
"roles": [
"data"
]
}
},
"bbox": [
-180,
-90.0,
180,
90.0
],
"stac_extensions": [
"https://stac-extensions.github.io/processing/v1.1.0/schema.json",
"https://stac-extensions.github.io/projection/v1.1.0/schema.json"
],
"collection": "noaa-cdr-sea-surface-temperature-optimum-interpolation"
}