zarr-specs
zarr-specs copied to clipboard
Storing arrays with unknown chunk sizes
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.
Cross-referencing #138