tiled.client.array.DaskArrayClient.read_block#

DaskArrayClient.read_block(block, slice=None)#

Access the data for one block of this chunked (dask) array.

This method uses the /array/block endpoint to fetch one block of the array, at a time. The block boundaries are determined by the structure of the array, and usually correspond to the chunking of the array on the server side.

Optionally, access only a slice within this block.