Re: [Pytables-users] H5Fmount

2008-02-13 Thread Francesc Altet
A Wednesday 13 February 2008, Steve Azevedo escrigué: > Is it possible to do a H5Fmount in pytables as in the attached C > example? I have some large data sets that would be conveniently split > across several files. Yeah, other people has asked for this possibility before. However, this is not

[Pytables-users] H5Fmount

2008-02-13 Thread Steve Azevedo
Is it possible to do a H5Fmount in pytables as in the attached C example? I have some large data sets that would be conveniently split across several files. Thanks, steve. /* * This program shows the concept of "mounting files". * Program creates one file with group G in it, and another *