Experimental

Computes the square-root of each raster cell.

raster math sqrt

Parameters

NameDescriptionRequiredDefault
inputInput raster file path.Requiredinput.tif
outputOptional output raster file path. If omitted, the result is stored in memory.Optionaloutput.tif

Examples

Apply sqrt transform to each non-nodata cell.

wbe.sqrt(input='dem.tif', output='sqrt_dem.tif')

Project Links

WbW Homepage User Manual Learn More