Experimental

Converts each raster cell from degrees to radians.

raster math to_radians

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_radians transform to each non-nodata cell.

wbe.to_radians(input='dem.tif', output='to_radians_dem.tif')

Project Links

WbW Homepage User Manual Learn More