Skip to content
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

Queries with zarr v3 #2

Open
clbarnes opened this issue Dec 11, 2020 · 0 comments
Open

Queries with zarr v3 #2

clbarnes opened this issue Dec 11, 2020 · 0 comments

Comments

@clbarnes
Copy link
Contributor

clbarnes commented Dec 11, 2020

Core protocol

  • Store-specific implementation details (e.g. separator, metadata extension) need to be known by the caller - isn't the point to make a canonical URL that the Store can interpret how it wants?
  • If compressor could describe any codec (not necessarily one which compresses/decompresses data), should the top key be "codec" instead?
  • When should an error be returned when encountering an unknown must_understand extension in an array -- when decoding the metadata, or when performing chunk IO?
  • Why do most core data types use byte counts but r types use multiple of 8 bit counts?
  • Do implicit groups have implicit attributes?

File System

  • Metadata in separate tree to actual data makes it harder to use standard file system tools (cp, ln, rm -r)
    • File system store could mangle the path to put the metadata in the same directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant