billygr / traccar2gpx

Uses traccar API to download a track in GPX format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

traccar2gpx

WIP. Connects to traccar API and downloads a specific timerange as GPX for use in other applications

HOWTO

  1. Copy config.py.sample as config.py
  2. Edit/update config.py with your traccar API URL, your credentials and the time frame
  3. run it with python3 (python3 traccar2gpx.py)
  4. The tracklog.gpx is your resulting file

Credits

Found the original code in traccar forums

About

Uses traccar API to download a track in GPX format


Languages

Language:Python 100.0%