stations_near {weathR}R Documentation

Find All Stations in a Point's Forecast Zone

Description

Find All Stations in a Point's Forecast Zone

Usage

stations_near(lat, lon)

Arguments

lat

Latitude.

lon

Longitude.

Value

An sf object with station identifiers, geometry as coordinates, and their euclidian distance (in miles) to the station provided.

Examples

# Plot the a station with given points and the nearby stations in a tmap

stations_near(lat = 33, lon = -80)


[Package weathR version 0.1.0 Index]