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