Read in GHCN-D data for a given year and filter to US stations for loading

ghcn_load_us_stations(ghcn_yr, ghcn_stations_us_unq, ghcn_elem_selvars)

Arguments

ghcn_yr

(integer) : The year in which the GHCN-D data is to be downloaded

ghcn_stations_us_unq

(list) : The output list of GHCN-D stations from running backburner::get_ghcn_stations_us_unq()

ghcn_elem_selvars

(character) : The GHCN-D element values that are selected in the final data

Value

(tibble) : Cleaned and final transformed GHCN-D data for loading to our database