From: Francesc A. <fa...@py...> - 2004-08-10 21:22:06
|
Hi Fabian, A Dilluns 09 Agost 2004 21:53, Fabian Kloosterman va escriure: > I just started to learn python and I would like to use pyTables for my > future projects to add HDF5 support. I was wondering if pyTables supports > (or will support in the near future) any of the following features: > The 0.9 version is around the corner, so my comments are based on this version. > - references Not implement yet. Perhaps for 1.0? > - combining two or more HDF files (i.e mounting one in the > other) You can open two or more files in the same python program and copy or move datasets or complete hierachies between them. Is that enough for you? Anyway, mounting files in other existing hierarchy is a nice idea, so I'll ponder implementing that (provided it won't be very difficult, and I don't think so). > - the use of different file drivers (for example to separate metadata and > data) Sorry, I don't know exactly what do you mean by that. Can you be more specific about your needs? Cheers, -- Francesc Alted |