An open API service indexing awesome lists of open source software.

https://github.com/claws/adsb

ADS-B tools for Python
https://github.com/claws/adsb

Last synced: 10 months ago
JSON representation

ADS-B tools for Python

Awesome Lists containing this project

README

          

adsb
####

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.

Quickstart
==========

adsb is available on PyPI and can be installed with `pip `_.

.. code-block:: console

$ pip install adsb

After installing adsb you can use it like any other Python module.

Here is a simple example:

.. code-block:: python

import adsb
# Fill this section in with the common use-case.

The `API Reference `_ provides API-level documentation.