hdf5

hdf viewer on windows for tables created using pyTables?

viTables only seems to work with python 2.5. I have downloaded HDFView, but when I try to open a table I created following this tutorial, I get the following error message: Failed to open file C:\tutorial.h5 java.io.IOException: Unsupported fileformat - C:\tutorial.h5 Any ideas for getting HDFView to work? Is there something I need t...

Sparse array support in HDF5

Hi, I need to store a 512^3 array on disk in some way and I'm currently using HDF5. Since the array is sparse a lot of disk space gets wasted. Does HDF5 provide any support for sparse array ? ...