{% extends "eden-base.html" %} {% block title %}EDEN Timeseries Data{% endblock title %} {% block content_header %}

Exploring and Viewing EDEN (EVE)

{% endblock content_header %} {% block script %} {% endblock script %} {% block style %} {% endblock style %} {% block content %}
{% csrf_token %} {{ query_form.non_field_errors }} {{ query_form.field_errors }}

{{ query_form.timeseries_start }}

{{ query_form.timeseries_end }}

{{ query_form.site_list }}

{% if plot_params %} Download data: Daily Averages Hourly Data {% else %} {% endif %}
{% if plot_params %}

Dynamic Graph

{% for g in gages %} {% endfor %}
{{ g }}
solid lineObserved data
dotted lineEstimated data
dashed lineData in "dry" range

Server-generated Image

Data Download

Download data: Daily Averages Hourly Data {% else %}

Graph will be here.

{% endif %} {% endblock content %}