El dg 19 de 03 del 2006 a les 11:38 -0800, en/na Dav Clark va escriure: > Generally, if you keep everything simple - strings, basic arrays and > scalars, matlab and pytables both read things fine. However, you > might want to read the PyTables manual on how to properly set > metadata for things like hdf5 compounds and such, so that pytables > will read them.
In principle, PyTables should read most of HDF5 compound datasets just fine, so no need to add PyTables own metainfo. Did you hit some cases where PyTables is not able to read such a datasets? > PyTables default behavior with things like compounds > is not very robust at this point (so far as I can tell - it won't > read them without proper metadata). That's correct: PyTables has not support for write/read compound attributes, but given that they are supported in regular datasets, I think it wouldn't be too difficult to add this feature. Cheers, -- >0,0< Francesc Altet http://www.carabos.com/ V V Cárabos Coop. V. Enjoy Data "-" ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Pytables-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pytables-users
