{% extends 'nmcc_ziamet/index.html' %} {% load staticfiles %} {% block head_css %} {% if output == 'graphs' %} {% endif %} {% endblock %} {% block head_scripts %} {% if output == 'graphs' %} {% if frequency_id == 'fivemin' %} {% else %} {% endif %} {% endif %} {% endblock %} {% block breadcrumb_list_elements %} {{ block.super }}
  • {{ station.name }}
  • Request Timeseries for {{ station.name }}
  • {% if timeseries %}
  • Timeseries
  • {% endif %} {% endblock %} {% block center_column_content %} {% if timeseries %}

    {{ station.name }} Timeseries

    {% else %}

    Request Timeseries for {{ station.name }}

    {% endif %} {% if timeseries %} {% if timeseries_num_rows > 0 %} {% if output == 'graphs' %} {% if frequency_id == 'fivemin' %}

    Air Temperature

    Wind Chill and Heat Index

    Wind Speed

    Wind Direction

    Precipitation

    Total Solar Radiation

    {% else %}

    Air Temperature

    Relative Humidity

    Wind Speed

    Wind Direction

    Precipitation

    Solar Radiation

    Soil Temperature

    {% endif %} {% endif %} {% if output == 'graphs' %}
    {% else %}
    {% endif %} {% if frequency_id == 'fivemin' %} {% include 'nmcc_ziamet/station/fivemin_timeseries_table.html' %} {% else %} {% include 'nmcc_ziamet/station/hd_timeseries_table.html' %} {% endif %}
    {% else %}

    No Data

    Data does not exist for the specified date range. Please go back and try a different range.
    {% endif %} {% else %} {% for error in form.non_field_errors %}

    Error: {{ error }}

    {% endfor %}
    {% csrf_token %}
    Date Range and Frequency
    {% if not form.previous_days %}
    {{ form.start_date }}
    {{ form.end_date }}
    {% else %}
    {{ form.previous_days }}
    {% endif %}
    Formatting
    {% endif %} {% endblock %}