How to Convert NMEA Data to Google Earth Mapping?

  • Thread starter Thread starter JamesH
  • Start date Start date
  • Tags Tags
    Data Output
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
JamesH
Messages
1
Reaction score
0
Hey there fellow engineers,

I have a question to pose for a project I am carrying out.

I currently have a GPS logger I have created myself and was wondering if anyone knew how to take the GPS data (in minimum NMEA forum- so just time and longitude and latitude values) and import this (probably through some coding) into a mapping software like Google Earth.

The problem is that Google Earths GPS support is not free, so anyone know anyway around this? Or perhaps any other ideas??

Thanks in advance. And a very nice forum you have here too I've noticed :cool:
 
Engineering news on Phys.org
im doing a project on NMEA strings atm actually... a bit of a rubbish solution but i think a UMFPU-V3 chip can parse NMEA messages and has some kind of graphical output (no idea how good it is)

sounds like you need to find some way of making a .GPX file - http://freegeographytools.com/2007/creating-gps-routes-in-google-maps

could try making a route in google Earth and finding the file and seeing if u can open it in notepad and understand it...
 
Haven't tried it but what about this http://mboffin.com/earthbridge/
There is also a www.gearthblog.com[/url] and [url]www.gearthhacks.com[/URL] which discuss tools for google earth
 
Last edited by a moderator:
You can type in Lat Lon here and get a kml file out. From this you can determine what you need to add to a file parser

http://www.andrewdavidson.com/google-earth-kml-creator/

Here is website that gives you the PHP code
http://the.taoofmac.com.nyud.net:8090/space/blog/2005/07/04
 
Last edited by a moderator: