HDF5 1.14.5
API Reference
|
Navigate back: Main / Getting Started with HDF5 / Learning the Basics
HDF5 requires you to use chunking to create a compressed dataset. (To use chunking efficiently, be sure to see the advanced topic, Chunking in HDF5.)
The following operations are required in order to create a compressed dataset:
For more information on compression, see the FAQ question on Using Compression in HDF5.
See Examples from Learning the Basics for the examples used in the Learning the Basics tutorial.
The example creates a chunked and ZLIB compressed dataset. It also includes comments for what needs to be done to create an SZIP compressed dataset. The example then reopens the dataset, prints the filter information, and reads the dataset.
For details on compiling an HDF5 application: [ Compiling HDF5 Applications ]
Previous Chapter Extendible Datasets - Next Chapter Discovering the Contents of an HDF5 File
Navigate back: Main / Getting Started with HDF5 / Learning the Basics