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

Auto Chunking #23

Open
2 of 3 tasks
SabineEmbacher opened this issue Apr 23, 2021 · 0 comments
Open
2 of 3 tasks

Auto Chunking #23

SabineEmbacher opened this issue Apr 23, 2021 · 0 comments

Comments

@SabineEmbacher
Copy link
Collaborator

SabineEmbacher commented Apr 23, 2021

@see zarr.storage._init_array_metadata
@see zarr.util.normalize_chunks

  • Auto compute chunk size if chunks==null and chunked==true
  • If chunked==false , chunks must be equal to shape (SingleChunk)
  • Exceptions like python if chunk dimensions or other things are wrong. @see zarr.util.normalize_chunks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
@SabineEmbacher and others