Experimental
Computes e raised to the power of each raster cell.
raster math exp
| 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 exp transform to each non-nodata cell.
wbe.exp(input='dem.tif', output='exp_dem.tif')