noaa ghcn
station, states, and countries metadata as individual tibbles.
This uses the rnoaa
package directly to do this.R/ghcn-stations-extract.R
noaa_ghcn_stations_extract.Rd
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()
This will be list with 3 separate tibbles named
ghcnd_stations, ghcnd_states, ghcnd_countries
if (FALSE) { ghcnd_stations_metadata <- backburner::noaa_ghcn_stations_extract() }