-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
dataset readRelating to reading datasetsRelating to reading datasetsenhancementNew feature or requestNew feature or request
Description
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 cf.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 cf.read argument.
sadielbartholomew
Metadata
Metadata
Assignees
Labels
dataset readRelating to reading datasetsRelating to reading datasetsenhancementNew feature or requestNew feature or request