Experimental
Computes the inverse hyperbolic sine of each raster cell.
raster math arsinh
| Name | Description | Required | Default |
|---|---|---|---|
input | Input raster file path. | Required | input.tif |
output | Optional output raster file path. If omitted, the result is stored in memory. | Optional | output.tif |
Apply arsinh transform to each non-nodata cell.
wbe.arsinh(input='dem.tif', output='arsinh_dem.tif')