manzt / zarrita.js

A JavaScript toolkit for working with chunked, compressed, n-dimensional arrays
https://zarrita.dev
MIT License
39 stars 5 forks source link

Support sharding #70

Closed manzt closed 1 year ago

manzt commented 1 year ago

Just an issue to track progress on supporting ZEP0002. https://github.com/zarr-developers/zarr-specs/issues/254

I'm thinking we can add this as a another sub-package (i.e., @zarrita/sharding), which can dynamically be accessed in the Array.codec_pipeline.

manzt commented 1 year ago

Implemented in #94