ILS Distance Measuring Equipment (DME) component data including transponder antenna location, elevation, and channel
Ordered by SITE_NO, SITE_TYPE_CODE, RWY_END_ID. This combination is also the unique record key.
# Introspect the IlsDme 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 | IlsDmeStateCode | Associated State Post Office Code, standard two letter abbreviation for US States and Territories | 55 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
| |
| componentStatus ← COMPONENT_STATUS | ComponentStatus | Operational Status of the DME |
| |
| componentStatusDate ← COMPONENT_STATUS_DATE | String | Effective Date of DME Operational Status | ||
| latDeg ← LAT_DEG | Int | DME Transponder Antenna Latitude Degrees | degrees | |
| latMin ← LAT_MIN | Int | DME Transponder Antenna Latitude Minutes | minutes | |
| latSec ← LAT_SEC | Float | DME Transponder Antenna Latitude Seconds | seconds | |
| latHemis ← LAT_HEMIS | LatHemis | DME Transponder Antenna Latitude Hemisphere |
| |
| latDecimal ← LAT_DECIMAL | Float | DME Transponder Antenna Latitude in decimal format | degrees | |
| longDeg ← LONG_DEG | Int | DME Transponder Antenna Longitude Degrees | degrees | |
| longMin ← LONG_MIN | Int | DME Transponder Antenna Longitude Minutes | minutes | |
| longSec ← LONG_SEC | Float | DME Transponder Antenna Longitude Seconds | seconds | |
| longHemis ← LONG_HEMIS | LongHemis | DME Transponder Antenna Longitude Hemisphere |
| |
| longDecimal ← LONG_DECIMAL | Float | DME Transponder Antenna 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 DME Transponder Antenna in tenths of a foot MSL | tenths of feet MSL | |
| channel ← CHANNEL | String | NAS Channel on which distance data is transmitted (format: number followed by X or Y) |