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