blosc2.NDArray.ext_chunks#
- property NDArray.ext_chunks: tuple[int]#
Returns the padded chunk shape which defines the chunksize in the associated schunk.
This will be the chunk shape used to store each chunk, filling the extra positions with zeros (padding). If the
chunks
is a multiple of each dimension ofblocks
it will be the same aschunks
.See also