Skip to content

Waypoints and Navigation Facilities

The waypoint section contains various types of navigation points including airports, navigation aids, and route waypoints.

Waypoint Types

Each waypoint has a type code that identifies its category:

TypeDescriptionUsage
0AirportTerminal facilities
1VFR WaypointVisual reference points
2VOR/TACANCombined navigation aid
3TACANMilitary tactical navigation
4VOR/DMEVOR with distance measuring
5NDBNon-directional beacon
6Route WaypointIntersection/fix
9DMEDistance measuring equipment

Airport Records (Type 0)

Airports represent terminal facilities with runways and services.

Format

WPT ICAO IATA0ICAOAREA1CAREAGIONNAMEEEEE        DDDDDD     ±LLLLLLLLL±LLLLLLLLL±EEEEERRRRRFIRCODE    TTTT

Example

WPT ZBAA PEK0ZBAAZBP 1CZBCAPITAL                       016256     +40073333+116598333+0011612467ZBPE    9850

Field Breakdown

FieldMeaningNotes / Examples
WPTWaypoint type identifierFixed value indicating this record is a waypoint/airport/navigation facility
ZBAAICAO code
PEKIATA code
0Type code0 = Airport
ZBAAICAO codeSame as ICAO above
ZBRegion code
PSection codeAirport (ref ARINC424-18 5.4)
1FlagFixed value indicating this record is an airport
CAirport categoryC = Civil, M = Military, P = Private
ZBRegion code
CAPITALName
016256Database IDUnique identifier
+40073333LatitudeWGS-84, decimal degrees × 1e6, + = North, - = South → 40.073333°N
+116598333LongitudeWGS-84, decimal degrees × 1e6, + = East, - = West → 116.598333°E
+00116Elevation (feet)+ = Above MSL, - = Below MSL
12467Longest runway length (feet)e.g., 12,467 ft
ZBPEAirport FIR code
9850Transition altitude (ft)

Route Waypoints (Type 6)

Intersections and fixes used for navigation routing.

Example

WPT AVBOX   6AVBOXZBE0 ZBAVBOX                         097808     +38647778+116378056+0000000000ZBPE

Field Breakdown

FieldMeaningNotes / Examples
WPTWaypoint type identifierFixed value indicating this record is a waypoint/airport/navigation facility
AVBOXWaypoint identifier
6Type code6 = Waypoint
AVBOXWaypoint identifier
ZBRegion code
ESection codeE = Enroute, P = Airport (ref ARINC424-18 5.4)
0Terminal area flag0 = Not terminal area waypoint, 1 = Terminal area waypoint
ZBRegion code
AVBOXWaypoint nameIf named by VOR bearing and distance, would be ZUH345015
097808Database ID
+38647778Latitude
+116378056Longitude
+0000000000Unused fieldWaypoint does not need this field
ZBPEFlight Information Region

VOR Stations (Type 4)

VOR navigation aids.

Example

WPT PEK     4PEKZBD  0 ZBGUANZHUANG                    27126111470+40048333+116735000+0020300000ZBPE

Field Breakdown

FieldMeaningNotes / Examples
WPTWaypoint type identifierFixed value indicating this record is a waypoint/airport/navigation facility
PEKVOR identifier
4Type code4 = VOR/DME
PEKVOR identifier
ZBRegion code
DSection codeD = Navigation facility (ref ARINC424-18 5.4)
0Terminal area flag0 = Not terminal area waypoint, 1 = Terminal area waypoint
ZBRegion code
GUANZHUANGName
271261Database ID
11470Frequency11470 = 114.70 MHz
+40048333Latitude
+116735000Longitude
+00203ElevationElevation (feet), + = Above MSL, - = Below MSL
00000Unused fieldVOR does not need this field
ZBPEFlight Information Region

NDB Stations (Type 5)

Non-Directional Beacon radio navigation aids.

Example

WPT CU      5CUZBD   0 ZBSHAHE                         27392005550+40121667+116371667+0000000000ZBPE

Field Breakdown

FieldMeaningNotes / Examples
WPTWaypoint type identifierFixed value indicating this record is a waypoint/airport/navigation facility
CUNDB identifier
5Type code5 = NDB
CUNDB identifier
ZBRegion code
DSection codeD = Navigation facility (ref ARINC424-18 5.4)
0Terminal area flag0 = Not terminal area waypoint, 1 = Terminal area waypoint
ZBRegion code
SHAHEName
273920Database ID
05550Frequency05550 = 555.0 kHz
+40121667Latitude
+116371667Longitude
0000000000Unused fieldNDB does not use this field
ZBPEFlight Information Region

Coordinate Conversion

All waypoint coordinates use the same format:

Latitude

±DDDDDDDD (degrees × 1,000,000)
+40073333 → 40.073333°N
-40073333 → 40.073333°S

Longitude

±DDDDDDDDD (degrees × 1,000,000)  
+116598333 → 116.598333°E
-116598333 → 116.598333°W

Waypoints connect to other navdata sections:

Next Steps

Released under the MIT License.