geoutils.Raster.__truediv__

geoutils.Raster.__truediv__#

Raster.__truediv__(other)[source]#

True division of two rasters, or a raster and a numpy array, or a raster and single number.

If other is a Raster, it must have the same shape, transform and crs as self. If other is a np.ndarray, it must have the same shape. Otherwise, other must be a single number.

Return type:

TypeVar(RasterType, bound= Raster)