Learn R Programming

riem (version 0.2.0)

riem_stations: Function for getting stations of an ASOS network

Description

Function for getting stations of an ASOS network

Usage

riem_stations(network = NULL)

Arguments

network

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

Value

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

Details

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

Examples

Run this code
# NOT RUN {
riem_stations(network = "IN__ASOS")
# }

Run the code above in your browser using DataLab