set_chunk_size

io.Grid.set_chunk_size(chunk)

Set the chunking size.

Parameters

Name Type Description Default
chunk tuple Size in x direction, size in y direction. required
Back to top