Javascript implementation of Zarr
npm install @atmoai/zarr
!Top Language Badge


---
Typescript implementation of Zarr.
> Zarr is a library for chunked, compressed, N-dimensional arrays.
```
npm i @atmoai/zarr
See the Getting Started section in the Documentation.
With this library a workflow as such becomes possible:
* You run an experiment/workflow in Python or Julia.
* You write results to a Zarr store, perhaps one that lives in some cloud storage.
* In a browser you create a visualization suite which allows for some interactivity.
* You share a link to a colleague or friend.