FlightTracker is made for educational purposes and is one of the first evolutional tools to track and combine a number of online services on one spot that is on my personal roadmap.
It is made to visualize the flight traffic of your local environment and to get information of the flying objects around you. Additionally, optional current weather maps are displayed.
Currently included services are:
- FlightRadar24 through the unofficial FlightRadarAPI. Please note the Terms and Conditions!
- Google Maps through generated API-less requests. Please note the Google Maps Platform Terms of Service and Google Maps/Google Earth Additional Terms of Service!
- wetter.com rain and cloud radar maps through generated API-less requests. Please note the "Allgemeine Geschäftsbedingungen"! (Service only available in Europa and North America.)
For quick test, download the Windows binary as FlightTracker.zip.
FlightTracker is a Python application. To install to your computer, you just need to do:
git clone https://github.com/DaPheles/FlightTracker.git <install_path>
When the installation is done, change into your install path.
Installation of dependency packages:
pip install -r requirements.txt
Running FlightTracker:
python FlightTracker.py
The configuration file config.ini is used to modify your home location and appearance of your local neighborhood. By default, the Home location is set to the Berlin Brandenburger Tor.
Get your home location via Google Maps, click on your preferred location and check the URL of your browser window:
The location is coded in the format @<latitude>,<longitude>. Fill these number in the latitude and longitude fields of your config.ini.
If you prefer the maps come with a specific locale naming, e.g. German, set the localeLang = de and localeCountry = DE, or find the proper locale definition of your preference (refer to the ISO locale language code table).
R: toggles visualization of the rain radar map as overlay (on/off)
C: toggles visualization of the cloud map as overlay (on/off)
Center Mouse Button on any plane icon activates the FollowFlight window for a particular flight to follow the flight on the way to its destination.