riem_stations: Get stations of an ASOS network

Description Usage Arguments Details Value Examples

View source: R/stations.R

Description

Get stations of an ASOS network

Usage

1
riem_stations(network = NULL)

Arguments

network

A single network code, see riem_networks() for finding the code corresponding to a name.

Details

You can see a map of stations in a network at https://mesonet.agron.iastate.edu/request/download.phtml.

Value

a data.frame (tibble tibble) with the id, name, longitude (lon) and latitude (lat) of each station in the network.

Examples

1
2
3
4
## Not run: 
riem_stations(network = "IN__ASOS")

## End(Not run)

riem documentation built on Feb. 8, 2022, 5:13 p.m.

Related to riem_stations in riem...