1. Assessment Overview

ClimaInsight assesses climate physical risk for Canadian properties across three hazard types: flood, wildfire, and heat stress. Each property receives a per-hazard risk score (0.00 to 1.00) and a composite score that aggregates across all selected hazards.

Scores are derived from authoritative Canadian geospatial datasets and are designed for screening-level assessments at the postal code level.

2. Assessment Pipeline

Every assessment follows a three-step pipeline:

Postal Codes ──> Geocoding ──> Hazard Overlay ──> Risk Scoring ──> Results input lat/lng per-hazard data 0.00 - 1.00 scores + lookup flood | wildfire composite category heat score summary
  1. Geocoding — Resolve Canadian postal codes to geographic coordinates (latitude/longitude).
  2. Hazard Overlay — Check each location against selected hazard datasets (raster sampling for flood, polygon intersection for wildfire and heat).
  3. Risk Scoring — Convert raw hazard data into normalized risk scores, compute composite scores, and classify into risk categories.

3. Geocoding

Postal codes are resolved to latitude/longitude coordinates using a two-tier lookup:

  1. Exact match — Full 6-character postal code lookup against a national geocoding dataset.
  2. FSA fallback — If no exact match is found, the first 3 characters (Forward Sortation Area) are used for an approximate centroid location.
Note: Postal code geocoding provides a representative point for the postal delivery area, not a specific street address. The Starter tier provides postal code-level precision. The Pro tier offers address-level geocoding for greater accuracy.

4. Flood Risk Scoring

Flood risk is assessed using the Natural Resources Canada (NRCan) Flood Susceptibility Index (FSI) national raster dataset. The raster classifies all land in Canada into six susceptibility classes based on hydrological, topographic, and land cover factors.

FSI Class to Risk Score Mapping

FSI Class Label Severity Risk Score
1Very LowNone0.05
2LowLow0.15
3Low-MediumLow0.30
4MediumMedium0.50
5Medium-HighHigh0.70
6HighHigh0.90

How It Works

  1. The geocoded coordinates (EPSG:4326) are reprojected to the raster's native coordinate system (EPSG:3979, NAD83 CSRS / Canada Atlas Lambert).
  2. The raster pixel value at the reprojected location is sampled.
  3. The pixel value (FSI class 1–6) is mapped to a continuous risk score using the table above.
  4. Locations outside the raster coverage or on NoData pixels receive a score of 0.00.
Data source: NRCan Flood Susceptibility dataset (FS-national-2015-class.tif). The raster captures broad-scale flood susceptibility across Canada but does not account for localized flood defences, recent infrastructure changes, or site-specific drainage conditions.

5. Wildfire Risk Scoring

Wildfire risk is assessed using point-in-polygon spatial analysis against wildfire hazard zone boundaries.

How It Works

  1. The geocoded location is tested against a set of wildfire hazard zone polygons.
  2. If the point falls inside a polygon, the zone's severity level is assigned.
  3. If a point falls within multiple zones, the highest severity is used.
  4. If the point is outside all zones, the severity is "none" (score = 0.00).

Severity to Score Mapping

Severity Risk Score Description
High0.85Located within a high-risk wildfire zone
Medium0.50Located within a moderate wildfire risk zone
Low0.20Located within a low wildfire risk zone
None0.00Outside all mapped wildfire zones

6. Heat Stress Risk Scoring

Heat stress risk uses the same point-in-polygon methodology as wildfire, applied against heat stress hazard zone polygons.

Severity to Score Mapping

Severity Risk Score Description
High0.85Located within a high heat stress zone
Medium0.50Located within a moderate heat stress zone
Low0.20Located within a low heat stress zone
None0.00Outside all mapped heat stress zones

7. Composite Score Calculation

The composite risk score provides a single aggregated measure across all selected hazards for a given property. ClimaInsight offers two approaches depending on the tier:

Starter Tier: Maximum Score

Formula
Composite Score = MAX(Score_flood, Score_wildfire, Score_heat)

The composite score equals the highest individual hazard score across all selected hazards. This ensures that a property's overall risk is never diluted by low-risk hazards.

  • If a property has flood = 0.70 and wildfire = 0.20, the composite score is 0.70 (not 0.45).
  • If a property has flood = 0.90, wildfire = 0.50, and heat = 0.20, the composite score is 0.90.
Why max-of-all? A property in a high flood zone is high risk regardless of its wildfire or heat exposure. Averaging would understate the true risk by blending high-risk scores with low-risk ones.

Pro Tier: Weighted Average

Formula
Composite Score = (W_flood × Score_flood + W_wildfire × Score_wildfire + W_heat × Score_heat) / (W_flood + W_wildfire + W_heat)

Pro users can assign custom weights to each hazard type, reflecting the relative importance of each hazard for their specific portfolio or use case.

  • Example: A coastal portfolio might weight flood at 50%, wildfire at 30%, and heat at 20%.
  • With scores of flood = 0.70, wildfire = 0.50, heat = 0.20 and weights of 50/30/20: composite = (0.5×0.70 + 0.3×0.50 + 0.2×0.20) / 1.0 = 0.54.

8. Risk Categories

Both per-hazard and composite scores are classified into four risk categories based on the following thresholds:

Score Range Category Interpretation
0.80 – 1.00CriticalSevere exposure; immediate attention recommended
0.60 – 0.79HighSignificant exposure; further investigation recommended
0.30 – 0.59MediumModerate exposure; monitor and consider mitigation
0.00 – 0.29LowMinimal exposure based on available data

9. Portfolio Summary

When multiple properties are assessed together, ClimaInsight generates a portfolio-level summary including:

  • Average composite score — Mean composite score across all assessed properties.
  • Maximum composite score — Highest composite score in the portfolio, identifying the most at-risk property.
  • Category distribution — Count of properties in each risk category (Critical, High, Medium, Low).
  • Per-hazard summary — For each hazard type: average score, maximum score, and number of properties located within a hazard zone.

The Starter tier supports up to 10 properties per assessment. The Pro tier supports up to 50 properties per assessment with additional portfolio analytics.

10. Data Sources

Dataset Source Used For
Flood Susceptibility Index Natural Resources Canada (NRCan) Flood risk scoring (6-class national raster)
Wildfire Hazard Zones Provincial/federal wildfire data Wildfire risk zone boundaries
Heat Stress Zones Climate projection data Heat stress risk zone boundaries
Postal Code Geocoding Canada Post / Statistics Canada Postal code to lat/lng resolution

11. Limitations

  • Screening-level assessment: Results are intended for initial screening and prioritization, not as a substitute for site-specific engineering assessments or insurance underwriting.
  • Postal code precision: Starter tier geocoding uses postal code centroids, which may not reflect risk at a specific street address within the postal area.
  • Static datasets: Hazard zone boundaries and the flood susceptibility raster represent conditions at their time of publication and may not reflect recent changes in land use, infrastructure, or climate conditions.
  • Hazard weighting: The Starter tier uses a max-of-all approach which reflects the dominant hazard but does not capture combined multi-hazard exposure. Pro tier users can set custom weights for a more nuanced composite score.
  • Canadian coverage only: All datasets are specific to Canada. Locations outside Canada will return no data.