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
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 }}
Triclass ("5-yr") trend thresholds
{{ resource.read_table('Definitions_triclass_trend_thresholds').T.to_html()|safe }}