View source: R/01-point_data.R
point_station | R Documentation |
Find Nearest ASOS/AWOS Station
point_station(lat, lon)
lat |
Latitude. |
lon |
Longitude. |
A string corresponding to an ASOS or AWOS station.
# Gets the observation data as an sf associated with a point
point_station(lat = 42, lon = -80) %>% station_obs() %>% data.frame()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.