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
Right now we have catches for these immediately before any operation may fail (ie if file doesn't exist right before calling active on it, if file is netCDF3/classic right before kerchunking/h5py-ing it etc)- we should be able to do this cleaner and more open to the user/API before anything gets piped through - as @bnlawrence mentions at the point where we call netCDF.Dataset for the very first time?
The text was updated successfully, but these errors were encountered:
Right now we have catches for these immediately before any operation may fail (ie if file doesn't exist right before calling active on it, if file is netCDF3/classic right before kerchunking/h5py-ing it etc)- we should be able to do this cleaner and more open to the user/API before anything gets piped through - as @bnlawrence mentions at the point where we call netCDF.Dataset for the very first time?
The text was updated successfully, but these errors were encountered: