From 4280c2b8dc21d810c8d98a300aad8026886d1b64 Mon Sep 17 00:00:00 2001 From: Binh-Minh Date: Sun, 21 Apr 2024 12:34:06 -0400 Subject: [PATCH] Add HDF5 Application Developer's Guide page --- documentation/hdf5-docs/hdf5_appdev_guide.md | 53 ++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 documentation/hdf5-docs/hdf5_appdev_guide.md diff --git a/documentation/hdf5-docs/hdf5_appdev_guide.md b/documentation/hdf5-docs/hdf5_appdev_guide.md new file mode 100644 index 00000000..1ed0861a --- /dev/null +++ b/documentation/hdf5-docs/hdf5_appdev_guide.md @@ -0,0 +1,53 @@ +--- +title: HDF5 Application Developer's Guide + +redirect_from: + display/HDF5/HDF5+Application+Developer's+Guide + display/HDF5/General+Topics+in+HDF5 +--- + +# HDF5 Application Developer's Guide + +## General Topics in HDF5 + +##\*\*\* Work-in-Progress \*\*\* + +| Topic | Description | +| ----------------------------- | ------------------------------------------------------------ | +| [Environment Variables Used by HDF5]() | Environment variables that can be used when building or using HDF5 | +| [Using Compression in HDF5]() | Resources regarding compression | +| [Improving I/O Performance When Working with HDF5 Compressed Datasets](hdf5_topics/HDF5ImprovingIOPerformanceCompressedDatasets.pdf) | A description of the factors that should be considered when storing compressed data in HDF5 files and how to tune those parameters to optimize the I/O performance of an HDF5 application when working with compressed datasets (PDF) | +| [Parallel HDF5]() | Information on Parallel HDF5 | +| [Fill Value and Space Allocation Behavior]() | A table summarizing of the behavioral interactions of HDF5 fill value and storage allocation settings | +| [H5Fill Behavior]() | The library's fill value behavior for property list settings | +| [SZIP Compression in HDF5]() | A description of SZIP compression in HDF5, H5Pset_szip, terms of use and copyright notice, and references | +| [Using Identifiers](hdf5_topics/UsingIdentifiers.md) | Description of how identifiers work | +| [UTF-8 encoding in HDF5 applications](hdf5_topics/UsingUTF-8EncodinginHDF5Apps.md) | Information on using UTF-8 encoding in HDF5 applications | +| [HDF5 Dimension Scale Specification and Design Notes](hdf5_topics/H5DS_Spec.pdf) | | + + + + + + + + +## [Advanced Topics in HDF5](advanced_topics_list.md) +