package zarr

  1. Overview
  2. Docs
An Ocaml implementation of the Zarr V3 specification

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.0.tar.gz
md5=df6bb0048a4479632c2867d5259c9b27
sha512=341b9db6910a90bb3663c36ae75afb84324c52980b7c6866809424f40cdcc4490eb1f606f5d2a3b1cc91e54671bb09cfc9feae3d9bb55474a66762658d26860c

doc/index.html

The zarr library

The Zarr library provides an OCaml implementation of the Zarr version 3 storage format specification for chunked & compressed multi-dimensional arrays, designed for use in parallel computing. The storage format is used by many companies including Google, NASA, Microsoft and many others. Zarr's goal is to provide the following features:

  • Chunk multi-dimensional arrays along any dimension.
  • Store arrays in memory, on disk, inside a Zip file or any remote storage backend.
  • Read and write arrays concurrently from multiple threads or processes.
  • Organize arrays into hierarchies using groups.

See Zarr V3 specification.

Author: Zolisa Bleki

Entry Point

The entry point of this library is the module Zarr.

OCaml

Innovation. Community. Security.

On This Page
  1. Entry Point