Module vlen_array

Module vlen_array 

Source
Expand description

The vlen-array array to bytes codec (Experimental).

This codec is experimental and may be incompatible with other Zarr V3 implementations.

§Compatible Implementations

This codec is fully compatible with the numcodecs.vlen-array codec in zarr-python.

§Specification

§Codec name Aliases (Zarr V3)

  • numcodecs.vlen-array
  • https://codec.zarrs.dev/array_to_bytes/vlen_array

§Codec id Aliases (Zarr V2)

  • vlen-array

§Codec configuration Example - VlenArrayCodecConfiguration:

{}

Structs§

VlenArrayCodec
The VLEN_ARRAY codec implementation.
VlenArrayCodecConfigurationV1
vlen-array codec configuration parameters (version 1.0 draft).

Enums§

VlenArrayCodecConfiguration
A wrapper to handle various versions of vlen-array codec configuration parameters.