View source: R/get_wind_data.R
getWindData | R Documentation |
Get wind data, group Nddff
and 00fff
if exist.
getWindData(synop)
synop |
a synop data object, output of the function |
A numeric vector of length 2, c(direction [in degree (0-360)], speed [in m/s]).
## Not run:
aaxx <- "AAXX 28154 89022 42698 72506 11360 21382 39758 49808 52006 875// 333 87635="
synop <- getSynopSections(aaxx)
wnd <- getWindData(synop)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.