Running SQL is MUCH faster Signed-off-by: Markus Birth <markus@birth-online.de>
Use e.g. Adminer to export your Traccar's tc_points table into a CSV file.
tc_points
Change line #4 in convert.py to the filename of the CSV file you've just exported. And put both into the same directory.
convert.py
Run:
./convert.py > dawarich.sql
Import the resulting dawarich.sql into your DaWarIch database.
dawarich.sql