Experimental
Performs an in-place subtraction operation (input1 -= input2).
raster math legacy-port
| Name | Description | Required | Default |
|---|---|---|---|
input1 | Input raster to modify. | Required | in1.tif |
input2 | Input raster path or numeric constant. | Required | in2.tif |
Modify input1 by subtracting input2.
wbe.inplace_subtract(input1='in1.tif', input2=10.5)