Experimental

Computes the tangent of each raster cell value.

raster math tan

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

wbe.tan(input='dem.tif', output='tan_dem.tif')

Project Links

WbW Homepage User Manual Learn More