Tag Archives: hdf5

How to read/write HDF5 files in Java

there are 2 things you need for this: WARNING: You will need JDK 20 because the Java wrapper has been compiled with JDK 20 (when I wrote this blog post). If you have earlier version of JDK you will get … Continue reading

Posted in Computers, programming, Software | Tagged , | 1 Comment

How to read/write HDF5 files in C#

There are 2 things you need for this: I won’t go into details of .net installation. Let’s get started. The HDF5 library can be installed on Mac in two ways: Method 1: Using brew (I don’t recommend it). sample install … Continue reading

Posted in Computers, programming, Software | Tagged , | Leave a comment