Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add info for filters 257 and 258 #160

Merged
merged 1 commit into from
Nov 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion docs/RegisteredFilterPlugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ List of Filters Registered with The HDF Group
---------------------------------------------
|Filter |Identifier Name |Short Description|
|--------|----------------|---------------------|
|257 |<a href="#hzip">hzip</a> |hzip compression used in Silo|
|258 |<a href="#fpzip">fpzip</a> |Duplicate of 32014 (fpzip, below)|
|305 |<a href="#lzo">LZO</a> |LZO lossless compression used by PyTables|
|307 |<a href="#bzip2">BZIP2</a> |BZIP2 lossless compression used by PyTables|
|32000 |<a href="#lzf">LZF</a> |LZF lossless compression used by H5Py project|
Expand Down Expand Up @@ -58,6 +60,25 @@ List of Filters Registered with The HDF Group

## <center>The Filters</center>

<h2 id="hzip">hzip Filter</h2>

#### Filter ID: 257

#### Filter Description:
hzip is a compression algorithm for lossless compression of structured and unstructured meshes composed of cells with hypercube topology.

#### Filter Information:
hzip was written by Peter Lindstrom at LLNL, and is based on the algorithm described in the following paper:

Peter Lindstrom and Martin Isenburg, "Lossless Compression of Hexahedral Meshes," IEEE Data Compression Conference, March 2008, 192-201.

https://computing.llnl.gov/projects/hzip

#### Contact Information:
Mark Miller
Email: miller86 at llnl dot gov

##
<h2 id="lzo">LZO Filter</h2>

#### Filter ID: 305
Expand Down Expand Up @@ -375,11 +396,13 @@ Email: pl at llnl dot gov

<h2 id="fpzip">fpzip</h2>

#### Filter ID: 32014
#### Filter ID: 32014 (and 258)

#### Filter Description:
fpzip is a library for lossless or lossy compression of 2D or 3D floating-point scalar fields. Although written in C++, fpzip has a C interface. fpzip was developed by Peter Lindstrom at LLNL.

Filter number 258 appeared in the Silo headers, but may not have been used in actual HDF5 files.

#### Filter Information:

For more information see: http://computation.llnl.gov/projects/floating-point-compression/
Expand Down