geoutils.Raster.georeferenced_grid_equal

geoutils.Raster.georeferenced_grid_equal#

Raster.georeferenced_grid_equal(other)#

Check that raster shape, geotransform and CRS are equal.

Parameters:

other (TypeVar(RasterType, bound= RasterBase)) – Another raster.

Return type:

bool

Returns:

Whether the two objects have the same georeferenced grid.