You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/RegisteredFilterPlugins.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ List of Filters Registered with The HDF Group
24
24
---------------------------------------------
25
25
|Filter |Identifier Name |Short Description|
26
26
|--------|----------------|---------------------|
27
+
|257 |<ahref="#hzip">hzip</a> |hzip compression used in Silo|
28
+
|258 |<ahref="#fpzip">fpzip</a> |Duplicate of 32014 (fpzip, below)|
27
29
|305 |<ahref="#lzo">LZO</a> |LZO lossless compression used by PyTables|
28
30
|307 |<ahref="#bzip2">BZIP2</a> |BZIP2 lossless compression used by PyTables|
29
31
|32000 |<ahref="#lzf">LZF</a> |LZF lossless compression used by H5Py project|
@@ -61,6 +63,25 @@ List of Filters Registered with The HDF Group
61
63
62
64
## <center>The Filters</center>
63
65
66
+
<h2id="hzip">hzip Filter</h2>
67
+
68
+
#### Filter ID: 257
69
+
70
+
#### Filter Description:
71
+
hzip is a compression algorithm for lossless compression of structured and unstructured meshes composed of cells with hypercube topology.
72
+
73
+
#### Filter Information:
74
+
hzip was written by Peter Lindstrom at LLNL, and is based on the algorithm described in the following paper:
75
+
76
+
Peter Lindstrom and Martin Isenburg, "Lossless Compression of Hexahedral Meshes," IEEE Data Compression Conference, March 2008, 192-201.
77
+
78
+
https://computing.llnl.gov/projects/hzip
79
+
80
+
#### Contact Information:
81
+
Mark Miller
82
+
Email: miller86 at llnl dot gov
83
+
84
+
##
64
85
<h2id="lzo">LZO Filter</h2>
65
86
66
87
#### Filter ID: 305
@@ -378,11 +399,13 @@ Email: pl at llnl dot gov
378
399
379
400
<h2id="fpzip">fpzip</h2>
380
401
381
-
#### Filter ID: 32014
402
+
#### Filter ID: 32014 (and 258)
382
403
383
404
#### Filter Description:
384
405
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.
385
406
407
+
Filter number 258 appeared in the Silo headers, but may not have been used in actual HDF5 files.
408
+
386
409
#### Filter Information:
387
410
388
411
For more information see: http://computing.llnl.gov/projects/floating-point-compression/
0 commit comments