The purpose of this project is to conduct a feasibility study to identify candidate locations for micro-hydropower development in Southwest BC considering terrain, river proximity, infrastructure access, and environmental constraints.
Typical run-of-river Hydro Layout
Deliverables: suitability map, ranked candidate sites layer
Software: QGIS, Python, Git
Study Area Definition: This feasibility analysis will be focused in the specific region of Southwest British Columbia, Canada (Squamish-Lillooet and Sunshine Coast regions) given the mountainous terrain, many streams, grid access, and manageable data sets.
- Elevation (DEM) - Source: https://a100.gov.bc.ca/ext/mtec/public/products/mapsheet
- Rivers and Streams - Source: https://catalogue.data.gov.bc.ca/dataset/freshwater-atlas-stream-network
- Protected Areas - Source: https://catalogue.data.gov.bc.ca/dataset/bc-parks-ecological-reserves-and-protected-areas
- Roads - Source: https://catalogue.data.gov.bc.ca/dataset/digital-road-atlas-dra-demographic-partially-attributed-roads
- Transmission Lines - Source: https://catalogue.data.gov.bc.ca/dataset/bc-transmission-lines
Each factor (elevation, proximity to river/stream, protected areas, proximity to road, and transmission lines) is converted to a score. A weighted sum is used to provide final suggestions on ideal micro-hydro power project locations in Southwest BC.
Rationale: Higher elevation provides higher potential ((E_p = mgh)
| Slope | Score |
|---|---|
| 0-5 deg. | 1 |
| 5-10 deg. | 2 |
| 10-15 deg. | 3 |
| 15-25 deg. | 4 |
| >25 deg. | 5 |
Rationale: Easier access to flowing water, shorter penstock length to minimize friction losses
| Distance | Score |
|---|---|
| <500m | 5 |
| 500-800m | 4 |
| 800-1000m | 3 |
| 1-2km | 2 |
| >2km | 1 |
Rationale: More efficient with respect to access, cost, and safety
| Distance | Score |
|---|---|
| <1km | 5 |
| 1-3km | 4 |
| 3-4km | 3 |
| 4-5km | 2 |
| >5km | 1 |
- Inside protected area = 0
- Outside protected area = 1
Rationale: Minimizes energy loss, and reduces construction costs/time
| Distance | Score |
|---|---|
| <1km | 5 |
| 1-10km | 4 |
| 10-30km | 3 |
| 30-50km | 2 |
| >50km | 1 |
Suitability = ((40% Elevation Score) + (30% Stream Score) + (12% Road Score) + (18% Transmission Line Score)) x (Protected Areas Constraint)
- Stream proximity data and use assumes nearby streams have usable flow
- Steeper slopes are assumed to improve hydropower potential by increasing hydraulic head
- Proximity to transmission infrastructure is assumed to ease grid connection feasibility
- Protected areas are assumed unsuitable for development
- Ecological impacts are not considered in this study
- Raster resolution (25m DEM) ignores fine-scale site conditions
- Some data may be incomplete/out of date
- Regulatory constraints beyond protected areas are not considered
- Dry season data of streams are not considered
- Geological factors (ex. stability) not considered.
Future work can include more data sets to address some of these limitations. Long-term data for water flow should be considered to understand seasonal variation.
CRS (Coordinate Reference System) used => EPSG:3005 – NAD83 / BC Albers
Red -> Yellow -> Green gradient represents areas from least suitable to most. Due to British Columbia's rich geography in relation to flowing streams, and elevations, several candidate sites can be picked from this map, many exceeding over 1MW in hydroelectric capacity. Below are coordinates for three candidates sites (coordinates in EPSG:3005 - NAD83 / BC Albers):
- Meldrum Creek (1253895,795010)
- Canoe Creek (1258909,729333)
- Carpenter Lake (1228353,660115)
For the next part of the project, a capacity of 100kW is assumed.
Note: GIS raw data not included in repo


