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