parse_metar | R Documentation |
Parse a METAR report into groups Performance: ~ 60s for 1 million records on average machine
parse_metar(x, t = NULL, yyyy = year(Sys.Date()), mm = month(Sys.Date()))
x |
METAR reports (character vector) |
t |
time (POSIXct vector of same length as |
yyyy |
year |
mm |
month |
M. Saenger, Zimmerberg Risk Analytics GmbH
x <- metar.test$code
parse_metar(x)
parse_metar(x = "EGVP 281509Z 27011KT 5000 1000SW +SHRA BKN022CB 15/13 Q1007 BECMG 9999 NSW")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.