Skip to content

If you want export your route from MyTracks app, read them and insert them on postgreSQL database, this can help you :)

License

Notifications You must be signed in to change notification settings

costa-victor/MyTracks-app_CSVread_postgreSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intro

If you want export your route from MyTracks app, read them and insert them on postgreSQL database, this can help you :)

How it works

App

After install MyTracks app, a powerful application to keep track of your route while you go around and also add some markers on map. You can export your route into a CSV File.

img1 img2

Python code

This code read the CSV File, applies a filter on markers, that when a marker in the CSV file is close enough to a marker in the database, based on the radius parameter, it will not be added to the database. After filtering, insert the data into your postgreSQL database.

About

If you want export your route from MyTracks app, read them and insert them on postgreSQL database, this can help you :)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages