Transform CCW aspect to azimuth

From GRASS-Wiki
Revision as of 11:19, 9 July 2015 by ⚠️Mlennert (talk | contribs) (How to transform ccw aspect to azimuth)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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"