I would like to export large amounts of data in one file. The data variables can be of different types; but it is not known beforehand what they are. I saw examples where the Compound data type was used with a pre-defined "struct". In this case, I cannot pre-define my struct. I can ofcourse make everything string, but I want to take advantage of the faster speed of writing other types. How should I approach the problem? Do you have available examples? It would also be nice to make use of the H5NX library of Pedro Vicente for faster speed, but I deal with 2D matrices and different data types.
Thanks for the help!
_______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org
