NAVAID reference table associating fixes with the NAVAIDs used to define them, including bearing and distance information
Ordered by FIX_ID, ICAO_REGION_CODE, NAV_ID, NAV_TYPE. This ordering also serves as the unique record key. Replaces legacy FIX.txt Subscriber File.
# Introspect the FixNav type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
effDate
fixId
icaoRegionCode
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 | ||
| fixId ← FIX_ID | String | Fixed Geographical Position Identifier. References FIX_ID in FIX_BASE. | ||
| icaoRegionCode ← ICAO_REGION_CODE | FixNavIcaoRegionCode | International Civil Aviation Organization (ICAO) Code. In general, the first letter refers to the country, the second letter discerns the region within the country. References ICAO_REGION_CODE in FIX_BASE. | 19 values
| |
| stateCode ← STATE_CODE | FixNavStateCode | Associated State Post Office Code - standard two letter abbreviation for US States and Territories | 60 values
| |
| countryCode ← COUNTRY_CODE | FixNavCountryCode | Country Post Office Code identifying the country associated with the fix | 11 values
| |
| navId ← NAV_ID | String | NAVAID Identifier - the identifier of the navigation aid used to define the fix position | ||
| navType ← NAV_TYPE | FixNavNavType | NAVAID Facility Type indicating the type of navigation aid used to define the fix | 10 values
| |
| bearing ← BEARING | Float | Bearing, Radial, Direction or Course from the NAVAID to the fix, depending on the facility type | degrees | |
| distance ← DISTANCE | Float | DME distance from the NAVAID facility to the fix | nautical miles |