Experimental

Computes the inverse tangent (arctan) of each raster cell.

raster math arctan

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

wbe.arctan(input='dem.tif', output='arctan_dem.tif')

Project Links

WbW Homepage User Manual Learn More