1
1
HDF5 Compression Plugins
2
+ ------------------------
2
3
3
4
* Please refer to the Building.txt file for installation instructions.*
4
5
@@ -7,6 +8,22 @@ HDF5® data model API. The HDF5® data model has been adopted across
7
8
many industries and this implementation has become a de facto data management standard
8
9
in science, engineering, and research communities worldwide.
9
10
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
+
10
27
The HDF Group is the developer, maintainer, and steward of HDF5 software. Find more
11
28
information about The HDF Group, the HDF5 Community, and other HDF5 software projects,
12
29
tools, and services at [ The HDF Group's website] ( https://www.hdfgroup.org/ ) .
0 commit comments