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
Using xr.open_dataset to read .nc files that I am looping through. The loop works for for first 20 or so files and then I get the error "ValueError: buffer size must be a multiple of element size". I already have a check to see if the .nc is an empty file and I am opening the file with "dataset = xr.open_dataset(fsspec.open(filename).open(), chunks={})"
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here at xarray! Be sure to follow the issue template!
If you have an idea for a solution, we would really welcome a Pull Request with proposed changes.
See the Contributing Guide for more.
It may take us a while to respond here, but we really value your contribution. Contributors like you help make xarray better.
Thank you!
What is your issue?
Using xr.open_dataset to read .nc files that I am looping through. The loop works for for first 20 or so files and then I get the error "ValueError: buffer size must be a multiple of element size". I already have a check to see if the .nc is an empty file and I am opening the file with "dataset = xr.open_dataset(fsspec.open(filename).open(), chunks={})"
The text was updated successfully, but these errors were encountered: