Hdf5
HDF5 C++ wrapper
Install / Use
/learn @jsharpe/Hdf5README
This library aims to provide an abstraction of the hdf5 file format for c++ code. It aims to reduce the number of explicit calls to the hdf5 APIs by using the c++ type system to automatically construct the appropriate datatypes.
The library is a header only library so no compilation is required.
Requirements: hdf5 1.6 or greater mpi-io if parallel io support is required Boost 1.37 or greater
Example usage:
#include <hdf5/hdffile.hpp> #include <hdf5/hdfdataset.hpp> #include <boost/shared_ptr.hpp>
int main() { hdf::HDFFile<> file("test.h5", hdf::HDFFile<>::truncate); std::vector<double> data(100,1.0); std::shared_ptr<hdf::HDFDataSet<> > dataset = file.writeDataset<double>("doubledataset", data); }
Related Skills
node-connect
338.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
338.7kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.6kCommit, push, and open a PR
