-
-
Notifications
You must be signed in to change notification settings - Fork 373
Closed
Labels
enhancementNew features or improvementsNew features or improvementshelp wantedIssue could use help from someone with familiarity on the topicIssue could use help from someone with familiarity on the topic
Description
i could not find any explicit reference in the documentation to validating a zarr store, hence opening this issue.
we are supporting zarr nested directory stores as a file type for our data archive and looking to validate and inspect the structure of the input before upload. some questions have come up that i am posting here:
- is it simply sufficient to use the zarr reader to open a zarr store, and if it opens, the zarr store is valid, if not it will raise an exception?
- if someone accidentally puts in extra files in the directory, is there a way for us to detect these files as not relevant to the store?
- does the zarr python library already have a consistency check util? and can it detect which underlying directory elements are different, through some form of a tree hash for example ?
NikosAlexandris
Metadata
Metadata
Assignees
Labels
enhancementNew features or improvementsNew features or improvementshelp wantedIssue could use help from someone with familiarity on the topicIssue could use help from someone with familiarity on the topic