2
2
3
3
GOES-16 (GOES-R)
4
4
5
- - November 30 - December 11 2017: Drifting from 89.5 °W to the GOES-East operational location (75.2° W) \ [ todo: check if 89.5 is correct\ ]
5
+ - November 30 - December 11 2017: Drifting from 89.5 °W to the GOES-East operational location (75.2° W) [ todo: check if 89.5 is correct]
6
6
- Nominal operation resumed on December 18, 2017
7
7
- Declared GOES-EAST on December 18, 2017
8
8
- Biased IR bands before June 19, 2018
@@ -62,7 +62,7 @@ Calibration event log
62
62
63
63
Precomputed angles/latlon
64
64
65
- - https://www.star.nesdis.noaa.gov/pub/smcd/spb/fwu/tmp/latlon_angle/ (lon=-135.0 deg) and East (lon=-75.0)
65
+ - https://www.star.nesdis.noaa.gov/pub/smcd/spb/fwu/tmp/latlon_angle/ (lon=-135.0 deg) and East (lon=-75.0)
66
66
67
67
GOES weighting functions
68
68
@@ -142,7 +142,7 @@ The L2 Cloud and Moisture Imagery (MCMIP) products contains all the 16 spectral
142
142
## ABI Raw Data
143
143
144
144
Data are saved as 16-bit scaled integers, rather than 32-bit floating point values.
145
- To unpack: unpacked_value = packed_value * scale_factor + add_offset
145
+ To unpack: unpacked_value = packed_value * scale_factor + add_offset
146
146
To pack: packed_value = (unpacked_value - add_offset) / scale_factor
147
147
--> The scale factor is calculated with the formula (Max Value - Min Value)/65530
148
148
@@ -202,7 +202,7 @@ Oracle cloud storage
202
202
203
203
- https://opendata.oraclecloud.com/ords/r/opendata/opendata/details?data_set_id=2&clear=CR,8&session=2142808942446
204
204
205
- Microsoft West Europe Azure Blob Storage (only limited products)
205
+ Microsoft West Europe Azure Blob Storage (only limited products)
206
206
207
207
- https://planetarycomputer.microsoft.com/dataset/goes-cmi
208
208
- https://planetarycomputer.microsoft.com/dataset/goes-cmi#Storage-Documentation
@@ -216,7 +216,7 @@ Microsoft West Europe Azure Blob Storage (only limited products)
216
216
- [ fsspec] ( https://github.com/fsspec )
217
217
- [ s3fs] ( https://s3fs.readthedocs.io/en/latest/ ) (via boto3)
218
218
- [ gcsfs] ( https://gcsfs.readthedocs.io/en/latest/index.html )
219
- - [ adlfs] ( https://github.com/fsspec/adlfs ) (via azure.storage.blob ???)
219
+ - [ adlfs] ( https://github.com/fsspec/adlfs ) (via azure.storage.blob ???)
220
220
221
221
## Example cloud bucket url
222
222
0 commit comments