Skip to content

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.

@dopplershift dopplershift changed the base branch from master to main November 5, 2024 00:31
@dopplershift dopplershift requested a review from dcamron as a code owner November 5, 2024 00:31
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.

4 participants