Build a hourly_temp from a data.frame, data.table, sf
hourly_temp(x, temp = "temp", lat = "lat", lon = "lon", time = "time", network)
Arguments
- x
a data.frame, data.table, sf
- 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