2141f7d833e9e1bf36f4084cc4b570edf8b1a6e0
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 main.py
Description
Languages
Python
100%