Hallo!
Thanks for the fast answer !
> I'd try first the h5import venue. If that does not work (because
> h5import also tries to load the whole binary file in memory), then I'd
> read your binary files in chunks (by using the regular `file` object in
> Python) and then add these chunks to an EArr
Hi Georg,
2011/4/3 Georg Holzmann
> Hallo!
>
> Sorry for the maybe stupid question, but is there a way in PyTables to
> just import/export big binary (floating point) data into a hdf5 file ?
>
> I have big audio files (bigger than my memory), manage the data with
> PyTables, access parts of them
Hallo!
Sorry for the maybe stupid question, but is there a way in PyTables to
just import/export big binary (floating point) data into a hdf5 file ?
I have big audio files (bigger than my memory), manage the data with
PyTables, access parts of them (which really works nice!) and finally
write