Class B/C/D/E airspace and airspace hours data for terminal communication facilities, derived from the legacy TWR8 record in TWR.txt
Unique record key is SITE_NO + SITE_TYPE_CODE. Ordered by SITE_NO, SITE_TYPE_CODE. Data is comparable to legacy TWR8 record but may be organized differently.
# Introspect the ClsArsp type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
effDate
siteNo
siteTypeCode
stateCode
# }
}Run at https://api.nav.sortie.co/graphql — GraphiQL is available in-browser.
| Field | Type | Description | Units | Enum |
|---|---|---|---|---|
| effDate ← EFF_DATE | String | The 28-day NASR subscription effective date in format YYYY/MM/DD | ||
| siteNo ← SITE_NO | String | Landing facility site number; a unique identifying number. Also serves as part of the composite unique record key along with SITE_TYPE_CODE | ||
| siteTypeCode ← SITE_TYPE_CODE | SiteTypeCode | Facility type code indicating the type of landing facility |
| |
| stateCode ← STATE_CODE | ClsArspStateCode | Associated state post office code; standard two-letter abbreviation for US states and territories | 56 values
| |
| arptId ← ARPT_ID | String | Location identifier; unique 3-4 character alphanumeric identifier assigned to the landing facility | ||
| city ← CITY | String | Airport associated city name | ||
| countryCode ← COUNTRY_CODE | ClsArspCountryCode | Country post office code for the country in which the airport is located | 7 values
| |
| classBAirspace ← CLASS_B_AIRSPACE | TurnDirectionValid | Indicates the terminal communication facility contains Class B airspace; designated with Y, else null |
| |
| classCAirspace ← CLASS_C_AIRSPACE | TurnDirectionValid | Indicates the terminal communication facility contains Class C airspace; designated with Y, else null |
| |
| classDAirspace ← CLASS_D_AIRSPACE | TurnDirectionValid | Indicates the terminal communication facility contains Class D airspace; designated with Y, else null |
| |
| classEAirspace ← CLASS_E_AIRSPACE | TurnDirectionValid | Indicates the terminal communication facility contains Class E airspace; designated with Y, else null |
| |
| airspaceHrs ← AIRSPACE_HRS | String | Hours of operation for the airspace of the terminal communication facility | ||
| remark ← REMARK | Remark | Remark associated with the class airspace record, referencing the field to which the remark applies in parentheses |
|