-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support reading GOES ABI and GLM from AWS #217
base: main
Are you sure you want to change the base?
Conversation
In cleaning up docs, adding tests, and a few other minor things, is it ok if I just push to your branch from here? |
Yes, go ahead!
… On Apr 11, 2018, at 15:58, Ryan May ***@***.***> wrote:
In cleaning up docs, adding tests, and a few other minor things, is it ok if I just push to your branch from here?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
""" Download the data and open (in memory) with netCDF """ | ||
with NamedTemporaryFile(suffix='.nc') as temp: | ||
# Create a temporary netCDF file to work around bug in netCDF C 4.4.1.1 | ||
# We shouldn't actually need any file on disk. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there an existing bug report for this? Is this fixed now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is fixed now.
One of my students using this script just ran into an issue where ABI data from 2019/244 (now in mode 6) only downloaded the first hour, even though the start, end datetimes spanned a whole day. Worth some further testing. |
These classes and helper functions support reading GOES-16 data from the official NOAA AWS bucket. Based on an older version originally shared with me by @dopplershift.
Beware: no tests.