Convert sexagesimal to decimal
-
Hi there, i'm really stucked with this. My problem ist that i´ve some Koordinates given by lat="48234421" lon="9584631" (which means 9deg.59min.46.31sec) and i need to convert them to decimal. eg: lon="9584631" -> lon="1128083" (which means 11deg.28083). i´ve looked at the tutorials here but none did exactly what i want. would be grat if someone could help me. greetz
-
Hi there, i'm really stucked with this. My problem ist that i´ve some Koordinates given by lat="48234421" lon="9584631" (which means 9deg.59min.46.31sec) and i need to convert them to decimal. eg: lon="9584631" -> lon="1128083" (which means 11deg.28083). i´ve looked at the tutorials here but none did exactly what i want. would be grat if someone could help me. greetz
rumpelstielz wrote:
i need to convert them to decimal. eg: lon="9584631" -> lon="1128083" (which means 11deg.28083).
How could this happen?
:) I Love KongFu~
-
rumpelstielz wrote:
i need to convert them to decimal. eg: lon="9584631" -> lon="1128083" (which means 11deg.28083).
How could this happen?
:) I Love KongFu~
ups my fault. i made a misstake again. lat=482344 ->lat 4839556 it´s for converting from nmea to google earth kml files if someone cares.
-
ups my fault. i made a misstake again. lat=482344 ->lat 4839556 it´s for converting from nmea to google earth kml files if someone cares.
I still don't get excatly your question, but I've google for something like this: http://home.online.no/~sigurdhu/Deg\_formats.htm (which is 2nd answer for "nmea coordinates" in google btw) It has conversions from dd.ddddd to dd.mm.ss, is this is what you were looking for?