Lesson 11.4Lesson 11.4 · Professional Practice & Capstone
Capstone: Site Suitability & a Neighbourhood Plan
Every skill in this course, on one real question
The ward needs a new anganwadi. Where should it go, and can you prove it?
A local body asks a simple-sounding question: where in this ward should a new anganwadi (child-care centre) be built? Not a hunch - a defensible answer, with a map anyone can read and a method anyone can check. This is the whole course in one question. You will acquire data, put it in one CRS, clean and join it, run a suitability analysis, propose a site, and communicate it - the five moves every GIS project makes. Nothing new is introduced; everything is assembled.
The best capstone is not the prettiest map - it is the one whose method a stranger could repeat and get your answer.
The workflow, and a warning about it
Every real GIS project, however grand, is five moves: acquire, prepare, analyse, plan, communicate. It looks linear on a diagram and never is in practice - you will reach the analysis and discover a layer is in the wrong CRS, and loop back. That looping is normal and healthy. The one thing you must not do is skip a move: an analysis on unprepared data, or a plan with no honest map, produces a result that is confidently wrong. Treat the diagram as a checklist you keep returning to, not a track you ride once.
Before any data, write the brief in one sentence and decide your criteria. For the anganwadi: it should sit near where young children live, be within an easy walk of homes, avoid flood-prone and steep ground, and not duplicate an existing centre's catchment. Those plain-English rules become your analysis - so choosing them honestly, up front, is the most important step of all.
The map at the end is only as honest as the criteria you wrote at the start.
Acquire and prepare: free data, one CRS
Acquire. Everything here is free. Take population and built-up context from OpenStreetMap (via QuickOSM) and from Bhuvan's thematic layers; terrain from Bhuvan's CartoDEM for slope; a ward boundary from a state portal or digitised from a Survey of India Open Series sheet; and existing facilities as points from OSM or the local body. Note each source's date and licence as you go - the metadata habit from the last lesson starts now, not at the end.
Prepare. This is where projects are quietly won or lost. Reproject every layer into one projected, metre-based CRS - EPSG:32643 for this part of India - so distances and areas are in real metres; leaving one layer in EPSG:4326 is the classic capstone bug. Clip everything to the ward so you are not analysing the whole city. Clean the obvious errors, and join any tabular data - a household count, say - to its boundary. When this step is done properly the analysis is almost anticlimactic; when it is skipped, the analysis lies.
Analyse: a weighted overlay you can defend
The heart of the project is suitability analysis - the idea Ian McHarg made famous by stacking transparent map layers on a light table long before computers, and which GIS now does with arithmetic. Each criterion becomes a layer scored on a common scale (say 1 = poor to 5 = ideal): a slope layer where gentle ground scores high, a distance-to-homes layer where near scores high, a flood layer where safe scores high, a distance-to-existing-centres layer where far scores high. Then you combine them - the weighted overlay (or weighted sum): multiply each scored layer by a weight reflecting its importance, with the weights adding to one, and sum the layers into a single suitability surface from low to high.
Where do the weights come from? You can set them by reasoned judgement, or derive them more formally with the Analytic Hierarchy Process (AHP), which turns pairwise comparisons ("is nearness to homes more important than avoiding slope, and by how much?") into consistent weights. Either way, write the weights down and justify them - the weighting is the value judgement in the whole analysis, and burying it is how a subjective choice masquerades as an objective map. The output is not "the answer"; it is a transparent surface that says, given these criteria and these weights, here is where suitability is highest.
Weighted overlay is honest exactly to the degree that you publish the weights.
Plan and communicate: from surface to proposal to sheet
Plan. A suitability surface is not yet a decision. Read it with judgement: identify the highest-scoring cluster that is also a plausible, available parcel, cross-check it against anything the analysis could not capture (land ownership, a road you know floods, a community preference), and name a preferred site with one or two alternatives. The GIS narrows the field and defends the shortlist; the planner still chooses.
Communicate. The finest analysis dies if the last map is unreadable. Build a proper layout sheet: a clear title, one uncluttered map showing the ward, the suitability surface and the chosen site, and the furniture a non-specialist needs - a legend, a north arrow and a scale bar - plus a caption stating the CRS, the data sources and their dates. The reader should grasp the recommendation in ten seconds and be able to check your method if they wish. That sheet, not the analysis behind it, is what a councillor, a client or a community will actually see - so it deserves as much care as everything upstream.
What you have really built
Step back and look at what the capstone exercised. You acquired open data under real licences (Module 2). You wrangled CRS, clipped and joined (Modules 0 and 3). You ran vector and raster overlay (Modules 4 and 5). You reasoned about weights and multi-criteria judgement, and you communicated with cartographic care (Modules 9 and 10). If you saved the analysis as a model or script (11.2), documented it to standard (11.3), and could have stored it in a spatial database (11.1), you did professional-grade GIS end to end. The tools were free; the discipline was yours.
ISRO Bhuvan + CartoDEM
India's national geoportal; CartoDEM 30 m elevation for slope
Free with registration; the terrain and thematic base for the analysis.
OpenStreetMap (ODbL)
Global vector context - homes, roads, facilities, land use
Free under the Open Database License (attribution + share-alike); fetched via QuickOSM.
Survey of India Open Series Maps
1:50,000 topographic sheets for the ward base
Free to Indian residents via Aadhaar authentication (soinakshe); non-commercial use.
EPSG:32643 (WGS 84 / UTM zone 43N)
Projected, metre-based CRS for the analysis
Reproject every layer into one metre CRS before measuring distance or area.
Workshop - the full capstone, end to end
Build the complete anganwadi-siting project for a ward of your choice, in QGIS or ArcGIS Pro, and finish with a single map sheet you would be willing to present.
QGIS 3.44 with QuickOSM (free), or ArcGIS Pro 3.7 with Spatial Analyst. Free Bhuvan CartoDEM + OSM + a ward boundary.
Given: one ward + OSM homes/roads/facilities + Bhuvan CartoDEM + a ward boundary Goal: a preferred site chosen by a documented weighted overlay, on a finished map sheet Time: ~2-3 hours (the course capstone)
- 1Acquire and set the CRS. Pull OSM layers (QGIS: QuickOSM; ArcGIS: Living Atlas / import) and CartoDEM, then reproject everything to EPSG:32643 and clip to the ward. QGIS: Vector/Raster > Reproject + Clip; ArcGIS: Project + Clip tools.
- 2Score each criterion as a raster on a 1-5 scale. Slope from the DEM (QGIS: Raster > Analysis > Slope, then Reclassify; ArcGIS: Slope + Reclassify). Distance-to-homes and distance-to-existing-centres (QGIS: Proximity/Distance raster; ArcGIS: Distance Accumulation), reclassified so desirable values score high. Do the same for a flood/low-lying mask.
- 3Combine with a weighted overlay. Decide weights that sum to 1 and write them down (optionally derive them by AHP). QGIS: Raster Calculator (e.g. 0.4*slope + 0.3*homes + 0.2*flood + 0.1*centres); ArcGIS: Spatial Analyst > Weighted Overlay / Weighted Sum.
- 4Choose a site. Find the highest-scoring cluster on a real, plausible parcel, sanity-check it against local knowledge, and mark a preferred site plus one alternative as a point layer.
- 5Communicate. Build a layout with title, the suitability surface, the chosen site, a legend, north arrow, scale bar and a caption naming CRS, sources and dates. QGIS: Project > New Print Layout; ArcGIS: Insert > New Layout. Export to PDF.
You’ll walk away with
A finished, presentable map sheet recommending a site, backed by a documented weighted-overlay analysis with published criteria, weights, CRS and data sources - your portfolio-grade proof that you can run a GIS project end to end.
Three altitudes on the same idea
Read the band that fits you — or all three.
Run the same pipeline for site selection or site analysis. Swap the anganwadi criteria for your own - solar access, slope, view, noise, distance to transit - and the weighted overlay becomes a defensible way to compare plots or to argue where a building belongs on one. The deliverable that impresses a client is the honest map plus the stated criteria behind it.
This is the master-plan process in miniature. Facility siting, land suitability and growth allocation across a plan area are the same weighted-overlay logic at larger scale - exactly what AMRUT GIS master plans institutionalise. Doing it transparently, with documented weights and data lineage, is what makes a statutory recommendation defensible in a hearing.
Extend suitability into a neighbourhood proposal. Layer walkable catchments, block structure and where people actually are onto the suitability surface, and the analysis moves from "where is the site" to "how should this piece of the public realm work." The capstone's discipline - criteria first, weights published, map legible - is what lets a design idea survive contact with a sceptical committee.
“A suitability map produced by GIS is an objective, scientific answer to where something should go.”
Do it yourself
No software - just design the analysis before you touch a tool.
- 1Write the anganwadi brief as one sentence, then list four criteria it implies.
- 2For each criterion, say whether high or low values should score as more suitable, and why.
- 3Assign weights to your four criteria that sum to 1.0, and justify the largest one.
- 4Name the CRS you would put every layer in for a ward in southern India, and why a metre CRS matters.
- 5List the five things your final map sheet must carry for a non-specialist to trust it.
The one line to carry out
Peer-reviewed journals & authoritative standards
- 01McHarg, I.L. — Design with Nature — Wiley (25th Anniversary reissue), 1969.
- 02Malczewski, J. — GIS-based land-use suitability analysis: a critical overview — Progress in Planning, 2004.
- 03Saaty, T.L. — A scaling method for priorities in hierarchical structures — Journal of Mathematical Psychology, 1977.
- 04de Smith, M.J., Goodchild, M.F. & Longley, P.A. — Geospatial Analysis: A Comprehensive Guide, 7th ed. — Winchelsea Press, 2025.
- 05Longley, P.A., Goodchild, M.F., Maguire, D.J. & Rhind, D.W. — Geographic Information Science and Systems, 4th ed. — Wiley, 2015.
That is the course - from thinking spatially to a defensible project. Take the capstone into your own work, and explore the rest of the Academy at /academy to keep building.
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 →