A simple Kalman Filter implementation in Python
The python packages numpy, matplotlib and geopy are required:
numpy
matplotlib
geopy
$ pip install numpy matplotlib geopy
From the root directory of this repository run
$ python -m kalman_filter
Which example runs can be configured in kalman_filter/__main__.py
kalman_filter/__main__.py