ChunkIndex¶
async_hdf5.ChunkIndex ¶
An index mapping chunk grid coordinates to file byte ranges.
Iterable over ChunkLocation objects.
grid_shape
property
¶
The shape of the chunk grid (number of chunks per dimension).
get ¶
get(indices: list[int]) -> ChunkLocation | None
Look up a single chunk by its grid coordinates.
Parameters:
Returns:
-
ChunkLocation | None–The chunk location, or
Noneif the chunk is not allocated.