I have faced serious problem to open hdf file but there shows nc file not associated solve this problem and give suggestion.
13 Answers
Simply install HDFView from the repository with
sudo apt-get install hdfviewand use it top open some h5-file:
1You can use command line tools
apt install hdf5-tools
h5dump file.h5 Python modules
GUI Tools
Find more tools from the hdfgroup website.