View source: R/parse_metar_messages.R
get_Metar_Data | R Documentation |
Get data from METAR strings of weather reports.
get_Metar_Data(metar)
metar |
character, the full strings of the metar code. |
a list of the ICAO location indicator, day, hour, minute, wind speed and direction, temperature, dew point and QNH.
## Not run:
library(decodeSYNOP)
metar <- "METAR HUEN 230700Z 08008KT 9999 SCT022 FEW025 26/22 Q1016 NOSIG="
out <- get_Metar_Data(metar)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.