The shortest line between two places may cross a wall, river, runway or building.
Humans and vehicles usually move along networks: streets, paths, railways, shipping lanes and flight routes. Water follows drainage networks. Goods move through logistics systems. Geography therefore often needs a distance that respects the routes the phenomenon can actually use.
Network distance measures separation along a connected network rather than directly through open geometric space.
Euclidean distance asks how close two points are. Network distance asks how far the world makes you travel between them.
Quick Read: The Mechanism
ORIGIN → NETWORK EDGES + JUNCTIONS + IMPEDANCE → FEASIBLE PATHS → SHORTEST / FASTEST / LOWEST-COST ROUTE → NETWORK DISTANCE
1. Euclidean Distance Is a Baseline
Straight-line distance is mathematically clean and useful, but it assumes movement can occur directly between points. That assumption fails whenever routes, barriers or direction matter.
2. Networks Have Edges and Nodes
Road segments, rail tracks or river reaches form edges; junctions and stations form nodes. Travel is constrained to connected sequences through this graph.
3. Shortest Is Not Always Fastest
A shorter road can be slower because of congestion, signals or low speed limits. Network analysis can minimise length, time, toll, energy or another impedance depending on the question.
4. Direction Matters
One-way streets, turn restrictions and directional flows make A→B different from B→A. A valid network model must encode those rules.
5. Transfers Carry Costs
Public transport journeys include walking, waiting and transfer penalties. A route with fewer kilometres can be less attractive if it requires several unreliable transfers.
6. Network Distance Deepens Accessibility
Accessibility owns usable reach. Network distance owns one core measurement underneath that reach: separation through the actual route system.
7. It Is Different From Distance Decay
Distance Decay owns the tendency for interaction to weaken as separation or friction increases. Network distance owns how that separation is measured when movement follows routes.
8. Service Areas Follow Networks
A five-minute ambulance service area follows roads and speeds rather than forming a perfect circle. Bridges and expressways stretch it; barriers and congestion compress it.
9. Networks Can Fail
Close a bridge or station and network distance can jump suddenly. Redundancy therefore matters: a network with several alternative paths is more resilient than one dependent on a single connector.
10. Primary Geography: Walk the Paths
Give children a playground map with fences and gates. Two locations may be close through the fence but far along the permitted path. They immediately see why route distance differs from straight-line distance.
11. Secondary Geography: Compare Distance Metrics
Students can compare Euclidean distance, walking distance and public-transport time between the same origin and destination. Each metric answers a different geographic question.
12. Advanced Geography: Shortest-Path Algorithms
Algorithms such as Dijkstra’s search compute least-cost paths through weighted networks. The mathematics is only as meaningful as the edge weights and restrictions supplied to the model.
13. Singapore Example: MRT Travel
Two stations can be geographically close but require an indirect rail journey if they sit on different lines without a nearby interchange. Network topology can dominate straight-line proximity.
14. Singapore Example: Walking
Expressways, canals, building access and crossing points can turn a short straight-line distance into a much longer pedestrian route. Sheltered links and bridges can then reshape effective distance again.
15. Hydrology Example
Two points close across a watershed divide may be hydrologically distant because water flows through entirely different drainage networks. The correct network depends on the process.
16. Hostile Test: “It’s Only 800 Metres Away”
Eight hundred metres by which route, mode and impedance? If the traveller cannot cross the intervening space directly, straight-line distance may be the wrong measurement.
17. Where Network-Distance Reasoning Breaks
- Straight-line default: using Euclidean distance for constrained movement.
- Shortest-fastest collapse: treating length as travel time.
- Direction blindness: ignoring one-way rules and directional flows.
- Transfer deletion: ignoring waiting and interchange penalties.
- Static-network assumption: ignoring closures and congestion.
- Wrong-network error: using road connectivity to model a hydrological or pedestrian process.
18. Ten Questions for Network Distance
- What is moving?
- Which network can it use?
- What counts as an edge and node?
- Is direction constrained?
- Should distance, time or cost be minimised?
- What transfer penalties matter?
- How does congestion change impedance?
- Which barriers force detours?
- What happens if a critical link fails?
- Is straight-line distance still useful as a benchmark?
19. Where This Fits
Accessibility owns usable reach. Distance Decay owns declining interaction with friction. This article owns distance measured through constrained route networks.
The Idea to Keep
Distance is not always the gap between places. Sometimes it is the journey the network forces between them.