get.noaa.baro: Collect Baro Data from NOAA meteorological station

Description Usage Arguments Examples

Description

Collects barometric pressure data from NOAA

Usage

1
get.noaa.baro(station.id, start.t, end.t, interval = c("6", "h"))

Arguments

station.id

a numeric station ID for the NOAA station

start.t

the start time of the desired observations, in POSIXct format

end.t

the end time of the desired observations, in POSIXct format

interval

the desired interval of observation, either '6' for six minutes or 'h' for hours

Examples

1
get,noaa.baro(time1, time2, 9415115)

acgoodman/wlTools documentation built on May 16, 2019, 11:05 a.m.