Python script for merging coordinates of multiple kml files into the first supplied kml file.
Just execute
python3 kmlMerge.py *.kml
to merge all kml files in the current directory in lexicographic order.
This script takes the logs generated by the sygic app in the travelbook folder as input and produces a mergedOutput.kml file as a result. Script runs on python 3.