Hi,
I have seen here some information about the support for hdf5 files
but still I think I did not found the right reason why some hdf5 files are not supported in octave.
I would like to check if there is a post with this information, or if anyone has some more details about it.
I have few files that when loading within octave this errors is logged out
warning: load: error while reading hdf5 item 'Notes'
HDF5-DIAG: Error detected in HDF5 (1.10.6) thread 0:
#000: H5Gdeprec.c line 771 in H5Giterate(): group iteration failed
major: Symbol table
minor: Iteration failed
#001: H5Gint.c line 854 in H5G_iterate(): error iterating over links
major: Symbol table
minor: Iteration failed
#002: H5Gobj.c line 698 in H5G__obj_iterate(): can't iterate over symbol table
major: Symbol table
minor: Iteration failed
#003: H5Gstab.c line 557 in H5G__stab_iterate(): iteration operator failed
major: Symbol table
minor: Can't move to next iterator location
#004: H5B.c line 1211 in H5B_iterate(): B-tree iteration failed
major: B-Tree node
minor: Iteration failed
#005: H5B.c line 1167 in H5B__iterate_helper(): B-tree iteration failed
major: B-Tree node
minor: Iteration failed
#006: H5Gnode.c line 1015 in H5G__node_iterate(): iteration operator failed
major: Symbol table
minor: Can't move to next iterator location
>>
I can confirm these files are valid since I was able to load them on a test program I created compiling the hdf5 library from the source code, but my intention is actually load them within octave.
Thanks a lot,
Hernán