ATC Sectors, Capacity, and Altitude Bands
Model an ATC sector as the Cartesian product of a 2D footprint and an altitude band. Compute the instantaneous count of aircraft against the sector's Monitor Alert Parameter (MAP) to detect overload. Extend the model to vertical stacks of sectors sharing a footprint, and combine altitude-band filtering with peak-count analysis.
Tutorial
Sectors as Footprint × Altitude Band
An ATC sector is a three-dimensional volume of airspace managed by a single controller (or controller team). Each sector is built from two pieces:
- a footprint — a 2D polygon from the planar partition of the airspace, and
- an altitude band — a vertical slab of flight levels.
The sector itself is the Cartesian product
A flight at position is inside sector if and only if
The upper boundary is open by convention: a flight at exactly belongs to the sector stacked immediately above , not to itself.
For example, suppose (nautical miles) and the band is . A flight at is in because , , and . A flight at is not in , since .