# IlsGs

ILS Glide Slope component data including antenna location, elevation, glide slope angle, and frequency

**Source:** NASR table `ILS_GS` · version `e25086c3e952` · effective 2026-04-16

> Ordered by SITE_NO, SITE_TYPE_CODE, RWY_END_ID. This combination is also the unique record key.

## Example query

```graphql
# 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 available in-browser).

## Fields

| Field | Type | Description | Units | Enum |
|---|---|---|---|---|
| `effDate` | `String` | The 28 Day NASR Subscription Effective Date in format YYYY/MM/DD |  |  |
| `siteNo` | `String` | Landing Facility Site Number. A unique identifying number. References SITE_NO in ILS_BASE. |  |  |
| `siteTypeCode` | `SiteTypeCode` | Landing Facility Type Code |  | `A`=AIRPORT; `B`=BALLOONPORT; `C`=SEAPLANE BASE; `G`=GLIDERPORT; `H`=HELIPORT; `U`=ULTRALIGHT |
| `stateCode` | `IlsBaseStateCode` | Associated State Post Office Code, standard two letter abbreviation for US States and Territories |  | `AK`, `AL`, `AR`, … (56 values) |
| `arptId` | `String` | Location Identifier. Unique 3-4 character alphanumeric identifier assigned to the Landing Facility |  |  |
| `city` | `String` | Associated City Name |  |  |
| `countryCode` | `String` | Country Post Office Code |  |  |
| `rwyEndId` | `String` | ILS Runway End Identifier |  |  |
| `ilsLocId` | `String` | ILS Identification code. References ILS_LOC_ID in ILS_BASE. |  |  |
| `systemTypeCode` | `SystemTypeCode` | ILS System Type code indicating the type of instrument landing system |  | `LS`, `SF`, `LC`, … (9 values) |
| `componentStatus` | `ComponentStatus` | Operational Status of the Glide Slope |  | `OPERATIONAL IFR`=Operational for IFR use; `OPERATIONAL RESTRICTED`=Operational with restrictions; `SHUTDOWN`=Shut down and not operational |
| `componentStatusDate` | `String` | Effective Date of Glide Slope Operational Status |  |  |
| `latDeg` | `Int` | Glide Slope Transmitter Antenna Latitude Degrees | degrees |  |
| `latMin` | `Int` | Glide Slope Transmitter Antenna Latitude Minutes | minutes |  |
| `latSec` | `Float` | Glide Slope Transmitter Antenna Latitude Seconds | seconds |  |
| `latHemis` | `LatHemis` | Glide Slope Transmitter Antenna Latitude Hemisphere |  | `N`=North; `S`=South |
| `latDecimal` | `Float` | Glide Slope Transmitter Antenna Latitude in decimal format | degrees |  |
| `longDeg` | `Int` | Glide Slope Transmitter Antenna Longitude Degrees | degrees |  |
| `longMin` | `Int` | Glide Slope Transmitter Antenna Longitude Minutes | minutes |  |
| `longSec` | `Float` | Glide Slope Transmitter Antenna Longitude Seconds | seconds |  |
| `longHemis` | `LongHemis` | Glide Slope Transmitter Antenna Longitude Hemisphere |  | `E`=East; `W`=West |
| `longDecimal` | `Float` | Glide Slope Transmitter Antenna Longitude in decimal format | degrees |  |
| `latLongSourceCode` | `LatLongSourceCode` | Code indicating source of Latitude/Longitude information |  | `A`, `C`, `D`, … (16 values) |
| `siteElevation` | `Float` | Site Elevation of Glide Slope Transmitter Antenna in tenths of a foot MSL | tenths of feet MSL |  |
| `gSTypeCode` | `GSTypeCode` | Glide Slope Class/Type code |  | `GS`=Glide Slope - Standard Glide Slope; `GD`=Glide Slope/DME - Glide Slope with Distance Measuring Equipment |
| `gSAngle` | `Float` | Glide Slope Angle in degrees and hundredths of a degree | degrees |  |
| `gSFreq` | `Float` | Glide Slope Transmission Frequency | MHz |  |

## Enum values

### `stateCode` (`IlsBaseStateCode`)

| Code | Description |
|---|---|
| `AK` | Alaska |
| `AL` | Alabama |
| `AR` | Arkansas |
| `AS` | American Samoa |
| `AZ` | Arizona |
| `CA` | California |
| `CO` | Colorado |
| `CT` | Connecticut |
| `DC` | District of Columbia |
| `DE` | Delaware |
| `FL` | Florida |
| `GA` | Georgia |
| `GU` | Guam |
| `HI` | Hawaii |
| `IA` | Iowa |
| `ID` | Idaho |
| `IL` | Illinois |
| `IN` | Indiana |
| `KS` | Kansas |
| `KY` | Kentucky |
| `LA` | Louisiana |
| `MA` | Massachusetts |
| `MD` | Maryland |
| `ME` | Maine |
| `MI` | Michigan |
| `MN` | Minnesota |
| `MO` | Missouri |
| `MP` | Northern Mariana Islands |
| `MS` | Mississippi |
| `MT` | Montana |
| `NC` | North Carolina |
| `ND` | North Dakota |
| `NE` | Nebraska |
| `NH` | New Hampshire |
| `NJ` | New Jersey |
| `NM` | New Mexico |
| `NV` | Nevada |
| `NY` | New York |
| `OH` | Ohio |
| `OK` | Oklahoma |
| `OR` | Oregon |
| `PA` | Pennsylvania |
| `PR` | Puerto Rico |
| `RI` | Rhode Island |
| `SC` | South Carolina |
| `SD` | South Dakota |
| `TN` | Tennessee |
| `TX` | Texas |
| `UT` | Utah |
| `VA` | Virginia |
| `VI` | Virgin Islands |
| `VT` | Vermont |
| `WA` | Washington |
| `WI` | Wisconsin |
| `WV` | West Virginia |
| `WY` | Wyoming |

### `systemTypeCode` (`SystemTypeCode`)

| Code | Description |
|---|---|
| `LS` | ILS - Instrument Landing System |
| `SF` | SDF - Simplified Directional Facility |
| `LC` | LOC - Localizer |
| `LA` | LDA - Localizer-Type Directional Aid |
| `LD` | ILS/DME - Instrument Landing System/Distance Measuring Equipment |
| `SD` | SDF/DME - Simplified Directional Facility/Distance Measuring Equipment |
| `LE` | LOC/DME - Localizer/Distance Measuring Equipment |
| `LG` | LOC/GS - Localizer/Glide Slope |
| `DD` | LDA/DME - Localizer-Type Directional Aid/Distance Measuring Equipment |

### `latLongSourceCode` (`LatLongSourceCode`)

| Code | Description |
|---|---|
| `A` | Air Force |
| `C` | Coast Guard |
| `D` | Canadian AIRAC |
| `F` | FAA |
| `FS` | Tech Ops (AFS-530) |
| `G` | NOS (Historical) |
| `K` | NGS |
| `M` | DOD (NGA) |
| `N` | US Navy |
| `O` | Owner |
| `P` | NOS Photo Survey (Historical) |
| `Q` | Quad Plot (Historical) |
| `R` | Army |
| `S` | SIAP |
| `T` | 3rd Party Survey |
| `Z` | Surveyed |

## Column provenance

Every field maps 1:1 to a column in the `ILS_GS` table of `nasr.db`. Original FAA column names:

| GraphQL field | SQLite column |
|---|---|
| `effDate` | `EFF_DATE` |
| `siteNo` | `SITE_NO` |
| `siteTypeCode` | `SITE_TYPE_CODE` |
| `stateCode` | `STATE_CODE` |
| `arptId` | `ARPT_ID` |
| `city` | `CITY` |
| `countryCode` | `COUNTRY_CODE` |
| `rwyEndId` | `RWY_END_ID` |
| `ilsLocId` | `ILS_LOC_ID` |
| `systemTypeCode` | `SYSTEM_TYPE_CODE` |
| `componentStatus` | `COMPONENT_STATUS` |
| `componentStatusDate` | `COMPONENT_STATUS_DATE` |
| `latDeg` | `LAT_DEG` |
| `latMin` | `LAT_MIN` |
| `latSec` | `LAT_SEC` |
| `latHemis` | `LAT_HEMIS` |
| `latDecimal` | `LAT_DECIMAL` |
| `longDeg` | `LONG_DEG` |
| `longMin` | `LONG_MIN` |
| `longSec` | `LONG_SEC` |
| `longHemis` | `LONG_HEMIS` |
| `longDecimal` | `LONG_DECIMAL` |
| `latLongSourceCode` | `LAT_LONG_SOURCE_CODE` |
| `siteElevation` | `SITE_ELEVATION` |
| `gSTypeCode` | `G_S_TYPE_CODE` |
| `gSAngle` | `G_S_ANGLE` |
| `gSFreq` | `G_S_FREQ` |
