ILS Marker Beacon component data including inner, middle, and outer markers with location, frequency, and associated NAVAID information
Ordered by SITE_NO, SITE_TYPE_CODE, RWY_END_ID, ILS_COMP_TYPE_CODE. This combination is also the unique record key.
# Introspect the IlsMkr 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. References SITE_NO in ILS_BASE. | ||
| siteTypeCode ← SITE_TYPE_CODE | SiteTypeCode | Landing Facility Type Code |
| |
| stateCode ← STATE_CODE | IlsMkrStateCode | Associated State Post Office Code, standard two letter abbreviation for US States and Territories | 47 values
| |
| arptId ← ARPT_ID | String | Location Identifier. Unique 3-4 character alphanumeric identifier assigned to the Landing Facility | ||
| city ← CITY | String | Associated City Name | ||
| countryCode ← COUNTRY_CODE | String | Country Post Office Code | ||
| rwyEndId ← RWY_END_ID | String | ILS Runway End Identifier | ||
| ilsLocId ← ILS_LOC_ID | String | ILS Identification code. References ILS_LOC_ID in ILS_BASE. | ||
| systemTypeCode ← SYSTEM_TYPE_CODE | SystemTypeCode | ILS System Type code indicating the type of instrument landing system | 9 values
| |
| ilsCompTypeCode ← ILS_COMP_TYPE_CODE | IlsCompTypeCode | Marker Beacon type indicating which marker this record represents |
| |
| componentStatus ← COMPONENT_STATUS | ComponentStatus | Operational Status of the Marker Beacon |
| |
| componentStatusDate ← COMPONENT_STATUS_DATE | String | Effective Date of Marker Beacon Operational Status | ||
| latDeg ← LAT_DEG | Int | Marker Beacon Latitude Degrees | degrees | |
| latMin ← LAT_MIN | Int | Marker Beacon Latitude Minutes | minutes | |
| latSec ← LAT_SEC | Float | Marker Beacon Latitude Seconds | seconds | |
| latHemis ← LAT_HEMIS | LatHemis | Marker Beacon Latitude Hemisphere |
| |
| latDecimal ← LAT_DECIMAL | Float | Marker Beacon Latitude in decimal format | degrees | |
| longDeg ← LONG_DEG | Int | Marker Beacon Longitude Degrees | degrees | |
| longMin ← LONG_MIN | Int | Marker Beacon Longitude Minutes | minutes | |
| longSec ← LONG_SEC | Float | Marker Beacon Longitude Seconds | seconds | |
| longHemis ← LONG_HEMIS | LongHemis | Marker Beacon Longitude Hemisphere |
| |
| longDecimal ← LONG_DECIMAL | Float | Marker Beacon Longitude in decimal format | degrees | |
| latLongSourceCode ← LAT_LONG_SOURCE_CODE | LatLongSourceCode | Code indicating source of Latitude/Longitude information | 16 values
| |
| siteElevation ← SITE_ELEVATION | Float | Site Elevation of Marker Beacon in tenths of a foot MSL | tenths of feet MSL | |
| mkrFacTypeCode ← MKR_FAC_TYPE_CODE | MkrFacTypeCode | Facility/Type of Marker/Locator code indicating what type of facility is at the marker location |
| |
| markerIdBeacon ← MARKER_ID_BEACON | String | Location Identifier of beacon at the marker | ||
| compassLocatorName ← COMPASS_LOCATOR_NAME | String | Name of the Marker Locator Beacon | ||
| freq ← FREQ | Float | NAVAID Frequency when marker is collocated, else Locator Frequency | kHz | |
| navId ← NAV_ID | String | Location Identifier of Navigation Aid collocated with the marker. Blank indicates marker is not collocated with a NAVAID. | ||
| navType ← NAV_TYPE | String | Collocated NAVAID Type | ||
| lowPoweredNdbStatus ← LOW_POWERED_NDB_STATUS | String | Low Powered NDB Status of Marker Beacon |