This project reads the serial GPS connected to Raspberry Pi Zero and store Latitude, Longitude, Altitude and Speed in a local database, using pymsql. It also features a tool to generate KML from each route.
It uses the following packages: pymysql, geopy and simplekml
This is a port of Lauszus's gps.py. Original source code can be found at https://gist.github.com/Lauszus/5785023#file-gps-py