On 12.06.2014 12:04, Tony Kennedy - Ventana Systems UK wrote:
>> Werner Benger (If all time series are of the same length, it might also be an option to put >> them all into the same dataset but leave one dimension open and extend that one as >> new datasets come in, so each time series is just one chunk of such a 2-dimensional dataset. I like the sound of this (the majority of the data is the same length). I haven't noticed a way yet of adding columns to a matrix, is this straightforward? If it is, I can store the column names and numbers in a different dataset and the actual values as a large 2d matrix.

Pretty much, check for |H5S_UNLIMITED| in the dataspace description:

http://www.hdfgroup.org/HDF5/doc/RM/RM_H5S.html

The dataset needs to be chunked, but is extensible beyond its initial size if its dimension is set to be unlimited rather than a constant value at creation.

    Werner


--
___________________________________________________________________________
Dr. Werner Benger                Visualization Research
Center for Computation & Technology at Louisiana State University (CCT/LSU)
2019  Digital Media Center, Baton Rouge, Louisiana 70803
Tel.: +1 225 578 4809                        Fax.: +1 225 578-5362

_______________________________________________
Hdf-forum is for HDF software users discussion.
Hdf-forum@lists.hdfgroup.org
http://mail.lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org
Twitter: https://twitter.com/hdf5

Reply via email to