Transform CCW aspect to azimuth

From GRASS-Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

How can I transform aspect counter-clock wise angles (such as produced by r.slope.aspect) to azimuth ?

r.mapcalc "azimuth_aspect = (450 - ccw_aspect) % 360"