-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error trying to load local zarr dataset #634
Comments
Dang, that's pretty weird! I'll have to fix that. Thanks for reporting. |
I looked into this a bit more, and while the error is confusing, what is happening is that there is a missing .zarray file so it's trying different things. |
I'm pretty sure there is a
Will try and put together a simple reproducible example (that includes writing some data first) when I have a bit more time. |
I may be mistaken in my implementation, but in the examples I investigated, there was a For example:
|
Ah this is a single zarr array, not a zarr group (which would have another level of directories with |
Could you send me a zip file containing a small example? I could then debug it more efficiently. |
gives me
Somewhere in that message it says
Cloud Path Recieved: zarr2://zarr://file:///Users/dstansby/notebooks/hipct/meshgen/4
, which doesn't seem right - there's two protocol identifiers on the front (zarr and zarr2), despite the fact I only passed zarr in the CloudVolume call.The text was updated successfully, but these errors were encountered: