Back to Hydrology & Wildlife
Terrain Analysis and Riparian Area Management in the Nahmint Valley

Overview

This project defines riparian reserve and management zones within a topographically complex forested watershed in the Nahmint Valley, British Columbia, using a high-resolution Digital Elevation Model (DEM). Stream networks were derived and characterized by order, gradient, and width. BC government stream classification guidelines were applied to assign buffer distances for Riparian Management Areas (RMAs), and watersheds were delineated to assess how forest harvesting runoff could impact stream networks.

Objectives

Data Sources & Tools

LayerDescriptionSource
nahmint_demHigh-resolution DEM of the Nahmint watershed, BCUBC PostgreSQL Server
ArcGIS satellite basemapUsed for visual stream width measurementESRI
ToolPurpose
QGISExporting the DEM from PostGIS to GeoTiff
ArcGIS Pro (Spatial Analyst)Hydrology analysis, reclassification, zonal statistics, buffering
Python (ArcGIS Field Calculator)Conditional field calculations for stream class and buffer distances

Methods

The Nahmint DEM was preprocessed by filling sinks and computing flow direction and flow accumulation. A flow accumulation threshold was selected to define the stream network, which was then ordered using the Strahler method and converted to polyline features. Stream gradient was calculated per segment using elevation change and segment length from a zonal statistics workflow. Stream widths were measured manually from the satellite basemap for each stream order and averaged. BC stream classes (S2–S6) were assigned using Python expressions combining gradient and width thresholds, and reserve and management zone buffer distances were calculated accordingly. Watersheds were delineated using the flow direction and stream link rasters, and contour lines were generated to support terrain interpretation.

Outputs

Riparian Management Areas in the Nahmint Watershed

Map showing watersheds, contour lines, stream network symbolized by stream class, an inset map of example RMAs, and total reserve/management zone area and stream network length

Summary Statistics of Stream Characteristics

Summary statistics of stream links, average length, width, and percent gradient grouped by stream order

Key Findings

Skills Learned