@zhaofeng-shu33
1- Do you run the python code off of the Traccar server or Remote?
2- Could we run this for mutliple devices?
3- Does this work for you?
The following code is written in Python and could do this.
https://github.com/zhaofeng-shu33/traccar_gps/tree/067c0807e5e26446e81fd3687928432d7902f676
Yes, JSON is exported correctly, but I want to import tracks to some GPS applications, so I need to convert it to GPX, TCX, KML or similar track format.
I don't know if it's easy or not to convert json to GPX. I'will investigate if there is already any converter.
Thanks