Skip to content

Commit 977b18c

Browse files
authored
Update README.md
1 parent 70f77e3 commit 977b18c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
HDF5 Compression Plugins
2+
------------------------
23

34
*Please refer to the Building.txt file for installation instructions.*
45

@@ -7,6 +8,22 @@ HDF5® data model API. The HDF5® data model has been adopted across
78
many industries and this implementation has become a de facto data management standard
89
in science, engineering, and research communities worldwide.
910

11+
Compression plugins are divided into two categories:
12+
13+
1) Maintained
14+
15+
These filters get their own directory off the root, are actively maintained,
16+
and are deployed with the HDF5 library when we create a release.
17+
18+
2) Community
19+
20+
These are located in the `community` directory and may not be actively maintained.
21+
This directory is instead intended to be a one-stop-shopping location for information about
22+
filters found in the wild, with links to code and maintainers. The hope is that, even
23+
if the filters become unmaintained, enough information can be found here to decode
24+
the data in the file, even if that would require more effort, such as having to
25+
adapt code that hasn't been maintained in a long time.
26+
1027
The HDF Group is the developer, maintainer, and steward of HDF5 software. Find more
1128
information about The HDF Group, the HDF5 Community, and other HDF5 software projects,
1229
tools, and services at [The HDF Group's website](https://www.hdfgroup.org/).

0 commit comments

Comments
 (0)