Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HDF5 viewers/editors linux [closed]

Tags:

HDFVIEW is pretty good, but are there any alternatives?

It would be great to be able to change things like chunking/compression settings - hdfview doesn't have that functionality - without having to resort loading the files in using Java/python/whatever.

like image 864
tdc Avatar asked Jan 17 '12 15:01

tdc


People also ask

How open HDF5 file in Ubuntu?

Open a HDF5/H5 file in HDFView To begin, open the HDFView application. Within the HDFView application, select File --> Open and navigate to the folder where you saved the NEONDSTowerTemperatureData. hdf5 file on your computer. Open this file in HDFView.

How do I view a .H5 file in Linux?

It's possible to select the file driver with which to open the HDF5 file by using the --filedriver (-f) command-line option. Acceptable values for the --filedriver option are: "sec2", "family", "split", "multi", and "stream".

How do I close h5py?

Closing files If you call File. close() , or leave a with h5py. File(...) block, the file will be closed and any objects (such as groups or datasets) you have from that file will become unusable.


1 Answers

You can check out vitables. It can read both pytables and HDF5 formats.

like image 197
Ümit Avatar answered Sep 23 '22 02:09

Ümit