Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 400 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 400 Bytes

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