You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Set rotate_wind = TRUE in the call to wind.dirspeed(). Or you can use geowind to calculate the rotated u and v first. @adeckmyn Would you be able to add documentation for the rotate_wind argument to wind.dirspeed()?
Hello,
I want to use
meteogrid::wind.dirspeed()
to calculate wind direction. Does themeteogrid
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 tomatplotlib.basemap.rotate_vector()
in Python.The text was updated successfully, but these errors were encountered: