ewoksdata.data.hdf5.config#
HDF5 configuration of optimal data storage (IO speed, compression, …)
Functions
|
|
|
|
|
Try to guess the optimal chunk shape with these constraints: * Split any dimension for partial access * Below the maximal chunk size (1 MB by default, uncompressed) |
|
Compression is needed when the total data size exceeds the limits (1 MB by default). |
|
|
|
Dataset configuration passed the h5py.Group.create_dataset for optimal storage (IO speed, compression, ...) |
|
|
|
|