Skip to content

Make airlines db

Eisenberger Tamas edited this page Jan 22, 2024 · 12 revisions

This tool creates airlines.db. This database is used to find the airline name and country based on the three-letter ICAO code. This database is currently only used by ADS-B receiver application.

Source for this database is: https://raw.githubusercontent.com/kx1t/planefence-airlinecodes/main/airlinecodes.txt

Build database

  • Download the latest version from location above.
  • Download script make_airlines_db.py.
  • Put them in the same folder and run script. Note: Python 3 required.
  • Copy database to /ADSB folder on sdcard.

Start here

How to collaborate

User manual

Developer Manual

Clone this wiki locally