Replies: 1 comment
-
Hi @weathaman2132 The default behavior of This line will read the latest ABI-L1b-Rad file for Band 3 (note the argument "bands") sat = goes_latest(satellite='17', product='ABI-L1b-Rad', domain='C', bands=3) If you just want to download the file and not read it with xarray, you do this: sat = goes_latest(satellite='17', product='ABI-L1b-Rad', domain='C', bands=3, return_as='filelist', download=True)
|
Beta Was this translation helpful? Give feedback.
-
Perhaps a unique issue with arm64 or noarch packages on apple M1, but I ran into trouble using L1b data (need that higher resolution to look at dust)
When using goes_latest:
A different error occurs using latesttime:
Beta Was this translation helpful? Give feedback.
All reactions