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
- Host: GitHub
- URL: https://github.com/claws/adsb
- Owner: claws
- License: mit
- Created: 2018-02-18T10:31:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T11:36:54.000Z (about 8 years ago)
- Last Synced: 2025-06-24T22:04:50.991Z (12 months ago)
- Language: Python
- Size: 65.4 KB
- Stars: 12
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: License
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.