Skip to content

zarr validation and consistency checking #912

@satra

Description

@satra

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew features or improvementshelp wantedIssue could use help from someone with familiarity on the topic

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions