Skip to content

Commit ee19376

Browse files
committed
docs: apply canonical name confirmations and corrections from issue #255
- 257: hzip → hzip-silo (correction by @markcmiller86) - 258: fpzip-legacy → fpzip-silo (correction by @markcmiller86) - 32009 spdp: confirmed by @burtscher - 32013 zfp: confirmed by @lindstro - 32014 fpzip: confirmed by @lindstro - 32015 zstd: confirmed by @mkitti - 32017 sz: confirmed by @robertu94 - 32019 jpeg: confirmed by @MarkRivers - 32021 fapec: confirmed by @PortellJ - 32024 sz3: confirmed by @robertu94 - 32028 sperr: confirmed by @shaomeng - 32031 jpeg2000: confirmed by @hmaarrfk
1 parent 34dbc28 commit ee19376

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

docs/RegisteredFilterPlugins.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ The **Canonical Name** column is the string identifier used by `H5Z_class3_t` pl
2929

3030
| Plugin Identifier | Canonical Name | For Filter | Short Description|
3131
|--------|--------|----------------|---------------------|
32-
|`257` |`hzip` _(proposed)_ |<a href="#hzip">hzip</a> |hzip compression used in Silo|
33-
|`258` |`fpzip-legacy` _(proposed)_ |<a href="#fpzip">fpzip</a> |Duplicate of plugin `32014`|
32+
|`257` |`hzip-silo` |<a href="#hzip">hzip</a> |hzip compression used in Silo|
33+
|`258` |`fpzip-silo` |<a href="#fpzip">fpzip</a> |Duplicate of plugin `32014`|
3434
|`305` |`lzo` _(proposed)_ |<a href="#lzo">LZO</a> |LZO lossless compression used by PyTables|
3535
|`307` |`bzip2` _(proposed)_ |<a href="#bzip2">BZIP2</a> |BZIP2 lossless compression used by PyTables|
3636
|`32000` |`lzf` _(proposed)_ |<a href="#lzf">LZF</a> |LZF lossless compression used by the h5py package|
@@ -42,29 +42,29 @@ The **Canonical Name** column is the string identifier used by `H5Z_class3_t` pl
4242
|`32006` |`cbf` _(proposed)_ |<a href="#cbf">CBF</a> |All imgCIF/CBF compressions and decompressions, including Canonical, Packed, Packed Version 2, Byte Offset and Nibble Offset|
4343
|`32007` |`jpeg-xr` _(proposed)_ |<a href="#jpeg-xr">JPEG-XR</a> |Enables images to be compressed/decompressed with JPEG-XR compression|
4444
|`32008` |`bitshuffle` _(proposed)_ |<a href="#bitshuffle">bitshuffle</a> |Extreme version of shuffle filter that shuffles data at bit level instead of byte level|
45-
|`32009` |`spdp` _(proposed)_ |<a href="#spdp">SPDP</a> |SPDP fast lossless compression algorithm for single- and double-precision floating-point data|
45+
|`32009` |`spdp` |<a href="#spdp">SPDP</a> |SPDP fast lossless compression algorithm for single- and double-precision floating-point data|
4646
|`32010` |`lpc-rice` _(proposed)_ |<a href="#lpc-rice">LPC-Rice</a> |LPC-Rice multi-threaded lossless compression|
4747
|`32011` |`ccsds-123` _(proposed)_ |<a href="#ccsds-123">CCSDS-123</a> |ESA CCSDS-123 multi-threaded compression filter|
4848
|`32012` |`jpeg-ls` _(proposed)_ |<a href="#jpeg-ls">JPEG-LS</a> |CharLS JPEG-LS multi-threaded compression filter|
49-
|`32013` |`zfp` _(proposed)_ |<a href="#zfp">zfp</a> |Lossy & lossless compression of floating point and integer datasets to meet rate, accuracy, and/or precision targets.|
50-
|`32014` |`fpzip` _(proposed)_ |<a href="#fpzip">fpzip</a> |Fast and Efficient Lossy or Lossless Compressor for Floating-Point Data|
51-
|`32015` |`zstd` _(proposed)_ |<a href="#zstandard">Zstandard</a> |Real-time compression algorithm with wide range of compression / speed trade-off and fast decoder|
49+
|`32013` |`zfp` |<a href="#zfp">zfp</a> |Lossy & lossless compression of floating point and integer datasets to meet rate, accuracy, and/or precision targets.|
50+
|`32014` |`fpzip` |<a href="#fpzip">fpzip</a> |Fast and Efficient Lossy or Lossless Compressor for Floating-Point Data|
51+
|`32015` |`zstd` |<a href="#zstandard">Zstandard</a> |Real-time compression algorithm with wide range of compression / speed trade-off and fast decoder|
5252
|`32016` |`b3d` _(proposed)_ |<a href="#b3d">B³D</a> |GPU based image compression method developed for light-microscopy applications|
53-
|`32017` |`sz` _(proposed)_ |<a href="#sz">SZ</a> |An error-bounded lossy compressor for scientific floating-point data|
53+
|`32017` |`sz` |<a href="#sz">SZ</a> |An error-bounded lossy compressor for scientific floating-point data|
5454
|`32018` |`fcidecomp` _(proposed)_ |<a href="#fcidecomp">FCIDECOMP</a> |EUMETSAT CharLS compression filter for use with netCDF|
55-
|`32019` |`jpeg` _(proposed)_ |<a href="#jpeg">JPEG</a> |Jpeg compression filter|
55+
|`32019` |`jpeg` |<a href="#jpeg">JPEG</a> |Jpeg compression filter|
5656
|`32020` |`vbz` _(proposed)_ |<a href="#vbz">VBZ</a> |Compression filter for raw dna signal data used by Oxford Nanopore|
57-
|`32021` |`fapec` _(proposed)_ |<a href="#fapec">FAPEC</a> | Versatile and efficient data compressor supporting many kinds of data and using an outlier-resilient entropy coder|
57+
|`32021` |`fapec` |<a href="#fapec">FAPEC</a> | Versatile and efficient data compressor supporting many kinds of data and using an outlier-resilient entropy coder|
5858
|`32022` |`bitgroom` _(proposed)_ |<a href="#bitgroom">BitGroom</a> |The BitGroom quantization algorithm|
5959
|`32023` |`granular-bitround` _(proposed)_ |<a href="#gbr">Granular BitRound (GBR)</a> |The GBR quantization algorithm is a significant improvement to the BitGroom filter|
60-
|`32024` |`sz3` _(proposed)_ |<a href="#sz3">SZ3</a> |A modular error-bounded lossy compression framework for scientific datasets|
60+
|`32024` |`sz3` |<a href="#sz3">SZ3</a> |A modular error-bounded lossy compression framework for scientific datasets|
6161
|`32025` |`delta-rice` _(proposed)_ |<a href="#delta-rice">Delta-Rice</a> |Lossless compression algorithm optimized for digitized analog signals based on delta encoding and rice coding|
6262
|`32026` |`blosc2` _(proposed)_ |<a href="#blosc2">BLOSC2</a> |The recent new-generation version of the Blosc compression library|
6363
|`32027` |`flac` _(proposed)_ |<a href="#flac">FLAC</a> |FLAC audio compression filter in HDF5|
64-
|`32028` |`sperr` _(proposed)_ |<a href="#sperr">SPERR</a> |SPERR is a lossy scientific (floating-point) data compressor that produces one of the best rate-distortion curves|
64+
|`32028` |`sperr` |<a href="#sperr">SPERR</a> |SPERR is a lossy scientific (floating-point) data compressor that produces one of the best rate-distortion curves|
6565
|`32029` |`terse-prolix` _(proposed)_ |<a href="#trpx">TERSE/PROLIX</a> |A lossless and fast compression of the diffraction data|
6666
|`32030` |`ffmpeg` _(proposed)_ |<a href="#ffmpeg">FFMPEG</a> |A lossy compression filter based on ffmpeg video library|
67-
|`32031` |`jpeg2000` _(proposed)_ |<a href="#jpeg2000">JPEG2000</a> | A compression filter for lossy and lossless coding|
67+
|`32031` |`jpeg2000` |<a href="#jpeg2000">JPEG2000</a> | A compression filter for lossy and lossless coding|
6868

6969
> [!NOTE]
7070
> Please contact the maintainer of a filter plugin for help with the plugin or its filter in the HDF5 library.

0 commit comments

Comments
 (0)