etlplus.file.hdf5
etlplus.file.hdf5 module.
Helpers for reading Hierarchical Data Format (HDF5) files. Stub helpers for writing such files (not implemented yet).
Notes
- A HDF5 file is a binary file format designed to store and organize large
amounts of data.
- Common cases:
Scientific data storage and sharing.
Large-scale data analysis.
Hierarchical data organization.
- Rule of thumb:
- If the file follows the HDF5 specification, use this module for reading
and writing.
Classes
|
Read-only handler implementation for HDF5 files. |