Skip to content
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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

deeplycloudy
Copy link
Contributor

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.

@CLAassistant
Copy link

CLAassistant commented Apr 10, 2018

CLA assistant check
All committers have signed the CLA.

@dopplershift
Copy link
Member

In cleaning up docs, adding tests, and a few other minor things, is it ok if I just push to your branch from here?

@deeplycloudy
Copy link
Contributor Author

deeplycloudy commented Apr 11, 2018 via email

""" 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.
Copy link

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?

Copy link
Member

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.

@deeplycloudy
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants