set_chunk_size

io.GridSource.set_chunk_size(chunk)

Set the chunking size of the grid.

Parameters

Name Type Description Default
chunk tuple A tuple containing the chunking size in x direction and y direction. required
Back to top