It gets better still! Did you know that GPS data and KML (Google Earth's format), despite both using the WGS84 spheroid, are not compatible? GPS computes altitude above the spheroid (shape of the earth), while KML requires altitude above the geoid (shape of the sea). These differ by several hundred feet in many areas. (The geoid is 30 m below the ellipsoid where I am.)
But wait there's more! Just using lat/long and ignoring elevation? Guess what, the verticals for GPS and KML differ too! GPS looks down a line normal to the spheroid; KML looks down a line normal to the geoid (in the direction of gravity). Those are almost always different. So unless your GPS readings were taken at sea level, your data's still wrong!
The picture here explains what's going on: http://en.wikipedia.org/wiki/Geoid#Description The "plumb lines" are what are used by KML; the other lines are what are used by GPS. Notice how they point to different locations...
(P.S. I'm not a GIS-icist, but this comes from experience of collecting and correcting GPS data and reading spec sheets. I'd love if an actual GIS or Google person told me I was wrong but I'm not holding my breath.)
But wait there's more! Just using lat/long and ignoring elevation? Guess what, the verticals for GPS and KML differ too! GPS looks down a line normal to the spheroid; KML looks down a line normal to the geoid (in the direction of gravity). Those are almost always different. So unless your GPS readings were taken at sea level, your data's still wrong!
The picture here explains what's going on: http://en.wikipedia.org/wiki/Geoid#Description The "plumb lines" are what are used by KML; the other lines are what are used by GPS. Notice how they point to different locations...
(P.S. I'm not a GIS-icist, but this comes from experience of collecting and correcting GPS data and reading spec sheets. I'd love if an actual GIS or Google person told me I was wrong but I'm not holding my breath.)