R/format_observations.R
summarize_hourly_temp.Rd
Summarize hourly temperature at each site. This function might be used when stations record more than one observation per hour.
summarize_hourly_temp(x, time, temp, lat, lon)
a data.frame, data.table, sf or sftime
the column name for the time
the column name for the temperature
the column name for the latitude
the column name for the longitude
a data.frame of hourly average of temperature at each site