https://github.com/cwbudde/pashdf
Library to load HDF files
https://github.com/cwbudde/pashdf
delphi hdf hdf5 object-pascal
Last synced: 3 months ago
JSON representation
Library to load HDF files
- Host: GitHub
- URL: https://github.com/cwbudde/pashdf
- Owner: CWBudde
- License: apache-2.0
- Created: 2017-03-12T16:05:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-29T15:19:24.000Z (over 7 years ago)
- Last Synced: 2025-01-05T03:11:59.793Z (5 months ago)
- Topics: delphi, hdf, hdf5, object-pascal
- Language: Pascal
- Size: 23.4 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PasHdf
A library to load HDF files with Object Pascal. At the moment it's only a subset for partially reading HDF files, but with some help this could get expanded fully read and write all types of HDF files.
## Disclaimer
The code is based on the original [HDF specifications](https://support.hdfgroup.org/HDF5/doc/H5.format.html) and the source code of [libmysofa](https://github.com/hoene/libmysofa). However, in contrast to the latter source this library should not include functions for HRTFs.