Description Usage Arguments Examples
The returned station abbreviations (FAA station identifiers) can then be passed to
get_wx, get_wx_ACIS, or get_ACIS_meta
1 2  | 
lon | 
 numeric scalar of position longitude (decimal degrees; WGS84)  | 
lat | 
 numeric scalar of position latitude (decimal degrees; WGS84)  | 
address | 
 character scalar of a street address or place name
(e.g. "Mattamuskeet NWR" or "135 Phoenix Rd, Athens, GA"); overrides
  | 
asos_only | 
 logical (default = FALSE); return only ASOS stations? Primarily
used in conjunction with   | 
n_stns | 
 how many nearest stations to return?  | 
id_only | 
 logical; return only station abbreviations or station info too?  | 
plot | 
 logical; generate plot showing station positions relative to input
location (default   | 
1 2 3 4 5 6 7 8  | find_wx_stns(-83, 34)
find_wx_stns(-83, 34, id_only = FALSE)
## Not run: 
find_wx_stns(address = "Mattamuskeet NWR", id_only = FALSE, plot = TRUE)
# Return only ASOS stations...
find_wx_stns(address = "Mattamuskeet NWR", asos_only = TRUE, plot = TRUE)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.