Hi,<br><br>I figured out that sometimes it would be useful to have a script for converting a direction map which uses the convention degrees clockwise from North, into the GRASS convention, which is as you well know degrees from East counterclockwise [1]. The aim is to deal with wind direction maps for example, which often use the  above mentioned convention [2], but also some other software.<br>
I wrote a short tentative of such conversion tool in the form of a grass addon for myself, enclosed. I would like to know:<br><br>1) if would be of interest for anyone here, i.e. worth to be published in the addon repo;<br>
2) if you have any idea how to make the several time nested r.mapcalc expression less awful :-)<br><br>If we call WIND the direction map which uses the convention degrees clockwise from North, and GRASS the output map, the rule that I applied is:<br>
<br>IF 0 <= WIND < 270     ;     GRASS = 270 - WIND<br>IF WIND = 270            ;      GRASS = 360<br>IF 270 < WIND < 360   ;      GRASS 630 - 0<br>IF WIND = null             ;     GRASS = 0   <br>NULL otherwise (this latter I have added to check if there is any error.<br>
<br>If you are willing to countercheck my assumptions I'd appreciate.<br><br>cheers,<br>madi<br><br><br>[1] <a href="http://grass.osgeo.org/grass64/manuals/r.slope.aspect.html">http://grass.osgeo.org/grass64/manuals/r.slope.aspect.html</a><br>
[2] <a href="http://www.firewords.net/definitions/Wind_direction.htm">http://www.firewords.net/definitions/Wind_direction.htm</a><br clear="all"><br>-- <br><span style="border-collapse:separate;font-family:'Times New Roman';border-spacing:0px;font-size:medium"><span style="font-family:arial;font-size:small"><div>
<font color="#666666">Margherita DI LEO    </font></div><div><font color="#666666">Postdoctoral Researcher</font></div><div><font color="#666666"><br></font></div><div><font color="#666666">European Commission - DG JRC </font></div>
<div><font color="#666666">Institute for Environment and Sustainability (IES). Unit H03 – FRC</font></div><div><font color="#666666">Via Fermi, 2749</font></div><div><font color="#666666">I-21027 Ispra (VA) - Italy - TP 261</font></div>
<div><font color="#666666">       </font></div><div><font color="#666666">Tel. +39 0332 78 3600   </font></div><div><font color="#666666"><a href="mailto:margherita.di-leo@jrc.ec.europa.eu" target="_blank">margherita.di-leo@jrc.ec.europa.eu</a></font></div>
<div><font color="#666666"><br></font></div><div><font color="#666666">Disclaimer: The views expressed are purely those of the writer and may not in any circumstance be regarded as stating an official position of the European Commission.</font></div>
</span></span>