numcodecs
v0.3.0
Codec API
Codec registry
Blosc
LZ4
Zstd
Zlib
BZ2
LZMA
Delta
FixedScaleOffset
Quantize
PackBits
Categorize
32-bit checksums
AsType
Pickle
MsgPack
Release notes
numcodecs
Docs
»
Index
Edit on GitHub
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
L
|
M
|
N
|
P
|
Q
|
R
|
S
|
Z
A
Adler32 (class in numcodecs.checksum32)
AsType (class in numcodecs.astype)
AUTOSHUFFLE (numcodecs.blosc.Blosc attribute)
B
BITSHUFFLE (numcodecs.blosc.Blosc attribute)
Blosc (class in numcodecs.blosc)
BZ2 (class in numcodecs.bz2)
C
Categorize (class in numcodecs.categorize)
cbuffer_complib() (in module numcodecs.blosc)
cbuffer_metainfo() (in module numcodecs.blosc)
cbuffer_sizes() (in module numcodecs.blosc)
Codec (class in numcodecs.abc)
codec_id (numcodecs.abc.Codec attribute)
(numcodecs.astype.AsType attribute)
(numcodecs.blosc.Blosc attribute)
(numcodecs.bz2.BZ2 attribute)
(numcodecs.categorize.Categorize attribute)
(numcodecs.checksum32.Adler32 attribute)
(numcodecs.checksum32.CRC32 attribute)
(numcodecs.delta.Delta attribute)
(numcodecs.fixedscaleoffset.FixedScaleOffset attribute)
(numcodecs.lz4.LZ4 attribute)
(numcodecs.lzma.LZMA attribute)
(numcodecs.msgpacks.MsgPack attribute)
(numcodecs.packbits.PackBits attribute)
(numcodecs.pickles.Pickle attribute)
(numcodecs.quantize.Quantize attribute)
(numcodecs.zlib.Zlib attribute)
(numcodecs.zstd.Zstd attribute)
compname_to_compcode() (in module numcodecs.blosc)
compress() (in module numcodecs.blosc)
(in module numcodecs.lz4)
(in module numcodecs.zstd)
CRC32 (class in numcodecs.checksum32)
D
decode() (numcodecs.abc.Codec method)
(numcodecs.astype.AsType method)
(numcodecs.blosc.Blosc method)
(numcodecs.bz2.BZ2 method)
(numcodecs.categorize.Categorize method)
(numcodecs.checksum32.Adler32 method)
(numcodecs.checksum32.CRC32 method)
(numcodecs.delta.Delta method)
(numcodecs.fixedscaleoffset.FixedScaleOffset method)
(numcodecs.lz4.LZ4 method)
(numcodecs.lzma.LZMA method)
(numcodecs.msgpacks.MsgPack method)
(numcodecs.packbits.PackBits method)
(numcodecs.pickles.Pickle method)
(numcodecs.quantize.Quantize method)
(numcodecs.zlib.Zlib method)
(numcodecs.zstd.Zstd method)
decompress() (in module numcodecs.blosc)
(in module numcodecs.lz4)
(in module numcodecs.zstd)
Delta (class in numcodecs.delta)
destroy() (in module numcodecs.blosc)
E
encode() (numcodecs.abc.Codec method)
(numcodecs.astype.AsType method)
(numcodecs.blosc.Blosc method)
(numcodecs.bz2.BZ2 method)
(numcodecs.categorize.Categorize method)
(numcodecs.checksum32.Adler32 method)
(numcodecs.checksum32.CRC32 method)
(numcodecs.delta.Delta method)
(numcodecs.fixedscaleoffset.FixedScaleOffset method)
(numcodecs.lz4.LZ4 method)
(numcodecs.lzma.LZMA method)
(numcodecs.msgpacks.MsgPack method)
(numcodecs.packbits.PackBits method)
(numcodecs.pickles.Pickle method)
(numcodecs.quantize.Quantize method)
(numcodecs.zlib.Zlib method)
(numcodecs.zstd.Zstd method)
F
FixedScaleOffset (class in numcodecs.fixedscaleoffset)
from_config() (numcodecs.abc.Codec class method)
(numcodecs.astype.AsType method)
(numcodecs.blosc.Blosc method)
(numcodecs.bz2.BZ2 method)
(numcodecs.categorize.Categorize method)
(numcodecs.checksum32.Adler32 method)
(numcodecs.checksum32.CRC32 method)
(numcodecs.delta.Delta method)
(numcodecs.fixedscaleoffset.FixedScaleOffset method)
(numcodecs.lz4.LZ4 method)
(numcodecs.lzma.LZMA method)
(numcodecs.msgpacks.MsgPack method)
(numcodecs.packbits.PackBits method)
(numcodecs.pickles.Pickle method)
(numcodecs.quantize.Quantize method)
(numcodecs.zlib.Zlib method)
(numcodecs.zstd.Zstd method)
G
get_codec() (in module numcodecs.registry)
get_config() (numcodecs.abc.Codec method)
(numcodecs.astype.AsType method)
(numcodecs.blosc.Blosc method)
(numcodecs.bz2.BZ2 method)
(numcodecs.categorize.Categorize method)
(numcodecs.checksum32.Adler32 method)
(numcodecs.checksum32.CRC32 method)
(numcodecs.delta.Delta method)
(numcodecs.fixedscaleoffset.FixedScaleOffset method)
(numcodecs.lz4.LZ4 method)
(numcodecs.lzma.LZMA method)
(numcodecs.msgpacks.MsgPack method)
(numcodecs.packbits.PackBits method)
(numcodecs.pickles.Pickle method)
(numcodecs.quantize.Quantize method)
(numcodecs.zlib.Zlib method)
(numcodecs.zstd.Zstd method)
get_nthreads() (in module numcodecs.blosc)
I
init() (in module numcodecs.blosc)
L
list_compressors() (in module numcodecs.blosc)
LZ4 (class in numcodecs.lz4)
LZMA (class in numcodecs.lzma)
M
MsgPack (class in numcodecs.msgpacks)
N
NOSHUFFLE (numcodecs.blosc.Blosc attribute)
numcodecs (module)
numcodecs.abc (module)
numcodecs.astype (module)
numcodecs.blosc (module)
numcodecs.bz2 (module)
numcodecs.categorize (module)
numcodecs.checksum32 (module)
numcodecs.delta (module)
numcodecs.fixedscaleoffset (module)
numcodecs.lz4 (module)
numcodecs.lzma (module)
numcodecs.msgpacks (module)
numcodecs.packbits (module)
numcodecs.pickles (module)
numcodecs.quantize (module)
numcodecs.registry (module)
numcodecs.zlib (module)
numcodecs.zstd (module)
P
PackBits (class in numcodecs.packbits)
Pickle (class in numcodecs.pickles)
Q
Quantize (class in numcodecs.quantize)
R
register_codec() (in module numcodecs.registry)
S
set_nthreads() (in module numcodecs.blosc)
SHUFFLE (numcodecs.blosc.Blosc attribute)
Z
Zlib (class in numcodecs.zlib)
Zstd (class in numcodecs.zstd)