Animate GPS data. Use a gpx file to display your GPS data.
pip install gpxMap
import gpxMap
graph = gpxMap.Graphics("Teusaca.gpx")
graph.setMapType('satellite') # maptypes: roadmap, satellite, terrain, hybrid
jump = graph.getNumberPoints() // (10 * 24) # 10 seconds
graph.animate(jump = jump)
- matplotlib
- gpxpy
- pillow