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.
阅读完整方法
使用免费账户登录即可阅读本节。
方法图谱
相关方法的邻域——选择一个节点以展开探索。
来源
- Dijkstra, E. W. (1959). A note on two problems in connexion with graphs. Numerische Mathematik, 1(1), 269–271. DOI: 10.1007/BF01386390 ↗
如何引用本页
ScholarGate. (2026, June 22). Network Distance Analysis (Shortest-Path and OD Cost Matrices). ScholarGate. https://scholargate.app/zh/human-geography/network-distance-analysis
选用哪种方法?
将本方法与其最相近的同类并置,并排研读——本馆将书籍铺陈于案上,取舍则由您定夺。
- Accessibility AnalysisHuman Geography↔ 比较
- Desire Line AnalysisHuman Geography↔ 比较
- Flow Mapping AnalysisHuman Geography↔ 比较
- Isochrone AnalysisHuman Geography↔ 比较