22
33GOES-16 (GOES-R)
44
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]
66- Nominal operation resumed on December 18, 2017
77- Declared GOES-EAST on December 18, 2017
88- Biased IR bands before June 19, 2018
@@ -62,7 +62,7 @@ Calibration event log
6262
6363Precomputed angles/latlon
6464
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)
6666
6767GOES weighting functions
6868
@@ -142,7 +142,7 @@ The L2 Cloud and Moisture Imagery (MCMIP) products contains all the 16 spectral
142142## ABI Raw Data
143143
144144Data 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
146146To pack: packed_value = (unpacked_value - add_offset) / scale_factor
147147--> The scale factor is calculated with the formula (Max Value - Min Value)/65530
148148
@@ -202,7 +202,7 @@ Oracle cloud storage
202202
203203- https://opendata.oraclecloud.com/ords/r/opendata/opendata/details?data_set_id=2&clear=CR,8&session=2142808942446
204204
205- Microsoft West Europe Azure Blob Storage (only limited products)
205+ Microsoft West Europe Azure Blob Storage (only limited products)
206206
207207- https://planetarycomputer.microsoft.com/dataset/goes-cmi
208208- https://planetarycomputer.microsoft.com/dataset/goes-cmi#Storage-Documentation
@@ -216,7 +216,7 @@ Microsoft West Europe Azure Blob Storage (only limited products)
216216- [ fsspec] ( https://github.com/fsspec )
217217- [ s3fs] ( https://s3fs.readthedocs.io/en/latest/ ) (via boto3)
218218- [ 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 ???)
220220
221221## Example cloud bucket url
222222
0 commit comments