zarr-specs icon indicating copy to clipboard operation
zarr-specs copied to clipboard

Storing arrays with unknown chunk sizes

Open jakirkham opened this issue 5 years ago • 1 comments

In some cases ( like https://github.com/dask/dask/issues/3293 ), it is useful to be able to store an array where the chunk sizes are not known until the array is written out. Admittedly this may require things like chunk headers and some more sophistication when it comes to working with the data after storing it. However there are definite use cases like in this SO question.

jakirkham avatar Jul 23 '19 17:07 jakirkham

Cross-referencing #138

jstriebel avatar Nov 16 '22 17:11 jstriebel