Skip to content
Advertisement

Tag: hdf5

HDF5 in Java: What are the difference between the availabe APIs?

I’ve just discovered the HDF5 format and I’m considering using it to store 3D data spread over a cluster of Java application servers. I have found out that there are several implementations available for Java, and would like to know the differences between them: Java HD5 Interface (JHI5) The Java wrapper from the HDF group itself. JHDF5 (HDF5 for Java)

Advertisement