Re: [Pytables-users] Import/export big binary data

2011-04-04 Thread Georg Holzmann
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

Re: [Pytables-users] Import/export big binary data

2011-04-03 Thread Francesc Alted
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

[Pytables-users] Import/export big binary data

2011-04-03 Thread 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 (which really works nice!) and finally write