ILS remarks table containing free-form text remarks associated with specific ILS data fields and components
Ordered by SITE_NO, SITE_TYPE_CODE, RWY_END_ID, TAB_NAME, ILS_COMP_TYPE_CODE, REF_COL_NAME, REF_COL_SEQ_NO. This combination is also the unique record key.
# Introspect the IlsRmk 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
| |
| tabName ← TAB_NAME | IlsRmkTabName | NASR table associated with the remark |
| |
| ilsCompTypeCode ← ILS_COMP_TYPE_CODE | IlsRmkIlsCompTypeCode | When TAB_NAME is not ILS, designates the specific component type that the remark refers to |
| |
| refColName ← REF_COL_NAME | IlsRmkRefColName | NASR column name associated with the remark. Non-specific remarks are identified as GENERAL_REMARK. | 13 values
| |
| refColSeqNo ← REF_COL_SEQ_NO | Int | Sequence number assigned to the Reference Column Remark, used when multiple remarks exist for the same reference column | ||
| remark ← REMARK | String | Remark text - free form text that further describes a specific information item |