gpxMap

Animate GPS data. Use a gpx file to display your GPS data.


Keywords
example, documentation, tutorial
License
GPL-2.0+
Install
pip install gpxMap==0.0.0

Documentation

gpxMap

Animate GPS data. Use a gpx file to display your GPS data.

install

pip install gpxMap

example

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)

dependencies

  • matplotlib
  • gpxpy
  • pillow

Results

Sopo

Results

Teusaca

Results