powered by
Download Daily Summaries
daily( station_id, start_date, end_date, variables = c("tavg", "tmax", "tmin", "prcp") )
A tibble with the daily timeseries at the stations.
Character, station id(s).
Character, start date.
Character, end date.
Character, vector of the variables to include.
station_id can be a vector with multiple stations. Dates should be given in YYYY-mm-dd format. Available variables can be found at https://www.ncei.noaa.gov/pub/data/ghcn/daily/readme.txt.
YYYY-mm-dd
if (FALSE) { CA003076680 <- daily("CA003076680", "1990-01-01", "2024-12-31") }
Run the code above in your browser using DataLab