arkouda icon indicating copy to clipboard operation
arkouda copied to clipboard

Support for Zarr IO

Open brandon-neth opened this issue 9 months ago • 1 comments

This PR adds support for reading and writing potentially multi-dimensional arrays from and to zarr stores. Current support only allows for whole-array IO but future development may add support for partial chunk reading/writing.

brandon-neth avatar May 06 '24 16:05 brandon-neth

I've got the compatibility modules working on my machine for 1.33 and 1.32. For 1.31, changes to IO modules will mean reimplementing the JSON module using 1.31 parlance. This is a significant lift, so I'm going to prioritize resolving the c-blosc dependency first.

brandon-neth avatar May 08 '24 22:05 brandon-neth