point_station: Find Nearest ASOS/AWOS Station

View source: R/01-point_data.R

point_stationR Documentation

Find Nearest ASOS/AWOS Station

Description

Find Nearest ASOS/AWOS Station

Usage

point_station(lat, lon)

Arguments

lat

Latitude.

lon

Longitude.

Value

A string corresponding to an ASOS or AWOS station.

Examples

# Gets the observation data as an sf associated with a point

point_station(lat = 42, lon = -80) %>% station_obs() %>% data.frame()


weathR documentation built on April 4, 2025, 1:38 a.m.