Experimental

Computes the inverse hyperbolic cosine of each raster cell.

raster math arcosh

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

wbe.arcosh(input='dem.tif', output='arcosh_dem.tif')

Project Links

WbW Homepage User Manual Learn More