Data validation charts: ON | Ranked recovered WL charts: ON | Seasonality charts: ON | Five-year trend charts: ON
SA Geodata + Data_validationvalidated_data_{{ resource.resource_key }}.xlsx + Season_definitionsrecovery_wl_data_{{ resource.resource_key }}.xlsx + Trend_thresholdsrecovery_wl_trends_{{ resource.resource_key }}.xlsx

All wells:
():

{% for well in wells %} {{ well.well_id }}
{% endfor %}

Current ranked WL wells (included):
():

{% for well in curr_rank_wells %} {{ well }}
{% endfor %}

Final 5-year trend wells (included):
():

{% for well in final_trend_wells %} {{ well }}
{% endfor %}

Current ranked WL wells (excluded):
():

{% for well in curr_rank_excluded_wells %} {{ well }}
{% endfor %}

5-yr trend wells (excluded):
():

{% for well in excluded_trend_wells %} {{ well }}
{% endfor %}

All other wells (not included in results):
():

{% for well in unlisted_wells %} {{ well }}
{% endfor %}

WRAP Groundwater Level QA: {{ resource.resource_key }}

Historical WL rankings for all wells

Selected WL hydrographs

Data validation rules

{{ data_val.to_html()|safe }}

Tech Note sentences

{% for sentence in sentences %}

{{ sentence|safe }}

{% endfor %}

Current WL rankings

{{ curr_ranks_summ.to_html(index=True)|safe }}

{{ curr_ranks_summ_grpd.to_html(index=True)|safe }}

{{ curr_ranks.to_html()|safe }}

Total WL changes over a long term

Summary data for: total WL changes between a 3-year period X years ago, and now -- across all wells:

{{ total_wl_changes_summ_1.to_html(index=True)|safe }}

Summary data for: total WL changes between a 3-year period X years ago, and now -- broken down by whether the change is increasing or decreasing:

{{ total_wl_changes_summ_2.to_html(index=True)|safe }}

Total WL changes between now and a 3-year period X years ago:

{{ total_wl_changes.to_html(index=True)|safe }}

Final 5-year trends

Summary statistics of "slope_yr" (i.e. m/y) broken down by "status_change":

{{ wltrends_summ_by_triclass.to_html(index=True)|safe }}

Summary statistics for "slope_yr" for all wells with 5-year trend results:

{{ wltrends_summ_all.to_html(index=True)|safe }}

All wells with 5-year trend results:

{{ final_trends.to_html()|safe }}

Well charts for data validation

{% for well in wells %}

{{ well.well_id }}

Waterkennect | Groundwater Data | Return to table of contents

{% endfor %}

Charts for the technical notes

Current WL rankings - QC

{{ curr_ranks_qc.to_html()|safe }}

Water level seasonal recovery definitions

{{ resource.read_table('Season_definitions').to_html()|safe }}

5-year trend thresholds

{{ resource.read_table('Trend_thresholds').T.to_html()|safe }}

List of wells

{{ wells_html|safe }}