Re: Loading portion of large HDF5 array?
- To: mathgroup at smc.vnet.net
- Subject: [mg114068] Re: Loading portion of large HDF5 array?
- From: Oliver Ruebenkoenig <ruebenko at wolfram.com>
- Date: Mon, 22 Nov 2010 07:40:02 -0500 (EST)
On Sat, 20 Nov 2010, Paul wrote: > I have a large matrix (>10gb) in an HDF5 file. > > Is there a way to read only a portion of this matrix using Import[] > and the HDF5 import format? > > Paul, that depends on the internal structure of the HDF5 file you have. There is an example of what could work in your case in the documentation. Search for HDF5. Hth, Oliver