Experimental
Negates each non-nodata raster cell value.
raster math negate
| 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 negate transform to each non-nodata cell.
wbe.negate(input='dem.tif', output='negate_dem.tif')