ProxyNDSource#

Interface for NDim sources in Proxy. For example, a NDArray, a HDF5 dataset, etc. For a simpler source, see ProxySource.

Methods#

get_chunk

Return the compressed chunk in self.

aget_chunk

Return the compressed chunk in self in an asynchronous way.

Attributes#

shape

The shape of the source.

dtype

The dtype of the source.

chunks

The chunk shape of the source.

blocks

The block shape of the source.