-
Notifications
You must be signed in to change notification settings - Fork 8
/
goes13-l3-imager.json
212 lines (212 loc) · 7.42 KB
/
goes13-l3-imager.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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
{
"id": null,
"name": "GOES13-L3-IMAGER",
"title": "GOES-13/Imager - Level-3 - VIS/IR Imagery (Binary)",
"description": "GOES-13 is a satellite of the Geostationary Operational Environmental Satellite (GOES) series operated by the National Oceanic and Atmospheric Administration (NOAA). Launched on May 24, 2006, it is designed to monitor weather conditions in North America, South America, and the Atlantic Ocean region. It operates in a geostationary orbit, meaning it remains fixed relative to Earth, continuously monitoring a specific region of the planet. In 2017, it was replaced by GOES-16 (GOES-East) as the primary operational weather satellite for the United States. Since then, it has been placed in a backup position. GOES-13/Imager instrument captures 1 visible and 4 infrared channels at resolutions of 1km (VIS) and 4km (IR). The collection captures product files into individual STAC Items for each observation from the GOES-13 satellite. It contains binary files in a grid format for each of the 5 spectral bands. The files are encoded using int16 and represent a matrix of values (reflectance for VIS and brightness temperature for IR) with 1714 lines and 1870 columns. Note: The values must be read as a one-dimensional array and then converted in memory to a two-dimensional m x n matrix. These versions are generated by INPE using the process of mapping data from the original geostationary projection to a uniform space-time geographic grid (EPSG:4326) with 0.04 degrees spatial resolution. The geographical area used in the remapping process was chosen because it covers and highlights Brazil, South and Central America. The image reprojection operation is performed using the gdalwarp utility (https://gdal.org/programs/gdalwarp.html) with the nearest neighbor resampling strategy defined.",
"temporal_composition_schema": null,
"composition_function": null,
"grid_ref_sys": null,
"collection_type": "collection",
"metadata": {
"providers": [
{
"url": "https://www.nasa.gov/content/goes",
"name": "National Aeronautics and Space Administration (NASA)",
"roles": [
"producer"
]
},
{
"url": "https://www.goes-r.gov/",
"name": "National Oceanic and Atmospheric Administration (NOAA)",
"roles": [
"producer",
"licensor"
]
},
{
"url": "https://data.inpe.br/big/",
"name": "National Institute for Space Research (INPE)",
"roles": [
"host",
"processor"
]
}
],
"license": {
"type": "Public Domain",
"uri": "https://www.nesdisia.noaa.gov/policy.html"
}
},
"keywords": [
"goes",
"goes-13",
"imager",
"level-3",
"cloud",
"meteorology",
"atmosphere",
"surface",
"brazil"
],
"is_public": true,
"is_available": true,
"category": "eo",
"version": 1,
"version_predecessor": null,
"version_successor": null,
"extent": {
"spatial": {
"bbox": [
[
-100.0,
-56.0,
-25.24,
12.52
]
]
}
},
"bands": [
{
"name": "B01",
"common_name": "red",
"description": "Daytime clouds, fog, insolation, winds",
"center_wavelength": 0.65,
"min_value": 0.0,
"max_value": 10000,
"nodata": 32767,
"scale": 0.01,
"data_type": "int16",
"mime_type": "application/octet-stream",
"resolution_x": 0.04,
"resolution_y": 0.04,
"resolution_unit": "Degree",
"full_width_half_max": 0.172
},
{
"name": "B02",
"common_name": "",
"description": "Surface and cloud, fog at night, fire, winds",
"center_wavelength": 3.90,
"min_value": 19000,
"max_value": 32700,
"nodata": 32767,
"scale": 0.01,
"data_type": "int16",
"mime_type": "application/octet-stream",
"resolution_x": 0.04,
"resolution_y": 0.04,
"resolution_unit": "Degree",
"full_width_half_max": 0.3542
},
{
"name": "B03",
"common_name": "",
"description": "Midlevel atmospheric water vapor, winds, rainfall",
"center_wavelength": 6.55,
"min_value": 19000,
"max_value": 27000,
"nodata": 32767,
"scale": 0.01,
"data_type": "int16",
"mime_type": "application/octet-stream",
"resolution_x": 0.04,
"resolution_y": 0.04,
"resolution_unit": "Degree",
"full_width_half_max": 1.3806
},
{
"name": "B04",
"common_name": "lwir",
"description": "Surface and clouds",
"center_wavelength": 10.7,
"min_value": 19000,
"max_value": 32700,
"nodata": 32767,
"scale": 0.01,
"data_type": "int16",
"mime_type": "application/octet-stream",
"resolution_x": 0.04,
"resolution_y": 0.04,
"resolution_unit": "Degree",
"full_width_half_max": 0.9835
},
{
"name": "B05",
"common_name": "",
"description": "Air temperature, cloud heights",
"center_wavelength": 13.35,
"min_value": 19000,
"max_value": 32700,
"nodata": 32767,
"scale": 0.01,
"data_type": "int16",
"mime_type": "application/octet-stream",
"resolution_x": 0.04,
"resolution_y": 0.04,
"resolution_unit": "Degree",
"full_width_half_max": 0.7005
}
],
"summaries": {
"platform": [
"goes-13"
],
"constellation": [
"goes"
],
"instruments": [
"imager"
]
},
"item_assets": {
"B01": {
"type": "application/gzip",
"title": "GOES-13/Imager Band 01 (VIS)",
"roles": [
"data"
]
},
"B02": {
"type": "application/gzip",
"title": "GOES-13/Imager Band 02 (IR)",
"roles": [
"data"
]
},
"B03": {
"type": "application/gzip",
"title": "GOES-13/Imager Band 03 (IR)",
"roles": [
"data"
]
},
"B04": {
"type": "application/gzip",
"title": "GOES-13/Imager Band 04 (IR)",
"roles": [
"data"
]
},
"B05": {
"type": "application/gzip",
"title": "GOES-13/Imager Band 05 (IR)",
"roles": [
"data"
]
},
"thumbnail": {
"type": "image/png",
"title": "Thumbnail",
"roles": [
"thumbnail"
]
}
},
"properties": {
"sources": [
"http://www.inpe.br"
]
}
}