Google Earth

It would be a very interesting feature to be able to interface a completed flight’s “track log” with the “fly to” feature of google earth. Each point in the track log is in a lat/long format which google earth will accept. I would however like to see the track log published to a 3rd decimal point, thereby showing a more accurate position.

The purpose of this interface would be to show a real world plot of the flight’s history on google earth.

Regards from Aurora, CO :slight_smile:

I do it all the time with this program.

I usually have to format the data correctly in Excel first, but it makes a nice little plot in Google Earth.

Feel free to ask me for any help with it.

I installed the program, but it doesnt like an ocx file on my computer…and I’m no computer wiz…so i’ll leave well enough alone.

Thanks

Ran into the same problem 767driver. Like you, left well enough alone and did not install the program. The directions on fixing the problem is clearly marked on the web page.

Rather then messing with registering files per website directions, I have a sample file that below you need to save with the extention of .kml

I use Excel to import the data from Flight Aware (I copy the data from the FA flight log, and paste it into Excel). Be sure to put the cells in a general or text based format, not numbers or lead zeros will drop off.

I delete the unneeded colums.

I open Notepad, and paste in the following. You will have to add a comma between the coordinates as displayed below.

I snipped out the long string of GPS coordinates except for the first three entries for brevity sake.

3D Flight Path N9802Z root://styles#default+icon=0x307 1 -86.97,33.35 -86.98,33.35 -87.02,33.37

Save the above file in a .kml extension in Notepad in a notepad format.

If you got Google installed already, then all you need to do is double click your newly created file and Google will zoom into the flight track.

For the fly to feature to work, you may need to adjust Google to a selected altitude of your choice and fly the route.

Other then the tedious task of copying and pasting, and adding commas between the coordinates, this works great for me.

Takes me about 5 minutes from start to finish when I add a 2 hour flight into my Google Earth.

Hope this helps.

Allen

Allen,

Will give it a try when I get home from my trip.

Thanks much

You can shave off a few minutes by letting Excel do the comma additions for you too.

Longitude values in column A
Latitude values in column B

In cell C1, enter the following

= A1 & “,” & B1

Copy this formula all the way down to the end of the coordinates list.
Copy and paste the contents of column C into the Notepad file.