2ff5225c01650218a89326e4c6271c6e85b1d1c4
Python Kalman Filter
A simple Kalman Filter implementation in Python
Dependencies
The python packages numpy, matplotlib and geopy are required:
$ pip install numpy matplotlib geopy
Usage
From the root directory of this repository run
$ python -m kalman_filter
Which example is run can be changed in kalman_filter/__main__.py
Description
Languages
Python
100%