habitat is a web application for tracking the flight path of high altitude balloons, relying on a network of users with radios sending in received telemetry strings which are parsed into position information and displayed on maps.
Written by various UKHAS members, see AUTHORS
$ pip install -r requirements.txt
# for testing
pip install nose
# pretty testing
pip install rednose
- habitat documentation on habhub - rendered documents generated by sphinx; the source code is in the docs folder
- habitat on github