Go to file
2022-04-21 16:47:25 +02:00
display First version of usable Displayer class done 2022-04-21 16:47:25 +02:00
examples First version of usable Displayer class done 2022-04-21 16:47:25 +02:00
filter Removed pyc files 2022-04-21 16:02:22 +02:00
.gitignore Removed pyc files 2022-04-21 16:02:22 +02:00
main.py Created basic outline of Displayer class 2022-04-21 15:59:55 +02:00
README.md Reorganize directory structure 2022-04-21 13:19:07 +02:00

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