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