Markus Birth 492507d36d Removed API import script
Running SQL is MUCH faster

Signed-off-by: Markus Birth <markus@birth-online.de>
2025-06-26 01:32:50 +01:00
2025-06-26 01:32:18 +01:00
2025-06-26 01:32:18 +01:00
2025-06-26 01:32:18 +01:00

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
Traccar to DaWarIch converter
Readme 30 KiB
Languages
Python 100%