<div dir="ltr"><div dir="ltr"><br><br>On Fri, Dec 21, 2018 at 11:43 AM Moritz Lennert <<a href="mailto:mlennert@club.worldonline.be">mlennert@club.worldonline.be</a>> wrote:<br>><br>> Hello,<br>><br>> Does the numerical output of r.relief have a specific meaning / unit ?<br><div><br></div><div>Looking at the code, the meaning is apparently the amount of light falling onto a given pixel. The units don't matter, the output is meant for display.</div><div><br></div><div>More technical: values are computed as</div><div><br></div><div>        /* shaded relief */<br>        cang = sin(altitude) * sin(slp_in_rad) + <br>               cos(altitude) * cos(slp_in_rad) * cos(azimuth - aspect);<br></div><div><br></div><div>Markus M<br></div><br></div></div>