Skip to content

EricSnopkowski/gpsclean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

CleanDb

This is a python script to cleanup gps positions in a mariadb database. If a gps point is a range of 50m of the last point it will be deleted. So only points >50m distance will remain in the database. Use the requirements.txt file to load modules : pip install -r requirements.txt

parameters needs to be set a .env file like this : MARIADB_HOST=xxx.xxx.xxx.xxx MARIADB_USER=root MARIADB_PASSWORD=12345 MARIADB_DATABASE=data

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages