ADS-B tools for Python
The adsb package currently provides tools for working with ADSB messages produced by software that provides BaseStation-like output, such as dump1090.
This project is very early in development.
adsb is available on PyPI and can be installed with pip.
$ pip install adsb
After installing adsb you can use it like any other Python module.
Here is a simple example:
import adsb
# Fill this section in with the common use-case.
The API Reference provides API-level documentation.