Hi Dong,
Thanks for that - yes, I manged yesterday to simulate a drive yesterday from a google earth file by (a long) trial. In my part of the country it is very flat and altitude varies only slightly so it was close enough for me to ignore.
I wound up using this tool:
https://acscdg.com/
Plotted a map, exported CSV, and generated relative (CMD3) heading changes, also rough times from distance/velocity. At that point is learned the difficulty of turning and the strong dependence on velocity, bearing change and command duration. From there I just hand tweaked the results iterating, each change and looking on a map. Worked well enough for my purposes. It was also after this learning experience I learned what my request would entail.
Also, google earth pro can do this, with alt, just make a path, and save as KML and import, you get lat/lon/alt out and initial loc/bearing. There are a few open matlab/python libs that can support finding the bearing and arc lengths. Creating a tool that can go between that and a trajectory / motion simulation is quite another task. Certainly interesting!
Thanks for the link (I hadn't seen it) and the explanation! I know appreciate what I was asking for!
I'd be interested to know if there were any open source tool sets you have used in the past for this type of thing?