Airway segment altitude data including MEA, MOCA, MCA, MRA, and MAA for each segment between points on an airway
Ordered by AWY_ID, AWY_LOCATION, POINT_SEQ. Unique key: AWY_ID, AWY_LOCATION, FROM_POINT. Designed to replace legacy ATS.txt and AWY.txt Subscriber Files.
# Introspect the AwySegAlt type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
effDate
regulatory
awyLocation
awyId
# }
}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 | ||
| regulatory ← REGULATORY | ContrFuelAvbl | Identifies Airways published under 14 CFR (Code of Federal Regulation) Part-71 and Part-95 |
| |
| awyLocation ← AWY_LOCATION | AwyLocation | Airway Type identifying the General Location of the Airway |
| |
| awyId ← AWY_ID | String | Airway Identifier | ||
| pointSeq ← POINT_SEQ | Int | Sequencing number in multiples of ten; points are in the order adapted for the given Airway | ||
| fromPoint ← FROM_POINT | String | NAVAID Facility Identifier, FIX Name, or Border crossing. A unique system-generated number is added to each Border crossing Segment Value. | ||
| fromPtType ← FROM_PT_TYPE | FromPtType | NAVAID Facility or FIX Type identifying the type of the FROM_POINT | 21 values
| |
| navName ← NAV_NAME | String | NAVAID Facility Name | ||
| navCity ← NAV_CITY | String | The NAVAID Facility City which is part of the key for all NAV_*.csv files | ||
| artcc ← ARTCC | Artcc | Identifier of Low ARTCC Altitude Boundary that the FROM_POINT FIX/NAVAID Falls Within | 31 values
| |
| icaoRegionCode ← ICAO_REGION_CODE | IcaoRegionCode | Two letter ICAO Region Code for FIX Point Types only | 20 values
| |
| stateCode ← STATE_CODE | AwySegAltStateCode | Associated State Post Office Code standard two letter abbreviation for US States and Territories | 58 values
| |
| countryCode ← COUNTRY_CODE | AwySegAltCountryCode | Country Post Office Code | 14 values
| |
| toPoint ← TO_POINT | String | The To Point that directly follows the current From Point on an individual segment | ||
| magCourse ← MAG_COURSE | Float | Segment Magnetic Course | degrees | |
| oppMagCourse ← OPP_MAG_COURSE | Float | Segment Magnetic Course in the Opposite Direction | degrees | |
| magCourseDist ← MAG_COURSE_DIST | Float | Distance to Next Point in Segment | nautical miles | |
| chgovrPt ← CHGOVR_PT | String | NAVAID Changeover Point Facility Identifier | ||
| chgovrPtName ← CHGOVR_PT_NAME | String | NAVAID Changeover Point Facility Name | ||
| chgovrPtDist ← CHGOVR_PT_DIST | Int | Distance of the Changeover Point from this NAVAID Facility to the Next NAVAID Facility when the Changeover Point is more than one mile from the halfway point | nautical miles | |
| awySegGapFlag ← AWY_SEG_GAP_FLAG | ContrFuelAvbl | Airway Gap Flag Indicator for when Airway is Discontinued |
| |
| signalGapFlag ← SIGNAL_GAP_FLAG | ContrFuelAvbl | Gap in Signal Coverage Indicator for when MEA is established with a gap in Navigation Signal Coverage |
| |
| dogleg ← DOGLEG | ContrFuelAvbl | A Turn Point Not At A NAVAID. GPS RNAV Routes (Q, T, TK) will have Dogleg=Y at First Point, End Point, and all Turn Points in between. |
| |
| nextMeaPt ← NEXT_MEA_PT | String | The To MEA_PT that directly follows the From MEA_PT for an individual Altitude record | ||
| minEnrouteAlt ← MIN_ENROUTE_ALT | Int | Point To Point Minimum Enroute Altitude (MEA) | feet MSL | |
| minEnrouteAltDir ← MIN_ENROUTE_ALT_DIR | DdIruMeaDir | Point To Point Minimum Enroute Direction (MEA) when directional MEA applies | 8 values
| |
| minEnrouteAltOpposite ← MIN_ENROUTE_ALT_OPPOSITE | Int | Point To Point Minimum Enroute Altitude (MEA) in the Opposite Direction | feet MSL | |
| minEnrouteAltOppositeDir ← MIN_ENROUTE_ALT_OPPOSITE_DIR | DdIruMeaDir | Point To Point Minimum Enroute Direction (MEA) for the Opposite Direction | 8 values
| |
| gpsMinEnrouteAlt ← GPS_MIN_ENROUTE_ALT | Int | Point To Point GNSS Minimum Enroute Altitude (Global Navigation Satellite System MEA) | feet MSL | |
| gpsMinEnrouteAltDir ← GPS_MIN_ENROUTE_ALT_DIR | DdIruMeaDir | Point To Point GNSS Minimum Enroute Direction (Global Navigation Satellite System MEA) when directional GPS MEA applies | 8 values
| |
| gpsMinEnrouteAltOpposite ← GPS_MIN_ENROUTE_ALT_OPPOSITE | Int | Point To Point GNSS Minimum Enroute Altitude (Global Navigation Satellite System MEA) in the Opposite Direction | feet MSL | |
| gpsMeaOppositeDir ← GPS_MEA_OPPOSITE_DIR | DdIruMeaDir | Point To Point GNSS Minimum Enroute Direction (Global Navigation Satellite System MEA) for the Opposite Direction | 8 values
| |
| ddIruMea ← DD_IRU_MEA | Int | Point To Point DME/DME/IRU Minimum Enroute Altitude (MEA) | feet MSL | |
| ddIruMeaDir ← DD_IRU_MEA_DIR | DdIruMeaDir | Point To Point DME/DME/IRU Minimum Enroute Direction (MEA) when directional DD/IRU MEA applies | 8 values
| |
| ddIMeaOpposite ← DD_I_MEA_OPPOSITE | Int | Point To Point DME/DME/IRU Minimum Enroute Altitude (MEA) in the Opposite Direction | feet MSL | |
| ddIMeaOppositeDir ← DD_I_MEA_OPPOSITE_DIR | DdIruMeaDir | Point To Point DME/DME/IRU Minimum Enroute Direction (MEA) for the Opposite Direction | 8 values
| |
| minObstnClncAlt ← MIN_OBSTN_CLNC_ALT | Int | Point To Point Minimum Obstruction Clearance Altitude (MOCA) | feet MSL | |
| minCrossAlt ← MIN_CROSS_ALT | Int | Minimum Crossing Altitude (MCA) | feet MSL | |
| minCrossAltDir ← MIN_CROSS_ALT_DIR | DdIruMeaDir | Minimum Crossing Direction (MCA) when directional MCA applies | 8 values
| |
| minCrossAltNavPt ← MIN_CROSS_ALT_NAV_PT | String | Minimum Crossing Altitude (MCA) Point identifier at which the MCA applies | ||
| minCrossAltOpposite ← MIN_CROSS_ALT_OPPOSITE | Int | Minimum Crossing Altitude (MCA) in the Opposite Direction | feet MSL | |
| minCrossAltOppositeDir ← MIN_CROSS_ALT_OPPOSITE_DIR | DdIruMeaDir | Minimum Crossing Direction (MCA) for the Opposite Direction | 8 values
| |
| minRecepAlt ← MIN_RECEP_ALT | Int | FIX Minimum Reception Altitude (MRA) | feet MSL | |
| maxAuthAlt ← MAX_AUTH_ALT | Int | Point To Point Maximum Authorized Altitude (MAA) | feet MSL | |
| meaGap ← MEA_GAP | MeaGap | Identifies whether a given Airway Segment is Unusable or contains No MEA information |
| |
| reqdNavPerformance ← REQD_NAV_PERFORMANCE | Float | Required Navigation Performance (RNP) value for the airway segment | ||
| remark ← REMARK | String | Remark Text (Free Form Text that further describes a specific Information Item) |