Lesson 9.1Lesson 9.1 · GIS for Urban Design & Analytics
Walkability and the 15-Minute City
Measuring a neighbourhood the way a pair of feet experiences it
Two plots, both a kilometre from a metro. One is a ten-minute walk. One is a forty-minute wall.
On a straight-line map the two sites look identical - same distance to the station, same distance to the school. Walk them and the difference is brutal: one sits on a permeable grid of short blocks; the other is trapped behind a gated superblock, a stormwater drain and a six-lane road with no crossing. Walkability is what happens between the dots on the map, and a GIS is how you measure it before you design.
The best amenity map is the one that shows you the hole, not the dots.
Straight lines lie: the isochrone is the honest catchment
Ask most site reports "what is within 800 metres?" and they draw a circle - a buffer - around the site. It is fast and it is wrong. A buffer measures distance as the crow flies, and people are not crows. A drain, a wall, a railway line or simply a long block can turn 800 metres of straight-line distance into a 1,500-metre walk.
The honest tool is the network isochrone (also called a service area or walkshed): the area you can actually reach along the street network within a time or distance budget. You give the GIS a walking graph - usually OpenStreetMap footways and roads - a start point and a budget (say 15 minutes at 4.8 km/h, roughly 1,200 m), and it traces outward along real edges. The result is a ragged blob, always smaller than the circle, and its shape is the local permeability. Compare the two on your own site and the gap is often 30 to 50 percent of the area you thought you had.
A buffer is a promise the street network rarely keeps.
The 15-minute city, stated plainly
The 15-minute city is a simple test dressed up in a slogan: can a resident meet most daily needs - work-adjacent errands, school, groceries, healthcare, a park, transit - within a short walk or cycle of home? It is not a new idea (planners have chased "neighbourhood units" for a century), but GIS finally lets you audit it rather than assert it.
The method is an accessibility analysis. For every home (or every point on a fine grid), compute the network distance to the nearest amenity of each type. Then score: how many categories are reachable within the budget? A neighbourhood where 90 percent of homes reach a school, a clinic, groceries and a park within 15 minutes is measurably different from one where only 40 percent do - and you can map exactly which homes fall short, and which missing amenity would fix the most of them. That last question - the biggest gap - is where design and policy actually start.
Why the street grid itself is a walkability variable
Two levers set how far the isochrone reaches for a given time: how fast you walk, and how directly the network lets you. The second is a property of the grain of the street pattern, and it is captured by two classic metrics.
Junction density counts three-way and four-way intersections per square kilometre; more junctions mean more route choices and shorter detours. Block size (or its cousin, the count of blocks per square kilometre) measures how finely the grid is cut; small blocks walk well, giant superblocks force long perimeter walks. A related measure, the pedestrian route directness or detour ratio, compares network distance to straight-line distance - a ratio near 1.0 is a permeable grid, 1.6 or worse is a maze. None of these needs fancy data: OpenStreetMap plus QGIS or ArcGIS computes all three. They are the numbers that tell you why an isochrone is small before you blame the residents for not walking.
You cannot retrofit walkability into a superblock with a coat of paint - the geometry is the problem.
The honest limits: this is a model, not the pavement
A walkability analysis is only as good as its network and its assumptions. In India three cautions matter. First, the footway data is thin: OpenStreetMap in most Indian cities maps roads well but sidewalks, informal shortcuts and cut-throughs poorly - so your isochrone may miss real paths and invent barriers that footfall ignores. Second, distance is not experience: a 15-minute walk beside a stormwater drain in May heat is not the 15-minute walk the model counts; walkability includes shade, safety, crossings and surface, which a bare network graph does not see. Third, amenity data is patchy - a POI layer may list a shuttered clinic or miss a new one.
So treat the output as a strong, testable hypothesis, then ground-truth the worst-scoring areas on foot. The number starts the conversation; the walk finishes it.
OpenStreetMap (OSM)
Global crowdsourced street + footway network and amenity POIs (ODbL)
The default free network graph for isochrones anywhere in India; pull it with the QuickOSM plugin. Check footway coverage before trusting the result.
Census of India
Ward- and village-level population to weight who the catchment serves
Free public data; join population to your isochrone to move from "area reached" to "people served".
ISRO Bhuvan
India's national geoportal for an imagery base + thematic urban layers
Use imagery to sanity-check OSM's network and to spot informal paths the vector data misses.
EPSG:32643 / 32644 / 32645
WGS 84 / UTM zones 43N-45N - projected metres over most of India
Reproject to the right UTM zone before any distance or area measurement; buffering in degrees (EPSG:4326) gives nonsense metres.
Workshop - a 15-minute walkshed for a real neighbourhood
Build a network walking isochrone from a chosen point in an Indian city, then count how many amenity types fall inside it. You will do the whole thing on free OSM data, with the ArcGIS Pro path given alongside.
QGIS (free) with QuickOSM + a network analysis plugin (QNEAT3 or ORS Tools), or ArcGIS Pro with Network Analyst; OSM data; internet.
Given: a start point (e.g. a metro station or your studio) in any Indian city Dataset: OpenStreetMap roads/footways + amenity POIs (free) on an imagery base Goal: a 15-minute walk isochrone + a count of amenities reached Time: ~60 minutes
- 1Get the network. In QGIS: install QuickOSM and query
highwayfor your city district to pull roads and footways; add an imagery base for context. In ArcGIS Pro: use the ArcGIS Living Atlas street network, or import the same OSM extract. - 2Reproject everything to the correct UTM zone (EPSG:32643/44/45) so distances are in metres, not degrees.
- 3Build the isochrone. In QGIS: Processing toolbox > Network Analysis >
Service area (from layer)(or the ORS Tools / QNEAT3 plugin) with a 1,200 m cost from your start point. In ArcGIS Pro: Analysis > Network Analyst >Service Area, set a 15-minute walk cut-off. - 4Pull amenities. In QGIS QuickOSM query
amenity=school,amenity=clinic,shop=supermarket,leisure=park; in ArcGIS Pro add the equivalent POI layers from Living Atlas. - 5Clip the amenities to the isochrone (QGIS: Vector > Geoprocessing > Clip; ArcGIS Pro: Analysis > Clip) and count how many categories are represented. That count is your 15-minute score for this point.
- 6Repeat from a second, contrasting point (a superblock edge) and compare the two catchment shapes and scores.
You’ll walk away with
Two network isochrones with amenity counts, and a one-line finding: which point is genuinely 15-minute, and which amenity is the binding gap.
Three altitudes on the same idea
Read the band that fits you — or all three.
Walkability analysis sizes the true catchment of your building. Before you fix the entrance, the retail frontage or the parking ratio, run an isochrone from the plot: who and what is within a real 5- and 10-minute walk tells you where to face the door, whether ground-floor retail will catch footfall, and how much parking the site actually needs.
Accessibility scoring is how you audit a master plan against the 15-minute promise. Compute per-home access to each amenity class across a ward, map the gaps, and you can target the one facility - a school, a health post, a park - whose addition closes the most deficit. It converts "we need more amenities" into a ranked, defensible investment list.
Junction density and block size are your direct design levers. When an isochrone comes back small, the fix is usually a new pedestrian link, a mid-block cut-through or a broken-up superblock - and you can test each intervention by re-running the network analysis and watching the catchment grow before a single kerb is poured.
“The 15-minute city is measured by drawing a circle around amenities.”
Do it yourself
No software - reason about catchments for a place you know.
- 1Pick your home and name five daily-need destinations. Guess the walk time to each, then check on a maps app - where were you most wrong, and why?
- 2For one destination, trace the straight line and the real walking route. Estimate the detour ratio (network distance / straight-line distance).
- 3Count the four-way junctions within a 5-minute walk of your door. Is your grid fine or coarse?
- 4Name the single missing amenity that would most improve your neighbourhood's 15-minute score.
- 5Identify one barrier (drain, wall, road, railway) that makes a nearby place far. What small link would fix it?
The one line to carry out
Peer-reviewed journals & authoritative standards
- 01Batty, M. — The New Science of Cities — MIT Press, 2013.
- 02de Smith, M.J., Goodchild, M.F. & Longley, P.A. — Geospatial Analysis: A Comprehensive Guide, 7th ed. — Winchelsea Press, 2025.
- 03Environment and Planning B: Urban Analytics and City Science — SAGE, ongoing.
- 04Landscape and Urban Planning — Elsevier, ongoing.
Walkability tells you how far people can go; the next lesson - space syntax - explains why, of all the streets they could take, people flow down some and not others.
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 →