Module fixedscaleoffset

Module fixedscaleoffset 

Source
Expand description

The fixedscaleoffset array to array 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.fixedscaleoffset codec in zarr-python. However, it supports additional data types not supported by that implementation.

§Specification

§Codec name Aliases (Zarr V3)

  • numcodecs.fixedscaleoffset

§Codec id Aliases (Zarr V2)

  • fixedscaleoffset

§Codec configuration Example - FixedScaleOffsetCodecConfiguration:

{
    "offset": 1000,
    "scale": 10,
    "dtype": "f8",
    "astype": "u1"
}

Structs§

FixedScaleOffsetCodec
A fixedscaleoffset codec implementation.
FixedScaleOffsetCodecConfigurationNumcodecs
fixedscaleoffset codec configuration parameters (numcodecs).

Enums§

FixedScaleOffsetCodecConfiguration
A wrapper to handle various versions of fixedscaleoffset codec configuration parameters.