{# INCLUDE FILE # Used by: station.html, day.html # # This is the records table used on the station overview page and the day # pages. The records table can be refreshed AJAXly using a refresh button on # the station overview page and (if the page is for today) the day page. -#}
Sensor | Min | Max |
---|---|---|
Temperature | {{ data.records.min_temperature|round(1) }}°C at {{ data.records.min_temperature_ts }} | {{ data.records.max_temperature|round(1) }}°C at {{ data.records.max_temperature_ts }} |
Wind Chill | {{ data.records.min_wind_chill|round(1) }}°C at {{ data.records.min_wind_chill_ts }} | {{ data.records.max_wind_chill|round(1) }}°C at {{ data.records.max_wind_chill_ts }} |
Apparent Temperature | {{ data.records.min_apparent_temperature|round(1) }}°C at {{ data.records.min_apparent_temperature_ts }} | {{ data.records.max_apparent_temperature|round(1) }}°C at {{ data.records.max_apparent_temperature_ts }} |
Dew Point | {{ data.records.min_dew_point|round(1) }}°C at {{ data.records.min_dew_point_ts }} | {{ data.records.max_dew_point|round(1) }}°C at {{ data.records.max_dew_point_ts }} |
Absolute Pressure | {{ data.records.min_absolute_pressure|round(1) }} hPa at {{ data.records.min_absolute_pressure_ts }} | {{ data.records.max_absolute_pressure|round(1) }} hPa at {{ data.records.max_absolute_pressure_ts }} |
Relative Humidity | {{ data.records.min_humidity }}% at {{ data.records.min_humidity_ts }} | {{ data.records.max_humidity }}% at {{ data.records.max_humidity_ts }} |
Gust Wind Speed | {{ data.records.max_gust_wind_speed|round(1) }} m/s at {{ data.records.max_gust_wind_speed_ts }} | |
Average Wind Speed | {{ data.records.max_average_wind_speed|round(1) }} m/s at {{ data.records.max_average_wind_speed_ts }} |
Total Rainfall: {{ data.records.total_rainfall|round(1) }}mm