Flight Service Station Communication Facilities data including Remote Communications Air/Ground (RCAG) and Remote Communication Outlets (RCO/RCO1)
The COM.csv replaces the legacy COM.txt and AFF.txt Subscriber File data pertaining to RCAG. Unique record key is the combination of COMM_LOC_ID, COMM_TYPE, COMM_OUTLET_NAME, STATE_CODE, FACILITY_ID. Frequency related information can be found in FRQ.csv.
# Introspect the Com type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
effDate
commLocId
commType
navId
# }
}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 | ||
| commLocId ← COMM_LOC_ID | String | Communications Outlet Identifier, a 3-4 character alphanumeric identifier. RCAG type outlets do not currently have a 3-4 character identifier stored in NASR. | ||
| commType ← COMM_TYPE | CommType | Communication Outlet Type. RCAG is Remote Communications Air/Ground. RCO and RCO1 serve the same function as a Remote Communication Outlet; RCO1 may exist if two separate sites share the same identifier (e.g. one collocated with a NAVAID, the other physically on airport property). |
| |
| navId ← NAV_ID | String | Associated NAVAID Identifier. Applies to RCO and RCO1 types only. | ||
| navType ← NAV_TYPE | NavType | Associated NAVAID Type. Applies to RCO and RCO1 types only. | 13 values
| |
| city ← CITY | String | Communications Outlet City Name. RCAG outlets do not have an associated city stored in NASR. | ||
| stateCode ← STATE_CODE | ComStateCode | Associated State Code, standard two-letter abbreviation for US States and Territories. | 58 values
| |
| regionCode ← REGION_CODE | RegionCode | FAA Region responsible for the Communications Outlet. | 9 values
| |
| countryCode ← COUNTRY_CODE | ComCountryCode | Country Code for the country in which the Communications Outlet is located. |
| |
| commOutletName ← COMM_OUTLET_NAME | String | Communications Outlet Name. Also used as the Communications Outlet Call sign. | ||
| latDeg ← LAT_DEG | Int | Communications Outlet Latitude Degrees component | degrees | |
| latMin ← LAT_MIN | Int | Communications Outlet Latitude Minutes component | minutes | |
| latSec ← LAT_SEC | Float | Communications Outlet Latitude Seconds component | seconds | |
| latHemis ← LAT_HEMIS | LatHemis | Communications Outlet Latitude Hemisphere indicator |
| |
| latDecimal ← LAT_DECIMAL | Float | Communications Outlet Latitude in decimal degree format | degrees | |
| longDeg ← LONG_DEG | Int | Communications Outlet Longitude Degrees component | degrees | |
| longMin ← LONG_MIN | Int | Communications Outlet Longitude Minutes component | minutes | |
| longSec ← LONG_SEC | Float | Communications Outlet Longitude Seconds component | seconds | |
| longHemis ← LONG_HEMIS | LongHemis | Communications Outlet Longitude Hemisphere indicator |
| |
| longDecimal ← LONG_DECIMAL | Float | Communications Outlet Longitude in decimal degree format | degrees | |
| facilityId ← FACILITY_ID | String | For RCO and RCO1 types, the Identifier of the associated Flight Service Station. For RCAG types, the Identifier of the associated ARTCC. | ||
| facilityName ← FACILITY_NAME | String | For RCO and RCO1 types, the Name of the associated Flight Service Station. For RCAG types, the Name of the associated ARTCC. | ||
| altFssId ← ALT_FSS_ID | String | Associated Alternate Flight Service Station Identifier. Applies to RCO and RCO1 types only. | ||
| altFssName ← ALT_FSS_NAME | String | Associated Alternate Flight Service Station Name. Applies to RCO and RCO1 types only. | ||
| oprHrs ← OPR_HRS | String | Operating hours in standard time zone for the communications outlet. Applies to RCO and RCO1 types only. | ||
| commStatusCode ← COMM_STATUS_CODE | CommStatusCode | Communication Outlet operational status. Applies to RCO and RCO1 types only. |
| |
| commStatusDate ← COMM_STATUS_DATE | String | Status Date of the Communications Outlet. Applies to RCO and RCO1 types only. | ||
| remark ← REMARK | String | Remark associated with the Communications Outlet. |