get_ACIS_meta: Retrieve date range of available meteorological data for one...

Description Usage Arguments Examples

View source: R/get_ACIS_meta.R

Description

SHubbard, K. G., A. T. DeGaetano, and K. D. Robbins. 2004. A modern Applied Climate

Usage

1

Arguments

stn

vectors of station identification codes for which to retrieve the period of available ACIS meteorological data. Several identification options are available, such as WBAN, COOP, FAA, WMO, and GHCN. The available find_wx_stns function returns the FAA code.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
# See what's available around Mattamuskeet NWR
# When *not* returning station info
matta_wx_stns <- find_wx_stns(-76.175118, 35.451832, n_stns = 5)
get_ACIS_meta(matta_wx_stns) # Only 2 of 5 have ACIS data

# When returning station info as well
matta_wx_stns <- find_wx_stns(-76.175118, 35.451832, n_stns = 5, id_only = FALSE)
get_ACIS_meta(matta_wx_stns$id)

## End(Not run)

adamdsmith/nrsmisc documentation built on Aug. 13, 2019, 2:14 p.m.