package zarr

  1. Overview
  2. Docs

Module Zarr.MetadataSource

This module provides functionality for manipulating a Zarr node's metadata JSON document.

The Zarr V3 specification defines two types of metadata documents: array and group metadata. Both types are stored under the key zarr.json within the prefix of a group or array.

Sourceexception Parse_error of string

raised when parsing a metadata JSON document fails.

Sourcemodule FillValue : sig ... end
Sourcemodule ArrayMetadata : sig ... end

A module which contains functionality to work with a parsed JSON Zarr array metadata document.

Sourcemodule GroupMetadata : sig ... end

A module which contains functionality to work with a parsed JSON Zarr group metadata document.

OCaml

Innovation. Community. Security.