Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Storage #24

Closed
3 of 4 tasks
SabineEmbacher opened this issue Apr 23, 2021 · 2 comments
Closed
3 of 4 tasks

Storage #24

SabineEmbacher opened this issue Apr 23, 2021 · 2 comments

Comments

@SabineEmbacher
Copy link
Collaborator

SabineEmbacher commented Apr 23, 2021

@joshmoore
Copy link

Hi @SabineEmbacher, just a few thoughts on this list:

  • NestedDirectoryStore and DirectoryStore are basically deprecated by FSStore which I think should be equivalent for FileSystemStore.
  • @DennisHeimbigner rightly brought up (somewhere!) that the ZipStore specs really needs to be written down somewhere. If you have issues implementing it for v2, we might want to go through the process of adding a description to v2.rst; but that should definitely be captured in the spec for v3.

@SabineEmbacher
Copy link
Collaborator Author

SabineEmbacher commented Jun 8, 2021

  • DimensionSeparator implemented in ZarrArray
  • Allowed separators are "." or "/".
  • If an existing array is opened (old style), whose header (".zarray") does not yet contain a "dimension-separator", it is scanned whether there are already written chunks. If so, their dimension_separator is used.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@joshmoore @SabineEmbacher and others