Pre-processed GeoJSON snapshot of US airspace geometry derived from the
FAA NASR 28-day subscription cycle.
Covers Class B, C, D, and E controlled airspace (E2 through E7 subtypes),
and Special Use Airspace (MOAs, restricted, prohibited, warning, alert,
and national security areas).
Each feature's geometry is a GeoJSON Polygon representing one airspace
boundary. Each feature's properties object contains:
type - AirspaceType (CLASS_B, CLASS_C, CLASS_D, MOA, RESTRICTED, etc.)
name - human-readable name
identifier - NASR designator or airport identifier
floor / ceiling - AltitudeBound objects with valueFt and reference
state - two-letter US state abbreviation or null
controllingFacility - controlling ARTCC/facility or null
scheduleDescription - operating schedule text or null
Pass this directly to createAirspaceResolver() from @squawk/airspace
for zero-config airspace queries:
Pre-processed GeoJSON snapshot of US airspace geometry derived from the FAA NASR 28-day subscription cycle.
Covers Class B, C, D, and E controlled airspace (E2 through E7 subtypes), and Special Use Airspace (MOAs, restricted, prohibited, warning, alert, and national security areas).
Each feature's
geometryis a GeoJSON Polygon representing one airspace boundary. Each feature'spropertiesobject contains:type- AirspaceType (CLASS_B, CLASS_C, CLASS_D, MOA, RESTRICTED, etc.)name- human-readable nameidentifier- NASR designator or airport identifierfloor/ceiling- AltitudeBound objects with valueFt and referencestate- two-letter US state abbreviation or nullcontrollingFacility- controlling ARTCC/facility or nullscheduleDescription- operating schedule text or nullPass this directly to
createAirspaceResolver()from@squawk/airspacefor zero-config airspace queries: