Support the concept of multidimensional block
FrancescAlted opened this issue · 2 comments
FrancescAlted commented
It should be useful to have another layer of chunking when defining the partitions. Blosc2 splits frames in chunks and blocks; right now, only the chunks can be multidimensional in Caterva. The idea would be add this multidimensionality capability to the blocks too, and also enable the slice selection machinery to use that for reducing the amount of data to be read.
FrancescAlted commented
Space for storing a multidimensional block has been added in commit afc305e (Carterva 0.2.0).
aleixalcacer commented
Fixed in #36