Home

Awesome

Project Horus - Ground Station & Chase Car Utilities for High Altitude Balloon Tracking

WARNING: As of July 2020, this repository is in maintenance mode, with fixes only being applied as required to make critical bits of software work under modern systems (e.g. with Python 3). Much of the repository will be in a broken state as Python 3 compatibility is added. Use the python3 branch.

This repository contains various libraries & utilities used for:

In the context of this repository, the term 'telemetry' generally refers to position (latitude/longitude/altitude) data from a high-altitude balloon payload, but can also include command & control messages, for example those send to/from the mission control payload.

In essence, these utilities provide the 'glue' that connects the telemetry sources (LoRa receivers, fldigi, radiosonde receivers) with the mapping applications (OziPlotter, Habitat).

The main use-cases for these utilities are:

All the applications mentioned within this documentation are provided as Python scripts (within the apps directory), which are (mostly) cross-platform.

Related repositories include radiosonde_auto_rx (a source of payload telemetry data, in this case from radiosondes), and OziPlotter (for offline mapping of payload positions).

Refer to the wiki pages for further documentation.

Changelog