ILS Glide Slope component data including antenna location, elevation, glide slope angle, and frequency
Ordered by SITE_NO, SITE_TYPE_CODE, RWY_END_ID. This combination is also the unique record key.
# Introspect the IlsGs 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 | IlsBaseStateCode | 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 | 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 Glide Slope |
| |
| componentStatusDate ← COMPONENT_STATUS_DATE | String | Effective Date of Glide Slope Operational Status | ||
| latDeg ← LAT_DEG | Int | Glide Slope Transmitter Antenna Latitude Degrees | degrees | |
| latMin ← LAT_MIN | Int | Glide Slope Transmitter Antenna Latitude Minutes | minutes | |
| latSec ← LAT_SEC | Float | Glide Slope Transmitter Antenna Latitude Seconds | seconds | |
| latHemis ← LAT_HEMIS | LatHemis | Glide Slope Transmitter Antenna Latitude Hemisphere |
| |
| latDecimal ← LAT_DECIMAL | Float | Glide Slope Transmitter Antenna Latitude in decimal format | degrees | |
| longDeg ← LONG_DEG | Int | Glide Slope Transmitter Antenna Longitude Degrees | degrees | |
| longMin ← LONG_MIN | Int | Glide Slope Transmitter Antenna Longitude Minutes | minutes | |
| longSec ← LONG_SEC | Float | Glide Slope Transmitter Antenna Longitude Seconds | seconds | |
| longHemis ← LONG_HEMIS | LongHemis | Glide Slope Transmitter Antenna Longitude Hemisphere |
| |
| longDecimal ← LONG_DECIMAL | Float | Glide Slope Transmitter 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 Glide Slope Transmitter Antenna in tenths of a foot MSL | tenths of feet MSL | |
| gSTypeCode ← G_S_TYPE_CODE | GSTypeCode | Glide Slope Class/Type code |
| |
| gSAngle ← G_S_ANGLE | Float | Glide Slope Angle in degrees and hundredths of a degree | degrees | |
| gSFreq ← G_S_FREQ | Float | Glide Slope Transmission Frequency | MHz |