hyper24
04-30-2008, 04:55 AM
I am working on a little project with a micro controller and a gps module.
I would like to mark spots on google earth map and export these co-ords to a file that I can use in my code.
The problem is if i have a spot marked, called check 1 (37°50'3.60"S, 144°55'29.26"E) (co-ords from google earth)
when i save this as a kml file and open the kml file in word I get
144.9247934760362,-37.83433396903715,
but 0.9247934760362*60 = 55.487608562172 so that co-ord equals 144°55'48.76" NOT 144°55'29.26 which is what it shows in google earth.
I am obviously doing something wrong here, but i have tried many positions and they are all out by a slight factor.
I would like to mark spots on google earth map and export these co-ords to a file that I can use in my code.
The problem is if i have a spot marked, called check 1 (37°50'3.60"S, 144°55'29.26"E) (co-ords from google earth)
when i save this as a kml file and open the kml file in word I get
144.9247934760362,-37.83433396903715,
but 0.9247934760362*60 = 55.487608562172 so that co-ord equals 144°55'48.76" NOT 144°55'29.26 which is what it shows in google earth.
I am obviously doing something wrong here, but i have tried many positions and they are all out by a slight factor.