Studio Matrx Monthly · Volume 1 · Issue 3 · August 2026
Amogh N P
 In loving memory of Amogh N P — Architect · Designer · Visionary 
Walkability and the 15-Minute CityLesson 9.1
GIS for Architecture, Planning & Urban Design/Module 9 · GIS for Urban Design & Analytics

Lesson 9.1 · GIS for Urban Design & Analytics

Walkability and the 15-Minute City

Measuring a neighbourhood the way a pair of feet experiences it

13 min Interactive lessonFree · open lessonByAmogh N P· Architect & interior designer
The hook

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.

Straight-line buffer Network isochrone as the crow flies - overstates reach what feet can actually reach
Zoom
A straight-line buffer flatters a site; a network isochrone shows the smaller, ragged area feet can truly reach in the time.

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.

The 15-minute idea: daily needs within a short walk 15-min walk (approx 800 m on the network) home school park market clinic transit count what each home can reach on foot - not what sits nearby in a straight line
Zoom
The 15-minute idea asks whether each home reaches its daily needs on foot - measured along streets, not as the crow flies.

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.

Fine grain Coarse grain many junctions - short blocks - more routes high walkability few junctions - long blocks - detours low walkability
Zoom
More junctions and shorter blocks give more routes and shorter walks; coarse superblocks force detours.

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.

Data & standards for walkability analysis

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.

Hands-on workshop

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 & goal
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
  1. 1Get the network. In QGIS: install QuickOSM and query highway for 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.
  2. 2Reproject everything to the correct UTM zone (EPSG:32643/44/45) so distances are in metres, not degrees.
  3. 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.
  4. 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.
  5. 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.
  6. 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.

The worked example

Three altitudes on the same idea

Read the band that fits you — or all three.

For the architectSite, form & environment

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.

For the plannerLand use, zoning & infrastructure

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.

For the urban designerStreets, blocks & public realm

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.

Misconception check

The 15-minute city is measured by drawing a circle around amenities.

A circle (a straight-line buffer) is exactly the wrong tool - it counts distance a pedestrian can never walk in a straight line. The 15-minute test is a network measurement: distance along real streets and footways from homes to amenities. Two sites with identical buffers can have wildly different real catchments because one has a permeable grid and the other a wall. Always analyse on the network.
Try it

Do it yourself

No software - reason about catchments for a place you know.

  1. 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?
  2. 2For one destination, trace the straight line and the real walking route. Estimate the detour ratio (network distance / straight-line distance).
  3. 3Count the four-way junctions within a 5-minute walk of your door. Is your grid fine or coarse?
  4. 4Name the single missing amenity that would most improve your neighbourhood's 15-minute score.
  5. 5Identify one barrier (drain, wall, road, railway) that makes a nearby place far. What small link would fix it?
Take this with you

The one line to carry out

Walkability is a network measurement, not a straight-line one: compute what feet reach along real streets, count who and what falls inside, and the 15-minute city stops being a slogan and becomes a design brief. The isochrone shows the catchment; junction density and block size explain its shape; the missing amenity is where you act.
Take it further
References & further reading

Peer-reviewed journals & authoritative standards

  1. 01Batty, M. — The New Science of CitiesMIT Press, 2013.
  2. 02de Smith, M.J., Goodchild, M.F. & Longley, P.A. — Geospatial Analysis: A Comprehensive Guide, 7th ed.Winchelsea Press, 2025.
  3. 03Environment and Planning B: Urban Analytics and City ScienceSAGE, ongoing.
  4. 04Landscape and Urban PlanningElsevier, ongoing.
Related lessons
Recap
Buffer = crow-flies fiction; isochrone = honest network catchment. Score homes by amenities reached, diagnose small catchments with junction density and block size, and always ground-truth the gaps.
Carry forward →

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.

A

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 →