Lesson 5.4Lesson 5.4 · Raster & Terrain Analysis
Multi-Criteria Site Suitability with AHP
McHarg's overlay, made computable, weighted and honest
Where should the new school go? You have ten maps and one decision.
Slope, flood risk, distance to homes, distance to roads, land cost, air quality - each argues for a different site, and no single map decides. The method that combines them is multi-criteria site suitability: reclassify every factor onto one scale, weight each by how much it matters, and add them into a single suitability surface. It is Ian McHarg's hand-traced overlay of the 1960s, made computable - and the Analytic Hierarchy Process gives the weights a defensible, checkable basis. This lesson is the module's payoff.
A suitability map answers 'where, and here is my reasoning' - never just 'here'. The reasoning is the deliverable.
McHarg's overlay: the idea, before the computer
In Design with Nature (1969), Ian McHarg drew each site factor - slope, drainage, soils, vegetation, scenic value - on its own transparent sheet, shading the least suitable areas darkest. Stack the sheets on a light table and the darkest composite was the worst place to build; the lightest, the best. It was ecological planning made visible, and it is the direct ancestor of everything in this lesson.
GIS does exactly this, but with numbers instead of ink, so it can weight the sheets unequally and compute the composite precisely across millions of cells. The logic is unchanged; the rigour and the reproducibility are new. Naming the lineage matters: suitability analysis is not a software trick, it is a fifty-year-old design philosophy that a raster engine finally made exact.
McHarg did this with tracing paper and a light table. You have a raster calculator. Same idea, sharper edges.
Step 1 - choose criteria and reclassify to a common scale
First, list the factors that genuinely bear on the decision - and only those. Padding a model with weakly relevant layers dilutes the ones that matter. For each factor, decide its direction (is steeper worse? is nearer a road better?) and reclassify it (Module 5.1) onto one shared suitability scale - commonly 1 (least suitable) to 5, or a simple 1-2-3.
This is where honesty lives. The class breaks encode real judgement and, where possible, real standards: a maximum buildable slope, a statutory flood level, a walkable distance to transit. Also separate constraints from factors: some things are absolute vetoes (a legal no-build zone, water body, protected area) and should be masked out to zero regardless of how good everything else is, rather than being allowed to average away.
Step 2 - weights, and why AHP beats guessing
Not all factors matter equally, so each gets a weight, and the weights must sum to 1. The naive approach is to assign weights by gut feel, which is neither defensible nor reproducible. The Analytic Hierarchy Process (AHP), developed by Thomas Saaty, fixes this.
Instead of rating all factors at once, AHP asks you to compare them two at a time on a 1-to-9 scale: is flood risk equally, moderately, strongly, or extremely more important than slope? Those pairwise judgements fill a matrix, and its principal eigenvector yields a set of weights - a priority vector - that is mathematically consistent with your comparisons. Comparing pairs is far easier and more honest than conjuring ten weights that sum to 1 out of thin air.
Step 3 - the consistency check, AHP's integrity test
AHP's quiet genius is that it can catch you contradicting yourself. If you say slope is more important than flood, and flood more important than access, but then rate access above slope, your judgements are inconsistent. AHP measures this with a Consistency Ratio (CR), comparing your matrix to what a perfectly consistent one would look like. Saaty's rule of thumb: keep CR below 0.10. Above that, revisit the pairwise comparisons - somewhere your judgements disagree with each other.
This check is why AHP is trusted in planning and site-selection literature: it does not make your values right, but it proves they are internally coherent, and it produces a transparent audit trail from judgement to weight to map. That is the difference between a suitability map you can defend at a public hearing and one you cannot.
AHP will not tell you what to value. It will tell you when you have contradicted yourself. That is more than most methods offer.
Step 4 - weighted overlay, and then sensitivity
Now combine. Weighted overlay multiplies each reclassified criterion raster by its AHP weight and sums them cell by cell - a local map-algebra operation (Module 5.1). The output is a continuous suitability score for every cell, which you reclassify into ranked bands (most suitable to least) for a clean decision map, with constraint areas masked to zero.
Then do the step everyone skips: sensitivity analysis. Nudge the weights up and down and watch whether the top sites stay top. If a small change in one weight reshuffles the answer, your result is fragile and you should say so. A suitability map is a structured argument, not an oracle - its honesty comes from stating the criteria, the breaks, the weights, the CR and how sensitive the outcome is. Present all of it, and let the decision-maker own the value judgements.
One last discipline: watch for correlated criteria. If slope, drainage and soil all really encode the same underlying landform, giving each a full weight silently triple-counts that factor and skews the result. Pick criteria that are as independent as possible, and where two overlap, either merge them or split the weight. The method rewards clear thinking about what genuinely, separately matters - which is, in the end, the designer's own contribution to the arithmetic.
CartoDEM (via Bhuvan)
India national DEM for slope/aspect/drainage criteria
Free via Bhuvan; the elevation-derived factors in most Indian suitability models start here.
NRSC National LULC
India land use / land cover thematic layer
NRSC/ISRO land-cover mapping; a ready criterion and constraint layer (e.g. water bodies, forest) for suitability overlays.
NASA SRTM
Global ~30 m DEM
Public-domain fallback for terrain criteria where CartoDEM is not to hand.
National Geospatial Policy 2022
India's geospatial policy framework
Signals public planning datasets moving toward open, GIS-ready form - the criteria layers suitability analysis needs. Issued by DST.
Workshop - a weighted, AHP-based suitability map
Build a small but complete suitability model for siting a neighbourhood facility, with weights derived by AHP and a consistency check.
QGIS 3.44 (SAGA/GRASS providers) or ArcGIS Pro with Spatial Analyst; a spreadsheet for the AHP arithmetic; DEM + LULC/roads/settlement layers.
Given: DEM (slope), a waterbody/flood layer, a roads layer, a settlement/population layer Goal: an AHP-weighted suitability raster with constraints masked and one sensitivity run Time: ~90 minutes
- 1Reclassify each criterion to a common 1-5 suitability scale (slope, distance to road, distance to homes, flood proximity). In QGIS: Reclassify by table (SAGA/GRASS) or Raster Calculator. In ArcGIS Pro: Spatial Analyst > Reclass > Reclassify.
- 2Do the AHP by hand or in a spreadsheet: build the pairwise matrix on Saaty's 1-9 scale, compute the priority vector (normalise columns, average rows) and the Consistency Ratio. Confirm CR is below 0.10 before proceeding.
- 3Apply the weights in a weighted overlay. In QGIS: Raster Calculator, expression w1*slope + w2*flood + w3*road + w4*homes. In ArcGIS Pro: Spatial Analyst > Overlay > Weighted Overlay (or Weighted Sum).
- 4Mask the absolute constraints (water bodies, legal no-build zones) to zero so no weighting can rescue them. In QGIS: Raster Calculator with a mask; in ArcGIS Pro: Con or Extract by Mask.
- 5Reclassify the score into ranked suitability bands and map it. Then run a sensitivity check: raise the top weight by 0.1, re-run, and note whether the best sites change. Report the CR and the sensitivity finding alongside the map.
You’ll walk away with
A ranked suitability map with a documented AHP matrix, the consistency ratio, the constraint mask, and a one-paragraph sensitivity statement - a fully defensible siting argument.
Three altitudes on the same idea
Read the band that fits you — or all three.
Suitability analysis makes your siting argument bulletproof. Whether placing a building on a large plot or choosing between sites, a weighted overlay of slope, aspect, access and drainage - with weights set by AHP - turns 'we felt this corner was best' into a mapped, checkable case a client and an authority will accept.
Weighted-overlay MCDA is the workhorse of statutory land-suitability assessment. Developable-land, hazard-zonation and facility-siting studies in master and development plans are exactly this method. AHP's consistency ratio gives your weights a defensible provenance - vital when a plan's zoning must survive scrutiny and objection.
Suitability surfaces locate the public realm on evidence. Where should the new park, the transit plaza, the community facility go? Combine accessibility, population, land availability and slope into one weighted surface and the best-served, most-equitable locations reveal themselves - a stronger case than intuition alone.
“AHP and weighted overlay give you the objectively correct site.”
Do it yourself
No software needed - reason about the method.
- 1Name the four ordered steps of a weighted-overlay suitability model.
- 2Your AHP consistency ratio comes out at 0.18. What does that tell you and what do you do next?
- 3Give one factor and one constraint for siting a school, and explain why a constraint is masked rather than weighted.
- 4Why are pairwise comparisons easier to make honestly than assigning ten weights that sum to 1 directly?
- 5You raise the flood weight from 0.4 to 0.5 and the best site completely changes. What does that tell you about your result, and what must you disclose?
The one line to carry out
Peer-reviewed journals & authoritative standards
- 01McHarg, I.L. — Design with Nature — Wiley (25th Anniversary reissue), 1969.
- 02Saaty, T.L. — A scaling method for priorities in hierarchical structures — Journal of Mathematical Psychology, 1977.
- 03Malczewski, J. — GIS-based land-use suitability analysis: a critical overview — Progress in Planning, 2004.
- 04de Smith, M.J., Goodchild, M.F. & Longley, P.A. — Geospatial Analysis: A Comprehensive Guide, 7th ed. — Winchelsea Press, 2025.
- 05Burrough, P.A., McDonnell, R.A. & Lloyd, C.D. — Principles of Geographical Information Systems, 3rd ed. — Oxford University Press, 2015.
You have now turned raw grids into terrain, hydrology and a weighted decision - Module 6 leaves elevation behind and reads the land's surface itself, through remote sensing and satellite imagery.
The author
Amogh N P
Architect, interior designer, and creative polymath. Studio Matrx began in his notebooks — his vision of design made honest, useful, and open to everyone. Its Academy is written and taught in his memory, and free, forever.
More about Amogh →