Skip to content

Collection of aviation data including airline/airport IATA/ICAO conversions, timzeone data, etc.

Notifications You must be signed in to change notification settings

navport/air-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

air-data

Collection of aviation data including airline/airport IATA/ICAO conversions, timzeone data, etc.

Data Sources

Contributing

Requirements:

Contributing Data:

To contribute data, use the type file (airports, airlines, timezones) in the src/append directory. The data should be in JSON format and follow the following examples:

airlines:

{
  "iata_code": "DL",
  "icao_code": "DAL",
  "name": "Delta Air Lines",
  "alias": "",
  "by": "iata" // This is only used if replacing an existing string in the airlines.json file (by iata or icao). If adding a new entry, this should be omitted.
}

After, run the following command to append the data to the existing JSON file:

pnpm run-all

Open a pull request with the changes and they will be reviewed and merged if they meet the requirements.

License

The code to fetch the data is licensed under the MIT License. The data itself is licensed under the respective licenses of the sources mentioned above.

About

Collection of aviation data including airline/airport IATA/ICAO conversions, timzeone data, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published