Skip to content

Commit

Permalink
add a note about Blosc2 plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Feb 6, 2024
1 parent 4ac47cf commit 7c9da7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ In order to read compressed dataset with `h5py`_, use:
It registers ``hdf5plugin`` supported compression filters with the HDF5 library used by `h5py`_.
Hence, HDF5 compressed datasets can be read as any other dataset (see `h5py documentation <https://docs.h5py.org/en/stable/high/dataset.html#reading-writing-data>`_).

.. note::

HDF5 dataset compressed with `Blosc2`_ can require additional plugins to enable decompressing, such as `blosc2-grok <https://pypi.org/project/blosc2-grok>`_ or `blosc2-openhtj2k <https://pypi.org/project/blosc2-openhtj2k>`_.

Write compressed datasets
+++++++++++++++++++++++++

Expand Down

0 comments on commit 7c9da7d

Please sign in to comment.