Radar facility data including radar type, operating hours, and remarks for airports and TRACONs
Designed from a deconstruction of the legacy TWR.txt Subscriber File (TWR5 and TWR6 records). Unique record key is FACILITY_ID + COUNTRY_CODE + RADAR_NO. Ordered by FACILITY_ID, COUNTRY_CODE, RADAR_NO.
# Introspect the Rdr type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
effDate
facilityId
facilityType
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 | ||
| facilityId ← FACILITY_ID | String | Location identifier; unique 3-4 character alphanumeric identifier assigned to the landing facility or TRACON | ||
| facilityType ← FACILITY_TYPE | RdrFacilityType | Type of facility associated with the radar data |
| |
| stateCode ← STATE_CODE | RdrStateCode | Associated state post office code; standard two-letter abbreviation for US states and territories | 54 values
| |
| countryCode ← COUNTRY_CODE | RdrCountryCode | Country post office code for the country in which the airport or TRACON is located; also part of the unique record key |
| |
| radarType ← RADAR_TYPE | RadarType | Radar type code indicating the type of radar system installed at the facility | 7 values
| |
| radarNo ← RADAR_NO | RadarNo | Unique sequence number assigned to each radar at a facility; part of the unique record key | 7 values
| |
| radarHrs ← RADAR_HRS | String | Radar hours of operation; may include textual descriptions of scheduled hours, maintenance periods, and special conditions | ||
| remark ← REMARK | String | Remark associated with radar operations; may reference radar type, maintenance schedules, radar minima, or special operational notes |