Hello,
I want to use meteogrid::wind.dirspeed() to calculate wind direction. Does the meteogrid package have a function that will rotate the u and v wind components to a true n/E axis before calculating wind direction? If not, then do the package developers have a suggestion for how to do this in R? I am looking for a function in R that is equivalent to matplotlib.basemap.rotate_vector() in Python.
Hello,
I want to use
meteogrid::wind.dirspeed()to calculate wind direction. Does themeteogridpackage have a function that will rotate the u and v wind components to a true n/E axis before calculating wind direction? If not, then do the package developers have a suggestion for how to do this in R? I am looking for a function in R that is equivalent tomatplotlib.basemap.rotate_vector()in Python.