get.metars.from.archive: Retrieve METARS by date and ICAO code

Description Usage Arguments Value Examples

Description

Remember to run the data frame through mutate(date = convert.date(time)) first

Usage

1

Arguments

stat.dates

Data frame. Output of add.metar.episodes.

Value

Vector of distances (in km) between points

Examples

1
2
3
4
5
## for now, fall back on the files generated by
## hdcp2/thick.r:get.metars.from.archive()
df <- readRDS("hdcp2/metar-2007.rds")
metar.2007 <- dplyr::filter(df, valid)
save(metar.2007, file = "metar.2007.rda")

jmuelmen/cbase-essd documentation built on May 24, 2019, 11:43 p.m.