Skip to content

Putting GPX points on a map

License

Notifications You must be signed in to change notification settings

makew0rld/gpsmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpsmap

This project parses GPX files (from GPSLogger in my case) into a SQLite database, and then plots that data as dots on a map.

This is solely a personal project and you will need to modify it before using, for example the file paths and map location are hardcoded.

Usage

This project is managed with uv because it is the best. Run scripts with uv run <script>.

make_db.py creates the SQLite database, and make_map.py reads from the database and outputs map.jpg.

If you run make_map.py nocache that will disable using the cached map data which is slower but required if you change what map components are downloaded. It is also of course required for the first run, as there is no cache to start with.

License

This code is licensed under the MIT license.

About

Putting GPX points on a map

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages