Description nearby-flights is a collection of Python tools for textual presentation of ADS-B flight data in airspace covered by flightradar24.com website and its' volunteers. Usage ./reader.py -l <latitude> -L <longitude> [-r <radius> -h <height> -H -F] Flags -l <latitude> - Latitude in decimal format -L <longitude> - Longitude in decimal format -r <radius> - Radius in kilometers (default 500km) -h <height> - Height in meters AMSL (default 0m) -H - Enable below(___)/above(_-_) horizon display -F - Enable waypoint fix detection
borism/nearby-flights
Fork of Adam Kent's http://bitbucket.org/akent/nearby-flights with main changes oriented towards more Unix-like operation instead of CGI display.
Python