{% extends "app_layout_well.html" %} {% block head_extra %} {% endblock %} {% block header_title %} {{ title }} - Logger water levels {% endblock %} {% block title %} Logger water levels - {{ title }} {% endblock %} {% block well_content %}

Back to well summary

(dtw, swl, or rswl)
(clear field to use earliest measurement)
(clear field to use latest measurement)
(e.g. 1H, 6H, 5d, 7d - interpolatation or downsampling will be done as needed)
(1 = telemetered, 10 = out of range, 15 = unusable, 20 = fair, 30 = good)
(split dataset on gaps greater than max_gap_days)
(prod, test, dev)
(prod, test, dev)

{% if param == "dtw" or param == "swl" %}

For DTW & SWL, the legend which appears when you move the mouse over the chart will have the sign reversed. E.g. the true SWL of "4.34" will appear as "-4.34". RSWL values always have the correct sign in the mouse-over legend. The Y axis labels are always correct, for all parameters.

{% endif %}


Logger dataset details and download links

Download entire dataset as CSV

{{ dsets_table|safe }} {% endblock %}