set_srs

io.GridSource.set_srs(srs)

Set the srs of the gird.

Only in write ('w') mode.

This is the spatial reference system defined by GDAL.

Parameters

Name Type Description Default
srs osr.SpatialReference The srs. required
Back to top