Module zarrs::array

source ·
Expand description

Zarr arrays.

An array is a node in a Zarr hierarchy used to hold multidimensional array data and associated metadata. See https://zarr-specs.readthedocs.io/en/latest/v3/core/v3.0.html#array.

Use ArrayBuilder to setup a new array, or use Array::new for an existing array. The documentation for Array details how to interact with arrays.

Re-exports§

Modules§

Structs§

Enums§

Constants§

  • The Zarr “NaN” fill value for a 16-bit brain floating point number.
  • The Zarr “NaN” fill value for a 16-bit IEEE 754 floating point number.
  • The Zarr “NaN” fill value for a 32-bit IEEE 754 floating point number.
  • The Zarr “NaN” fill value for a 64-bit IEEE 754 floating point number.

Traits§

  • An Array extension trait to simplify working with arrays using the sharding_indexed codec.
  • An Array extension trait to efficiently read data (e.g. inner chunks) from arrays using the sharding_indexed codec.

Functions§

Type Aliases§