write_chunk

io.Grid.write_chunk(chunk, upper_left)

Write a chunk of data to the band.

Only in write ('w') mode.

Parameters

Name Type Description Default
chunk array Array of data. required
upper_left tuple | list Upper left corner of the chunk. N.b. these are not coordinates, but indices. required
Back to top