Skip to main content

ADS-B tools for reading Dump1090 messages

Project description

adsb_tools

Scripts and stuff to help you parse through data from dump1090 messages

Aircraft Class

from adsb_tools.aircraft import Aircraft
"""
You must provide the base url for your ADS-B feeder,
E.g., localhost:8080 or 192.x.x.x:8080
Optional: provide base_latitude and base_longitude, which can be the
coordinates of your receiver. By providing base coordinates, each aircraft 
message will be augmented with additional info, including distance from base
coordinates, and direction. Nearest aircraft will be identified, and additional
external info will be retrieved, e.g. registration, image
"""
aircraft = Aircraft(base_adsb_url, base_latitude, base_longitude)
# get nearest aircraft
nearest_aircraft = aircraft.nearest_aircraft

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

adsb_tools-0.1.25.tar.gz (8.9 kB view hashes)

Uploaded Source

Built Distribution

adsb_tools-0.1.25-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page