10CD003: RASPBERRY CREEK NEAR THE MOUTH#

Catchment boundary#

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("10CD003")
show(show_with_notes(result))

Station metadata#

Station IDStation NameLatitudeLongitudeGross (Effective) Area [km²]ProvinceStatus
10CD003RASPBERRY CREEK NEAR THE MOUTH58.892-123.319277.0 (0.0)BCA

Polygon version history#

VersionDateData SourceSource VersionNotesComparison
v1.0.02026-06-12WSC_basinsPrerelease/Préliminaire (2021-12-17)Export date (no official revision date available)-
v1.1.02026-06-12HYDAT_polygonsJune 2024 / juin 2024 (2024-06-01)Official revision dateJSI: 1.00, ΔArea: -0.0%

Rating curve calibration metadata#

Data TypeSourceVersionRetrieval Method
correctionsWaterOffice_RC_Export20260203WaterOffice Portal export
field_visitsWaterOffice_RC_Export20260203WaterOffice Portal export
rating_curvesWaterOffice_RC_Export20260203WaterOffice Portal export

Basic data completeness review#

Overall Status: qa_passed
Review Date: 2026-06-12
Reviewed By: automated_setup
Record Length: 45.6 years
Timeseries Summary: 16,621 daily observations, minor gaps: 30 days avg (N=1) | 57.8% flagged (backwater: 8710, estimated: 806, partial day: 88)

Check CategoryStatusNotes
Data Completeness✅ PassedAvailable: rating curves, corrections, field visits
Polygon Bounds✅ PassedCatchment area: 1029.9 km²
Hydrometric Continuity✅ Passed16,621 daily observations, minor gaps: 30 days avg (N=1) | 57.8% flagged (backwater: 8710, estimated: 806, partial day: 88) | Record: 45.6 years
Metadata Completeness✅ PassedAll key metadata present

Timeseries streamflow#

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("10CD003"))

Flow distributions#

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("10CD003")
show(show_with_notes(result))

Download timeseries data#

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 Daymet gridded data.

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

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_double_mass_curve
show(plot_double_mass_curve("10CD003"))

Rating curves summary#

Curve # Type Approval Status Remarks
44.0 LogarithmicTable Provisional/Provisoire Curve 44.00 was created because all 2023 open water measurements plotted >5% off of previous curve 4...
43.0 LogarithmicTable Final/Finales Created using May and June measurements from 2021 and 2022 and historic max measurement from 2008.  ...
42.0 LogarithmicTable Final/Finales For 2020/21. Used all 2019-21 open water mmts that did not indicate debris/beaver actiivity. Assumin...
41.0 LogarithmicTable Final/Finales For 2017 mmt.
40.0 LogarithmicTable Final/Finales used the historic max mmt and using 2015, 2016 open water mmt

Field visit measurements#

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("10CD003"))

Download field measurement summary data#

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

  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, last accessed 29 August 2025.

References#