Military operations data for landing facilities including military agency type, call signs, and hours of operation
Designed from a deconstruction of the legacy TWR.txt Subscriber File as a logical grouping of military data found in the TWR1 and TWR2 records and remarks found in the TWR6 record. Unique record key is SITE_NO + SITE_TYPE_CODE.
# Introspect the MilOps 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 identifying the landing facility. | ||
| siteTypeCode ← SITE_TYPE_CODE | SiteTypeCode | Facility Type Code indicating the type of landing facility |
| |
| stateCode ← STATE_CODE | String | Associated State Post Office Code, standard two-letter abbreviation for US States and Territories | ||
| arptId ← ARPT_ID | String | Location Identifier. Unique 3-4 character alphanumeric identifier assigned to the Landing Facility | ||
| city ← CITY | String | Airport Associated City Name | ||
| countryCode ← COUNTRY_CODE | MilOpsCountryCode | Country Post Office Code for the country where the airport is located |
| |
| milOpsOperCode ← MIL_OPS_OPER_CODE | MilOpsOperCode | Military Agency Type Code that Operates the Control Facility |
| |
| milOpsCall ← MIL_OPS_CALL | String | Radio Call Name for Military Operations at this Control Facility | ||
| milOpsHrs ← MIL_OPS_HRS | String | Hours of Military Operations Conducted each Day | ||
| amcpHrs ← AMCP_HRS | String | Hours of Operation of the Military Aircraft Command Post (AMCP) located at the facility | ||
| pmsvHrs ← PMSV_HRS | String | Hours of Operation of the Military Pilot-To-Metro Service (PMSV) located at the facility | ||
| remark ← REMARK | String | Remark associated with Military Operations at the facility |