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
Currently netCDF files are only opened and read by the netCDF4 library. However, netCDF4 can't read files in S3 object stores.
h5netcdf, on the other hand can, access S3 netCDF-4 files (but not netCDF-3).
A new default behaviour for an arbitrary file should be to try netCDF4, and fall back on h5netcdf if that doesn't work. There should also be the option to cfdm.read to specifically choose one or other of the libraries.
Access to an S3 object store may require credentials, which will need to be passed in via a new cfdm.read argument.
The text was updated successfully, but these errors were encountered:
Currently netCDF files are only opened and read by the
netCDF4
library. However,netCDF4
can't read files in S3 object stores.h5netcdf
, on the other hand can, access S3 netCDF-4 files (but not netCDF-3).A new default behaviour for an arbitrary file should be to try
netCDF4
, and fall back onh5netcdf
if that doesn't work. There should also be the option tocfdm.read
to specifically choose one or other of the libraries.Access to an S3 object store may require credentials, which will need to be passed in via a new
cfdm.read
argument.The text was updated successfully, but these errors were encountered: