Studio Matrx Monthly · Volume 1 · Issue 3 · August 2026
Amogh N P
 In loving memory of Amogh N P — Architect · Designer · Visionary 
Transit Accessibility, TOD and PTALLesson 9.4
GIS for Architecture, Planning & Urban Design/Module 9 · GIS for Urban Design & Analytics

Lesson 9.4 · GIS for Urban Design & Analytics

Transit Accessibility, TOD and PTAL

Measuring how well a place is served by public transport

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

A new metro line opens. Every developer's brochure now says 'well connected'. Which ones are telling the truth?

"Near the metro" is the most abused phrase in Indian real estate. Sometimes it means a three-minute walk to a station with a train every four minutes; sometimes it means a twenty-minute trudge across a highway to a stop served twice an hour. Transit accessibility analysis replaces the brochure adjective with a number - one that combines how far you walk to a stop and how often something actually comes.

The catchment a project sells you is a circle; the catchment it delivers is a network. Always ask which one the map is.

The station catchment - and why the circle is wrong again

The workhorse of transit planning is the station catchment: the area from which people will realistically walk to a stop. Rules of thumb put it at about 400 m (a 5-minute walk) for a bus stop and 800 m (a 10-minute walk) for a rail or metro station - people will walk further for a faster, more reliable service.

As in the walkability lesson, the honest catchment is a network service area, not a circle. An 800 m radius circle around a metro station routinely overstates the walkable catchment by a third or more, because rail lines, arterial roads and gated layouts sever the approach. The gap between the circle and the network catchment is exactly the population a project will claim to serve but cannot - which is why the network version is the one that belongs in an evidence-based transit study.

TOD: densest where access is best 800 m 400 m station near the stop: high FSI, mixed use, less parking at the edge: lower density, quieter streets measure the catchment on the walking network, not as a plain circle
Zoom
Transit-oriented development concentrates density and mix inside the walkable catchment of a station, tapering outward.

Every 'X metres from the metro' claim is a circle until someone walks it. Then it is a network.

PTAL: folding frequency into access

Distance to a stop is only half the story - a stop with a bus every hour is not the same as one with a train every three minutes. PTAL - Public Transport Accessibility Level - is the best-known index that combines both. Developed for London and now used widely as a template, it works in outline like this: from a point, find the nearby stops within walking distance; for each, convert the walk time plus half the average wait (the service interval) into a total access time; combine these into an Accessibility Index, then band the score into levels (commonly 1 = very poor to 6 = excellent, sometimes shown as 1a to 6b).

The insight PTAL captures is that access is walk time and wait time together. A location with two frequent bus routes 300 m away can outscore one right next to an infrequent stop. PTAL is a template, not an Indian standard - you adapt the walk speeds, thresholds and frequencies to local conditions - but the logic transfers directly and is straightforward to build in GIS.

Access falls with distance and wait: PTAL bands stop 6421 6 excellent 4 good 2 moderate 1 poor PTAL blends walk distance to stops with how often service runs
Zoom
Accessibility falls with walking distance and waiting time; PTAL bands turn that falloff into a single graded score.

Transit-Oriented Development: matching form to access

If you can measure access, you can plan form around it. Transit-Oriented Development (TOD) is the principle that the highest densities, the greatest mix of uses, and the least car dependence belong inside the walkable catchment of high-quality transit - and that the built form should taper as access falls off toward the edge. India's national and state TOD policies apply exactly this idea, concentrating FSI and mixed use in an influence zone around metro and rail corridors.

GIS is how TOD stops being a diagram and becomes a plan. Compute the network catchment of each station; overlay current density, population and land use; and you can see immediately where reality already matches the principle (dense, mixed, walkable) and where a station sits marooned in low-rise sprawl or industrial land - the sites where the policy, and the value, are unrealised. The catchment map is the TOD brief.

TOD: densest where access is best 800 m 400 m station near the stop: high FSI, mixed use, less parking at the edge: lower density, quieter streets measure the catchment on the walking network, not as a plain circle
Zoom
Transit-oriented development concentrates density and mix inside the walkable catchment of a station, tapering outward.

Doing it with real, free data - and its limits

You can build all of this on open data. OpenStreetMap supplies the walking network and, often, the stop and station locations; the network catchment comes from the same service-area tools you used for walkability, and population comes from the Census or a gridded set like WorldPop or GHSL. Frequency is the missing ingredient in many Indian cities - where a published, machine-readable timetable exists you can fold it in; where it does not, you use surveyed or assumed service intervals and state the assumption.

The cautions are familiar and real. Network and stop data may be incomplete; assumed frequencies can be optimistic; and accessibility is not the same as usage - a well-scored location can still be poorly used if the service is unreliable, unsafe after dark, or unaffordable. A PTAL-style score is a strong, comparable measure of supply; pair it with observation and ridership before you treat it as the whole truth.

Many stops, overlapping catchments metro bus bus best served where catchments overlap, a place is reachable by more than one line
Zoom
Real accessibility comes from many stops at once; where their walk catchments overlap, a place is reachable by more than one service.

Accessibility measures the service on offer, not whether anyone can bear to use it. Both matter.

Data & standards for transit accessibility

OpenStreetMap (OSM)

Walking network + bus/rail stop and station locations (ODbL)

The default free source for both the pedestrian network and stop positions; verify stop completeness against a local map before scoring.

Census of India

Population to weight catchments - people served, not just area

Free public data; join to the network catchment to estimate the population within reach of each stop.

WorldPop / GHSL

Gridded population where ward boundaries are too coarse

WorldPop (CC BY 4.0) and the EU GHSL give ~100 m population grids - useful for fine catchment population estimates across a corridor.

EPSG:32643 / 32644 / 32645

WGS 84 / UTM zones 43N-45N for metric catchment distances

Reproject the network and stops to the right UTM zone so 400 m and 800 m truly mean metres on the ground.

Hands-on workshop

Workshop - a network catchment and a simple accessibility score

Compute the real walkable catchment of a metro or bus station, estimate the population inside it, and build a simple PTAL-style score that adds frequency to distance. Free data throughout, with the ArcGIS Pro path alongside.

QGIS (free) with QuickOSM + a network plugin (QNEAT3/ORS Tools), or ArcGIS Pro with Network Analyst; OSM data; Census/WorldPop population.

Given & goal
Given: one or more transit stops in an Indian city
Dataset: OSM walking network + stops (free), Census/WorldPop population
Goal: a network catchment + population served + a frequency-weighted access score
Time: ~90 minutes
  1. 1Get network and stops. In QGIS: QuickOSM query highway for the walking network and railway=station / public_transport=platform for stops. In ArcGIS Pro: use the Living Atlas street network and add the OSM stops.
  2. 2Reproject to the local UTM zone (EPSG:32643/44/45) so distances are metric.
  3. 3Build catchments. In QGIS: Processing > Network Analysis > Service area (from layer) at 400 m (bus) and 800 m (rail) from the stops, or use QNEAT3/ORS Tools. In ArcGIS Pro: Network Analyst > Service Area with the same cut-offs.
  4. 4Estimate people served. Overlay the catchment on Census wards or a WorldPop grid and sum population inside (QGIS: Zonal statistics / Join by location (summary); ArcGIS Pro: Summarize Within / Zonal Statistics).
  5. 5Add frequency. Attach a service-interval value to each stop (from timetable if available, else a stated assumption), convert walk time plus half the interval to an access time per stop, and combine into a simple index for sample points.
  6. 6Band the index into levels (say 1-6) and map it; compare a well-served point with a marooned station to see the score behave sensibly.

You’ll walk away with
A network station catchment, a population-served figure, and a small PTAL-style accessibility map - with every assumption (walk speed, frequency, thresholds) written down.

The worked example

Three altitudes on the same idea

Read the band that fits you — or all three.

For the architectSite, form & environment

A station catchment sets your parking, entrance and ground-floor strategy. If your plot is genuinely inside a network 800 m metro catchment with good frequency, you can argue for less parking and a transit-facing entrance; if the number says otherwise, you design - and defend the brief - accordingly, rather than trusting the marketing line.

For the plannerLand use, zoning & infrastructure

PTAL and catchment maps are the evidence base for TOD and FSI policy. Scoring accessibility across a corridor shows which station areas justify higher density and mix, and which need service before form. It turns a TOD influence-zone line on a plan into a defensible, measured allocation of development rights.

For the urban designerStreets, blocks & public realm

Access analysis tells you where the public-realm investment must land. The walkable catchment of a station is where crossings, footpaths, shade and active frontage do the most good - and re-running the catchment after a proposed new pedestrian link or crossing shows exactly how many more people you have brought within reach of the train.

Misconception check

A place is 'well connected' if a station is within 800 metres of it.

Distance alone is not accessibility. An 800 m straight-line radius overstates the real walk, and it ignores frequency entirely - a nearby stop with a bus every hour serves you worse than a slightly further stop with a train every four minutes. Proper transit accessibility (PTAL-style) combines network walk distance with service frequency; either one alone misleads.
Try it

Do it yourself

No software - test the brochure claims.

  1. 1Take a nearby 'metro-adjacent' address and walk (or street-view) the real route to the station. Time it - does it beat the 10-minute rule?
  2. 2For a stop you use, estimate the average wait. Add it to your walk time - that total is closer to your true access time.
  3. 3Compare two homes: one next to an infrequent stop, one 400 m from a frequent one. Which has better real access?
  4. 4Sketch the 800 m circle and your guess at the real network catchment around a station you know. How much smaller is the real one?
  5. 5Name one pedestrian link or crossing that would pull more homes into a station's true catchment.
Take this with you

The one line to carry out

Transit accessibility is walk distance and service frequency measured together on the real network - not a circle, and not distance alone; score it, map it, and let it decide where density (TOD) and public-realm investment belong. The catchment map is both the honesty check on 'well connected' and the brief for what to build there.
Take it further
References & further reading

Peer-reviewed journals & authoritative standards

  1. 01Miller, H.J. & Shaw, S.-L. — Geographic Information Systems for Transportation: Principles and ApplicationsOxford University Press, 2001.
  2. 02Batty, M. — The New Science of CitiesMIT Press, 2013.
  3. 03Computers, Environment and Urban SystemsElsevier, ongoing.
  4. 04de Smith, M.J., Goodchild, M.F. & Longley, P.A. — Geospatial Analysis: A Comprehensive Guide, 7th ed.Winchelsea Press, 2025.
Related lessons
Recap
Catchments are network service areas (~400 m bus, ~800 m rail); PTAL folds frequency into distance and bands the result; TOD puts density where access is highest. Use OSM + Census/WorldPop, and state every assumption.
Carry forward →

That closes the urban-design toolkit; the next module lifts from analysis to communication - turning these catchments, isochrones and grain maps into cartography and 3D that a client and a committee will actually act on.

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 →