-
Notifications
You must be signed in to change notification settings - Fork 25
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
Write zarr stores with manifest.json files to non-local storage #46
Comments
@cisaacstern I think now that Icechunk exists this is probably out of date? Or is there still something to do if someone wanted to dump kerchunk references into a bucket? |
👋 @TomNicholas, I guess it depends if you want these methods VirtualiZarr/virtualizarr/manifests/manifest.py Lines 439 to 452 in 7a35bd4
to be able to read json from a cloud bucket or any other non-local device. If so, then I would say this issue is still open. If not, then fine to close! Not sure if/how the existence of Icechunk relates to this, but at the level of those specific methods it appears to my naive eye as unrelated? In terms of my own requirements (none), I am personally fine if this is out of scope / |
Thanks for the clarification @cisaacstern - I think this can be closed, see #359 for the reasoning. |
Awesome to see this develop, Tom!
Is there a goal of being able to write to non-local storage devices? If so we'd need a different (fsspec?) opener for the context manager?
Originally posted by @cisaacstern in #45 (comment)
The text was updated successfully, but these errors were encountered: