Auto Chunking
Opened this issue · 0 comments
SabineEmbacher commented
@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