{% load tz %} {% if embedded_timeseries_table %}
{% else %} | {% endif %} | Temperature | RH | Wind | Precipitation | Solar Radiation | Soil Temperature | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Date | {% if frequency_id == 'hourly' %}Time | {% endif %}Max | Min | Mean | Max | Min | Mean | Max Spd | Mean Spd | Mean Dir | Total | Total | Max | Min | Mean | |
{{ time_zone }} | {% else %}{{ time_zone }} | {% endif %}{% if imperial %}F{% else %}C{% endif %} | {% if imperial %}F{% else %}C{% endif %} | {% if imperial %}F{% else %}C{% endif %} | % | % | % | {% if imperial %}MPH{% else %}m/s{% endif %} | {% if imperial %}MPH{% else %}m/s{% endif %} | deg. | {% if imperial %}in.{% else %}mm{% endif %} | MJ/m^2 | {% if imperial %}F{% else %}C{% endif %} | {% if imperial %}F{% else %}C{% endif %} | {% if imperial %}F{% else %}C{% endif %} | |
{{ row.timestamp|date:"Y-m-d" }} | {% if frequency_id == 'hourly' %}{{ row.timestamp|date:"H:i" }} | {% endif %}{{ row.air_temp_max|floatformat:"-2" }} | {{ row.air_temp_min|floatformat:"-2" }} | {{ row.air_temp_mean|floatformat:"-2" }} | {{ row.rh_max|floatformat:"-2" }} | {{ row.rh_min|floatformat:"-2" }} | {{ row.rh_mean|floatformat:"-2" }} | {{ row.wind_speed_max|floatformat:"-2" }} | {{ row.wind_speed_mean|floatformat:"-2" }} | {{ row.wind_dir_mean|floatformat:"-2" }} | {{ row.precip_total|floatformat:"-2" }} | {{ row.solar_rad_total|floatformat:"-2" }} | {{ row.soil_temp_max|floatformat:"-2" }} | {{ row.soil_temp_min|floatformat:"-2" }} | {{ row.soil_temp_mean|floatformat:"-2" }} |