Access Catchment¶
Core Idea¶
The set of users, sources, or contributors that can reach a node, jointly defined by the node, a friction-weighted medium, and a tolerance horizon beyond which use is dropped. Coverage is not a primitive property of the node but a quantity computed from the three, so changing any one changes the set.
How would you explain it like I'm…
Who Can Reach The Truck
The Reachable Crowd
The Coverage Set
Broad Use¶
- Urban planning: the walkshed — the population within a 5- or 10-minute walk of a transit stop on the actual street network — is the routine instrument of transit-equity analysis.
- Retail: a store's trade area is the catchment defined by travel-cost-weighted attractiveness, and chains site stores to maximise non-overlapping catchment.
- Public health and education: hospital service areas, ambulance-response polygons, and school-attendance zones are defined over the network, not Euclidean radius.
- Communications and logistics: broadcast range, cellular coverage, and last-mile delivery zones are catchments in propagation- or transport-friction media.
- Hydrology and ecology: the watershed is the dual case — the upstream set flowing into a node — and home ranges are catchments around a nest or flower.
- Computing: CDN edge-region assignment maps users to the nearest cache under a latency tolerance over the routing fabric.
Clarity¶
Separates Euclidean radius, network distance, friction-weighted cost, and the catchment, and names the tolerance horizon as a chosen design parameter rather than a fact of nature.
Manages Complexity¶
Collapses coverage gaps, equity comparisons, and access disparities into one diagnostic: given node, friction, and horizon, what is the catchment and how does it intersect the intended population?
Abstract Reasoning¶
Supports coverage-gap and catchment-overlap reasoning, counterfactual node-placement, and tolerance-horizon sensitivity — turning "who can get there" into computable questions about a derived quantity.
Knowledge Transfer¶
- Urban transit to CDN architecture: the walkshed apparatus transfers to edge placement by re-keying the friction field from street network to routing latency.
- Hydrology back to computing: the watershed — the upstream contributing set — transfers to reverse-traceability, e.g. which content sources feed a recommender cluster, proving nothing depends on friction being physical.
Example¶
A transit stop's walkshed — the population within a 5-minute walk on the actual street network — can have its coverage gap closed by adding a pedestrian crossing, not building a new stop, because coverage is derived from friction.
Relationships to Other Abstractions¶
Current abstraction Access Catchment Prime
Parents (1) — more general patterns this builds on
-
Access Catchment is part of Threshold Prime
Access catchment contains a threshold because its tolerance horizon is the critical cost value at which a candidate changes from included to excluded.
Children (2) — more specific cases that build on this
-
Pedestrian Shed Domain-specific is a kind of Access Catchment
A pedestrian shed is an access catchment whose attractor is an urban destination, medium is the walkable graph, and tolerance is a pedestrian time or distance horizon.
-
Retrievability Domain-specific is a kind of Access Catchment
Retrievability strictly instantiates prime:access_catchment.
Hierarchy path (1) — routes to 1 parentless root
- Access Catchment → Threshold
Not to Be Confused With¶
- Access Catchment is not System Slack because system slack is spare reserve buffering against shocks whereas access catchment is the reachable set of users around a node.
- Access Catchment is not Boundary because a boundary is a drawn or defended line whereas the catchment's edge is derived and moves automatically when node, friction, or horizon changes.
- Access Catchment is not Network Effect because a network effect is value rising with adoption whereas the catchment is the who-can-reach set, indifferent to value-with-scale.