mkitti.github.io

Personal Github website of Mark Kittisopikul.

I will post references and documentation for code that I am developing here.

JavaCPP-HDF5 1.14.0-1.5.9-SNAPSHOT Javadoc

This is in progress at https://github.com/bytedeco/javacpp-presets/pull/1327.

JavaCPP-HDF5 Javadoc 1.14.0-1.5.9-SNAPSHOT

To build the current SNAPSHOT do the following.

git clone --branch mkitti/hdf_hdfgroup https://github.com/mkitti/javacpp-presets.git
cd javacpp-presets
mvn install --projects .,hdf5 -Djavacpp.platform.host
cd platform
mvn install --projects ../hdf5/platform

To load the native binaries, Construct the org.bytedeco.hdf5.hdf5_java class.

Of particular interest, we to build the capability to retrieve all chunk locations from H5Dchunk_iter.

JHDF5

The future plan is to rebase the JHDF5 bindings on top of this. https://unlimited.ethz.ch/display/JHDF/Documentation+Page

The four C files located in the source tree will need to be ported to Java and used via the org.bytedeco.hdf5 bindings.