station_coords: Station Coordinates

View source: R/03-station_data.R

station_coordsR Documentation

Station Coordinates

Description

Station Coordinates

Usage

station_coords(station_id)

Arguments

station_id

The station identifier (ex: KDEN, KBOS, KNYC, etc).

Value

Named list with latitude and longitude like: c("lat" = x, "lon" = y).

Examples


station_coords("KBOS")


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