You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
goes2go doesn't currently have this capability and I'm not currenlty planning to implement this (pull request is welcome!).
goes2go can give you a list of file paths for a time range:
# note: this uses the GOES class from the most recent push to the main branchfromgoes2goimportGOESG=GOES(16, "ABI-L2-COD", domain='C')
df=G.timerange('2021-01-01', '2021-02-01', download=False)
With that info, xarray does have some capability of reading data directly from S3 without downloading it (see here). (I'm run into errors when I do that ValueError: I/O operation on closed file.; I wonder if that's an issue with my virtual environment or if it's a window problem.)
What you are trying to do sounds like a "big data" problem. I would recommend checking out some other tools like https://github.com/fsspec/kerchunk. They might have the right tooling for your needs.
blaylockbk
changed the title
is it possible to use goes2go to read netcdf files from S3 bucket without downloading the files in the local system
Read NetCDF files from S3 bucket without downloading the files in the local system
Jun 5, 2022
I am looking for one year of ABI-L2-CODC data, however, it will be a very large volume of data using goes2go.
data for one month is around 8000 files
The text was updated successfully, but these errors were encountered: