stackstac.reader_protocol.FakeReader#

class stackstac.reader_protocol.FakeReader(*, dtype, **kwargs)#

Fake Reader that just returns random numbers.

Meant for performance debugging, to isolate whether performance issues are due to rasterio, or inherent to the dask graph.

__init__(*, dtype, **kwargs)#

Methods

__init__(*, dtype, **kwargs)

close()

rtype:

None

read(window, **kwargs)

rtype:

ndarray