Skip to content

Commit

Permalink
fix link to registered hdf5 plugins (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
markcmiller86 authored Feb 28, 2024
1 parent 092190c commit a656a6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For information about HDF5 filter plugins, see...

This H5Z-ZFP plugin supports ZFP versions 0.5.0 and newer.

This plugin uses the [*registered*](https://portal.hdfgroup.org/display/support/Filters#Filters-32013)
This plugin uses the [*registered*](https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html)
HDF5 plugin filter id 32013

The HDF5 filter plugin code here is also part of the Silo library.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Welcome to H5Z-ZFP
==================

H5Z-ZFP_ is a compression filter for HDF5_ using the ZFP_ compression library, supporting *lossy* and *lossless* compression of floating point and integer data to meet `bitrate <https://zfp.readthedocs.io/en/release0.5.4/modes.html#mode-fixed-rate>`_, `accuracy <https://zfp.readthedocs.io/en/release0.5.4/modes.html#mode-fixed-accuracy>`_, and/or `precision <https://zfp.readthedocs.io/en/release0.5.4/modes.html#fixed-precision-mode>`_ targets.
The filter uses the `registered <https://portal.hdfgroup.org/display/support/Filters#Filters-32013>`__ HDF5_ filter ID, ``32013``.
The filter uses the `registered <https://portal.hdfgroup.org/documentation/hdf5-docs/registered_filter_plugins.html`__ HDF5_ filter ID, ``32013``.
It supports single and double precision floating point and integer data *chunked* in 1, 2 or 3 dimensions.
The filter will function on datasets of more than 3 dimensions (or 4 dimensions for ZFP_ versions 0.5.4 and newer), albeit at the possible expense of compression performance, as long as no more than 3 (or 4) dimensions of the HDF5 dataset chunking are of size greater than 1.

Expand Down

0 comments on commit a656a6d

Please sign in to comment.