point_station {weathR}R 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()


[Package weathR version 0.1.0 Index]