This is a simply wrapper function to extract noaa ghcn station, states, and countries metadata as individual tibbles. This uses the rnoaa package directly to do this.

noaa_ghcn_stations_extract()

Value

This will be list with 3 separate tibbles named ghcnd_stations, ghcnd_states, ghcnd_countries

Examples

if (FALSE) { ghcnd_stations_metadata <- backburner::noaa_ghcn_stations_extract() }