This function reads and processes Hanwell Environmental Monitoring System (EMS) data, transforming it into a tidy format suitable for analysis.
Value
A tibble containing the tidied Hanwell EMS data with the following columns:
Date Time POSIXct datetime of the measurement
Sensor Character string identifying the sensor
TempMin Numeric minimum temperature (°C)
TempMax Numeric maximum temperature (°C)
Temp Numeric average temperature (°C)
RHMin Numeric minimum relative humidity (
RHMax Numeric maximum relative humidity (
RH Numeric average relative humidity (
Date Date of the measurement (duplicate of Date Time)