Experimental

Converts each raster cell from radians to degrees.

raster math to_degrees

Parameters

NameDescriptionRequiredDefault
inputInput raster file path.Requiredinput.tif
outputOptional output raster file path. If omitted, the result is stored in memory.Optionaloutput.tif

Examples

Apply to_degrees transform to each non-nodata cell.

wbe.to_degrees(input='dem.tif', output='to_degrees_dem.tif')

Project Links

WbW Homepage User Manual Learn More