Skip to content

Parent groups automatically created in Zarr-Python 3 #2772

Answered by d-v-b
y4n9squared asked this question in Q&A
Discussion options

You must be logged in to vote

thanks for this report. the story here is kind of complicated, because the zarr specs don't actually contain a complete definition of what a zarr hierarchy is. The v2 spec says this:

If the user requests a group to be created under some logical path, then groups MUST also be created at all ancestor paths. E.g., if the user requests group creation at path "foo/bar" then groups MUST be created at path "foo" and the root of the store, if they don't already exist.

If the user requests an array to be created under some logical path, then groups MUST also be created at all ancestor paths. E.g., if the user requests array creation at path "foo/bar/baz" then groups must be created at path "foo/b…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@d-v-b
Comment options

@y4n9squared
Comment options

Answer selected by y4n9squared
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants