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

Explore and View EDEN (EVE)

EVE allows users to graph and download data for multiple gages and multiple parameters.

{% endblock content_header %} {% block content %}
{# if method="POST", add this tag: {% csrf_token %} #}
{{ query_form.non_field_errors }}
{{ query_form.field_errors }}
{% if plot_params %} {% else %} {% endif %}
Timeseries
{{ query_form.timeseries_start.errors }} {{ query_form.timeseries_start }}
{{ query_form.timeseries_end.errors }} {{ query_form.timeseries_end }}
Select multiple gages by
holding the control (PC)
or command (Mac) key.
{{ query_form.site_list }}
Download
(for selected stations)
- Hourly Data
- Daily Averages
- High-quality Graph

After site selection and update, data download will be available here.

{% if plot_params %}
Data Selected{% for g in gages %}
{{g}} 1990—2013 {% endfor %}

Go to originating agency for
complete datasets for this gage.

{% for g in gages %} {% endfor %} {% if ground_elevation %} {% endif %} {% if dry_elevation %} {% endif %}
 ———{{ g }}
solid lineObserved data
dotted lineEstimated data
dashed lineData in "dry" range

Ground elevation

Dry elevation
{% else %}

After site selection, a graph will be displayed here.

{% endif %} {% endblock content %}