0.6.3 • Published 2 months ago

zarr v0.6.3

Weekly downloads
237
License
Apache-2.0
Repository
-
Last release
2 months ago

Zarr.js Logo

Actions Status Top Language Badge NPM badge Documentation


Typescript implementation of Zarr.

Zarr is a library for chunked, compressed, N-dimensional arrays.

Quick start

npm i zarr

See the Getting Started section in the Documentation.

Type Docs

You can generate the type documentation for this project by running npm run generate-typedocs.

Why a Typescript implementation for Zarr?

For better or for worse the browser environment is slowly becoming the world's operating system. Numerical computing with a lot of data is a poor fit for browsers, but for data visualization, exploration and result-sharing the browser is unparalleled.

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.
0.6.3

2 months ago

0.6.2

7 months ago

0.6.1

1 year ago

0.6.0

2 years ago

0.5.2

2 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.1

3 years ago

0.4.2

3 years ago

0.4.0

3 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.3.0-beta.0

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago