Navigation
index
modules
|
numcodecs 0.6.3 documentation
»
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
J
|
L
|
M
|
N
|
P
|
Q
|
R
|
S
|
V
|
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.gzip.GZip attribute)
(numcodecs.json.JSON 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.vlen.VLenArray attribute)
(numcodecs.vlen.VLenBytes attribute)
(numcodecs.vlen.VLenUTF8 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.gzip.GZip method)
(numcodecs.json.JSON 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.vlen.VLenArray method)
(numcodecs.vlen.VLenBytes method)
(numcodecs.vlen.VLenUTF8 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.gzip.GZip method)
(numcodecs.json.JSON 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.vlen.VLenArray method)
(numcodecs.vlen.VLenBytes method)
(numcodecs.vlen.VLenUTF8 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 class method)
(numcodecs.blosc.Blosc class method)
(numcodecs.bz2.BZ2 class method)
(numcodecs.categorize.Categorize class method)
(numcodecs.checksum32.Adler32 class method)
(numcodecs.checksum32.CRC32 class method)
(numcodecs.delta.Delta class method)
(numcodecs.fixedscaleoffset.FixedScaleOffset class method)
(numcodecs.gzip.GZip class method)
(numcodecs.json.JSON class method)
(numcodecs.lz4.LZ4 class method)
(numcodecs.lzma.LZMA class method)
(numcodecs.msgpacks.MsgPack class method)
(numcodecs.packbits.PackBits class method)
(numcodecs.pickles.Pickle class method)
(numcodecs.quantize.Quantize class method)
(numcodecs.vlen.VLenArray class method)
(numcodecs.vlen.VLenBytes class method)
(numcodecs.vlen.VLenUTF8 class method)
(numcodecs.zlib.Zlib class method)
(numcodecs.zstd.Zstd class 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.gzip.GZip method)
(numcodecs.json.JSON 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.vlen.VLenArray method)
(numcodecs.vlen.VLenBytes method)
(numcodecs.vlen.VLenUTF8 method)
(numcodecs.zlib.Zlib method)
(numcodecs.zstd.Zstd method)
get_nthreads() (in module numcodecs.blosc)
GZip (class in numcodecs.gzip)
I
init() (in module numcodecs.blosc)
J
JSON (class in numcodecs.json)
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.gzip (module)
numcodecs.json (module)
numcodecs.lz4 (module)
numcodecs.lzma (module)
numcodecs.msgpacks (module)
numcodecs.packbits (module)
numcodecs.pickles (module)
numcodecs.quantize (module)
numcodecs.registry (module)
numcodecs.vlen (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)
V
VLenArray (class in numcodecs.vlen)
VLenBytes (class in numcodecs.vlen)
VLenUTF8 (class in numcodecs.vlen)
Z
Zlib (class in numcodecs.zlib)
Zstd (class in numcodecs.zstd)
Quick search
Navigation
index
modules
|
numcodecs 0.6.3 documentation
»