Discussion:
[pytables-users] Is there any way to save a single Array/CArray/EArray into many small files?
BrainGateway ScientificInstrument
2016-09-16 15:48:37 UTC
Permalink
Or combine several arrays in different pytables files into a single array
without actual copying data?
--
You received this message because you are subscribed to the Google Groups "pytables-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pytables-users+***@googlegroups.com.
To post to this group, send an email to pytables-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Francesc Alted
2016-09-16 16:06:43 UTC
Permalink
PyTables uses HDF5 as the storage layer, so it is limited to what it
offers. By looking at:

http://www.pytables.org/usersguide/parameter_files.html#hdf5-driver-management

it seems that what would approach the most to what you want is H5FD_FAMILY
or H5FD_SPLIT, which unfortunately are not supported yet.

May I ask why do you want to use different files for storing a single
dataset?

2016-09-16 17:48 GMT+02:00 BrainGateway ScientificInstrument <
Post by BrainGateway ScientificInstrument
Or combine several arrays in different pytables files into a single array
without actual copying data?
--
You received this message because you are subscribed to the Google Groups
"pytables-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
Francesc Alted
--
You received this message because you are subscribed to the Google Groups "pytables-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pytables-users+***@googlegroups.com.
To post to this group, send an email to pytables-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...