octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #8607] New module h5read to read/write HDF


From: anonymous
Subject: [Octave-patch-tracker] [patch #8607] New module h5read to read/write HDF5 files
Date: Mon, 23 Feb 2015 13:16:45 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0

Follow-up Comment #4, patch #8607 (project octave):

@3: correct me if I am wrong, but the code there implements

load('-hdf5', ...)

which in fact  would profit of certain improvements:

 * It can only read a whole file or whole first level groups, like '/grid',
but not '/data/foo/bar' .
 * It crashes if it encounters string datasets, instead of just ignoring them

But I think that this is another story and would require a separate patch.
And, one cannot append to existing data or read/write attributes with those
octave functions.

This patch here attempts to imitate
http://de.mathworks.com/help/matlab/ref/h5write.html and the like.

Or what do you mean with "improvements that this patch requires to read the
HDF5 files"?

I think some of the small helper functions could maybe be reused, like
hdf5_types_compatible(), that might indeed be good idea.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8607>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]