Experimental
Computes the inverse tangent (arctan) of each raster cell.
raster math arctan
| 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 arctan transform to each non-nodata cell.
wbe.arctan(input='dem.tif', output='arctan_dem.tif')