blosc2.NDArray.ext_shape#
- property NDArray.ext_shape: tuple[int]#
The padded data shape.
The padded data is filled with zeros to make the real data fit into blocks and chunks, but it will never be retrieved as actual data (so the user can ignore this). In case
shape
is multiple in each dimension ofchunks
it will be the same asshape
.