Experimental
Converts each raster cell from degrees to radians.
raster math to_radians
| 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 to_radians transform to each non-nodata cell.
wbe.to_radians(input='dem.tif', output='to_radians_dem.tif')