Skip to content

DaPheles/FlightTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlightTracker

=> DEUTSCH

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.

flighttracker

Currently included services are:

Installation

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

Configuration

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.

Location

Get your home location via Google Maps, click on your preferred location and check the URL of your browser window:

google_maps_url

The location is coded in the format @<latitude>,<longitude>. Fill these number in the latitude and longitude fields of your config.ini.

Locale

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).

Controls

Keys

R: toggles visualization of the rain radar map as overlay (on/off)

C: toggles visualization of the cloud map as overlay (on/off)

Mouse

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages