What do you use to view hdf5 files on Linux?
hdf5
If I create the h5 file from the first example in the HDF5.jl’s README, opening it in say hdfview, doesn’t show matrix A no matter how much I double click the test2.h5:
h5
HDF5.jl
A
test2.h5
Any better tools for viewing these files?
hdf-compass (should be available in most distros) opens this just fine.
hdf-compass
That said, I mostly use Julia to explore HDF5 files
This is not a linux issue but hdfview is unfortunately broken in Debian/ubuntu:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853750
Thanks!