AttributeError: 'bytes' object has no attribute 'item' with open_virtual_dataset #531
Replies: 2 comments 1 reply
-
This might be some kind of bug with the HDF reader. I'll leave it to @sharkinsspatial to take a look. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Looks like it might be my fault again, but it is a misleading error message. When I tried reading the files with kerchunk I get a permissions error:
not sure why this isn't authenticating with my user. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm am running through some example code and running into this error when trying to load my own .nc files on s3
I'm using the code from the oisst example with my own bucket and objects. The .nc files were written from xarray objects with
ds.to_netcdf()
I also tried adding
filetype="netCDF4"
toopen_virtual_dataset
.MacOS, py3.13
Beta Was this translation helpful? Give feedback.
All reactions