Application for tracking the position of rockets (or weather baloons, UFOs etc.) during launches. It consists of 2 main modules:
-
Visualising the rocket's position based on the coordinates sent by the rocket
-
Calculating and visualising probable rocket's position based only on the signal strength, used when coordinates cannot be retrieved from the data frames
Heatmap of the probability of finding the signal source. The aliens mark the spots which we know the signal stregnth in. The upper alien has low signal stregth compared to the bottom ones so the algorithm predicted the source is further away from it.
- run:
pip install -r requirements.txt
- for windows:
put the file
rtlsdr.dll
from this repository into your python istallation folder (the same folder aspython.exe
)