Build a hourly_temp from a data.frame, data.table, sf or sftime

hourly_temp(x, temp = "temp", lat = "lat", lon = "lon", time = "time", network)

Arguments

x

a data.frame, data.table, sf or sftime

temp

the column name for the temperature in degree celcius

lat

the column name for the latitude

lon

the column name for the longitude

time

the column name for the time in UTC

network

the name of the network

Value

a hourly_temp object

Author

Eva Marques