Experimental

Computes the inverse cosine (arccos) of each raster cell.

raster math arccos

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

wbe.arccos(input='dem.tif', output='arccos_dem.tif')

Project Links

WbW Homepage User Manual Learn More