Experimental

Computes the sine of each raster cell value.

raster math sin

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 sin transform to each non-nodata cell.

wbe.sin(input='dem.tif', output='sin_dem.tif')

Project Links

WbW Homepage User Manual Learn More