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
Release history Release notifications | RSS feed
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.26.tar.gz
(9.0 kB
view details)
Built Distribution
File details
Details for the file adsb_tools-0.1.26.tar.gz
.
File metadata
- Download URL: adsb_tools-0.1.26.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 962d0659672edca1f741b77d130f1e6dae1aab8976322fa9db5eed5076a18236 |
|
MD5 | 683efd713c3c840c831ee56ffc5efc6f |
|
BLAKE2b-256 | 713a7e96874b722b55734011b7cdc92513323b073144db7196b93db63ccd238a |
File details
Details for the file adsb_tools-0.1.26-py3-none-any.whl
.
File metadata
- Download URL: adsb_tools-0.1.26-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff2dfc7f9352877ed909e0238a61295161005b6c77ee9d3e51ea918ddb08ec07 |
|
MD5 | 303beffbd76507f109955f146d1a750e |
|
BLAKE2b-256 | beca67cdfd8b62a96ea9f9eaaa35d74f2c454c9d9546dc833aad6a68c6641de1 |