-
Notifications
You must be signed in to change notification settings - Fork 5
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
Creating and managing Zarr groups #12
Comments
I think this means we'll need to expand Rarr's concept of a Zarr store. Currently the package is designed just to work with a single array. It has no concept of the heirachy or group, other than to represent the individual chunks. You just point it to the root location of the invidual array you want to work with. I haven't thought about this much, but I guess you'd want something like an S4 class called 'ZarrStore' where one slot was a list of |
Hey Mike, I think I had a rather simpler idea in mind, which one can program themselves but would be nice to have it wrapped in I think the current |
Following an example similar from An ideal use case would be to create nested groups just like in Here, one might wanna create a zarr store in
The zarr group is just a folder with a .zgroup in a JSON format within (zarr v2), otherwise the functionality of |
I think it might be necessary to provide this utility at some point which will be needed to create sophisticated zarr stores like in https://github.com/HelenaLC/SpatialData, similar to h5createGroup.
@grimbough I might as well give it a try and start a PR if you are up for it.
The text was updated successfully, but these errors were encountered: