set_geotransform

io.GridSource.set_geotransform(affine)

Set the geo transform of the grid.

Parameters

Name Type Description Default
affine tuple An affine matrix. required
Back to top