Skip to content

vATIS airport and navaid database

Notifications You must be signed in to change notification settings

vatis-project/navdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vATIS NavData

This repository contains the navdata (airports and navaids) files used by vATIS.

How do I submit a navdata change?

Updates to the navdata files should be made directly by submitting a pull request. The navdata files hosted in this GitHub project are in yaml format to make it easier for contributions. Approved changes will be merged and automatically converted to json file format for use by vATIS.

Data Format

The airports.yaml file contains data for airports. An airport is composed of four properties: ID, Name, Lat (Latitude) and Lon (Longitude).

- ID: KLAX
  Name: LOS ANGELES INTERNATIONAL AIRPORT
  Lat: 33.942495
  Lon: -118.40807

The navaids.yaml file contains navaid (VOR/VORTAC) data. A navaid is composed of two properties: ID and Name.

- ID: LAX
  Name: LOS ANGELES