Expand description
SZ3 codec implementation for the numcodecs API.
Structs§
- Sz3Codec
- Codec providing compression using SZ3
- Sz3Coding
Error - Opaque error for when encoding or decoding with SZ3 fails
- Sz3Header
Error - Opaque error for when encoding or decoding the header fails
Enums§
- Sz3Codec
Error - Errors that may occur when applying the
Sz3Codec. - Sz3D
Type - Dtypes that SZ3 can compress and decompress
- Sz3Error
Bound - SZ3 error bound
- Sz3Predictor
- SZ3 predictor
Traits§
- Sz3Element
- Array element types which can be compressed with SZ3.
Functions§
- compress
- Compresses the input
dataarray using SZ3, which consists of an optionalpredictor, anerror_bound, an optionalencoder, and an optionallosslesscompressor. - decompress
- Decompresses the
encodeddata into an array.