Network Distance Analysis
Network distance analysis measures how far apart places are along a real network — roads, paths, rails — rather than as the crow flies, recognizing that movement is constrained to edges and junctions. Its engine is the shortest-path problem solved by Dijkstra's 1959 algorithm, which finds the least-cost route between locations over a weighted graph and scales up to origin–destination cost matrices between many points. Network distance and travel time are the realistic inputs to accessibility, routing, location, and flow analyses, and their ratio to straight-line distance — the detour or circuity index — itself diagnoses how indirect a network is.
Read the full method
Sign in with a free account to read this section.
Method map
The neighbourhood of related methods — select a node to explore.
Sources
- Dijkstra, E. W. (1959). A note on two problems in connexion with graphs. Numerische Mathematik, 1(1), 269–271. DOI: 10.1007/BF01386390 ↗
How to cite this page
ScholarGate. (2026, June 22). Network Distance Analysis (Shortest-Path and OD Cost Matrices). ScholarGate. https://scholargate.app/en/human-geography/network-distance-analysis
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Accessibility AnalysisHuman Geography↔ compare
- Desire Line AnalysisHuman Geography↔ compare
- Flow Mapping AnalysisHuman Geography↔ compare
- Isochrone AnalysisHuman Geography↔ compare