View source: R/01-point_data.R
stations_near | R Documentation |
Find All Stations in a Point's Forecast Zone
stations_near(lat, lon)
lat |
Latitude. |
lon |
Longitude. |
An sf object with station identifiers, geometry as coordinates, and their euclidian distance (in miles) to the station provided.
# Plot the a station with given points and the nearby stations in a tmap
stations_near(lat = 33, lon = -80)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.