---
orphan: true
---



# 09EC001: CLINTON CREEK ABOVE WOLVERINE CREEK

## Catchment boundary

:::{bokeh-plot}
import sys
from pathlib import Path
sys.path.insert(0, str(Path(__file__).resolve().parents[3]))
from bokeh.io import show
from scripts.catchment_page_utils import plot_station_polygon
from scripts.utils.bokeh_adapters import show_with_notes
result = plot_station_polygon("09EC001")
show(show_with_notes(result))
:::

## Station metadata

:::{margin}
The data used in generating the tables on this page can be downloaded from the <a href="https://github.com/dankovacek/camel_farrier/tree/main/book_docs/stations/09EC001">stations/09EC001 folder on GitHub</a>.
:::

<table class="dataframe table">
<tr><th>Station ID</th><th>Station Name</th><th>Latitude</th><th>Longitude</th><th>Gross (Effective) Area [km²]</th><th>Province</th><th>Status</th></tr>
<tr><td>09EC001</td><td>CLINTON CREEK ABOVE WOLVERINE CREEK</td><td>64.448</td><td>-140.707</td><td>nan (0.0)</td><td>YT</td><td>D</td></tr>
</table>


## Polygon version history

<table class="dataframe table">
<tr><th>Version</th><th>Date</th><th>Data Source</th><th>Source Version</th><th>Notes</th><th>Comparison</th></tr>
<tr><td><strong>v1.0.0</strong></td><td>2026-06-12</td><td>WSC_basins</td><td>Prerelease/Préliminaire (2021-12-17)</td><td><em>Export date (no official revision date available)</em></td><td>-</td></tr>
<tr><td><strong>v1.1.0</strong></td><td>2026-06-12</td><td>HYDAT_polygons</td><td>June 2024 / juin 2024 (2024-06-01)</td><td><em>Official revision date</em></td><td>JSI: 1.00, ΔArea: -0.0%</td></tr>
</table>

## Rating curve calibration metadata

<p><em>No data sources recorded.</em></p>

## Basic data completeness review

<p><strong>Overall Status:</strong> needs_revision<br>
<strong>Review Date:</strong> 2026-06-12<br>
<strong>Reviewed By:</strong> automated_setup
<br><strong>Record Length:</strong> 1.4 years
<br><strong>Timeseries Summary:</strong> 367 daily observations, minor gaps: 76 days avg (N=2) | 8.4% flagged (estimated: 29, backwater: 2)</p>

<table class="dataframe table">
<tr><th>Check Category</th><th>Status</th><th>Notes</th></tr>
<tr><td><strong>Data Completeness</strong></td><td>⚠️ Warning</td><td>Missing: RCs, corrections, field_visits</td></tr>
<tr><td><strong>Polygon Bounds</strong></td><td>✅ Passed</td><td>Catchment area: 660.1 km²</td></tr>
<tr><td><strong>Hydrometric Continuity</strong></td><td>✅ Passed</td><td>367 daily observations, minor gaps: 76 days avg (N=2) | 8.4% flagged (estimated: 29, backwater: 2) | Record: 1.4 years</td></tr>
<tr><td><strong>Metadata Completeness</strong></td><td>✅ Passed</td><td>Missing: drainage area</td></tr>
</table>

## Timeseries streamflow

:::{bokeh-plot}
import sys
from pathlib import Path
sys.path.insert(0, str(Path(__file__).resolve().parents[3]))
from bokeh.io import show
from scripts.plotting.station_timeseries import plot_station_timeseries
show(plot_station_timeseries("09EC001"))
:::

## Flow distributions

:::{bokeh-plot}
import sys
from pathlib import Path
sys.path.insert(0, str(Path(__file__).resolve().parents[3]))
from bokeh.io import show
from scripts.catchment_page_utils import plot_distributions
from scripts.utils.bokeh_adapters import show_with_notes
result = plot_distributions("09EC001")
show(show_with_notes(result))
:::

### Download timeseries data


<div class="download-section">
  
  <a href="../../09EC001/09EC001_daily_flows.csv" download class="download-btn">
    📊 Download Daily Flows CSV
  </a>
  
  
  
  <a href="../../09EC001/09EC001_annual_instant_peaks.csv" download class="download-btn">
    🎯 Download Annual Peaks CSV
  </a>
  
</div>



## Double mass curve

Daily total precipitation in millimeters per day, it is the sum of all forms converted to
water-equivalent (millimetres).  Daily precipitation does not represent a point measurement
but is a modelled, spatially distributed time series that we aggregated to a catchment-average
value derived from Nasa <a href="https://www.earthdata.nasa.gov/data/projects/daymet">Daymet</a> gridded data.

See the summary page on <a href="../double_mass_summary">Double Mass Curves</a> for an overview
of runoff coefficients at the (sub)sample level to interpret this plot and identify potential
data issues and examine spatial patterns.


<p><em>Double mass curve data not available for this station. Daily flow and Daymet precipitation data are required to compute it.</em></p>


:::{margin}
Gaps in the streamflow record are infilled using a weighted average of the 5 nearest
neighbour stations selected by similarity of catchment attributes and spatial distance.
:::


## Rating curves summary

<p><em>No rating curve data available.</em></p>

## Field visit measurements

:::{bokeh-plot}
import sys
from pathlib import Path
sys.path.insert(0, str(Path(__file__).resolve().parents[3]))
from bokeh.io import show
from scripts.plotting.station_timeseries import generate_field_visits_table
show(generate_field_visits_table("09EC001"))
:::

### Download field measurement summary data


<p><em>No field measurement data files available for download. Data may need to be extracted from WSC WaterOffice.</em></p>


### Notes

1. Measured discharge in stage-discharge plot were extracted from the National Hydrographic Service (NHS) WaterOffice. Government of Canada, last accessed 24 June 2024. [https://wateroffice.ec.gc.ca/index_e.html](https://wateroffice.ec.gc.ca/index_e.html)

2. Information on water licenses and permits on Crown land in British Columbia were extracted from the BC Water License Search Tool. [https://www2.gov.bc.ca/gov/content/environment/air-land-water/water/water-licensing-rights/water-licences-approvals/water-rights-databases](https://www2.gov.bc.ca/gov/content/environment/air-land-water/water/water-licensing-rights/water-licences-approvals/water-rights-databases), last accessed 29 August 2025.


### References

```{bibliography}
:style: unsrt
:filter: docname in docnames
```
