Jump to content

converting minutes to decimal


citrix_99301

Recommended Posts

Posted

Here's a newbie question:

 

Sometimes GPS coordinates are listed in minutes and seconds and other times it's just a decimal point. If I need to calculate one to the other what formula should I use, or are there utilities out there that do this for me?

 

Thanks in advance,

 

Andre

Posted

Decimal degrees (D.d) from Degrees, minutes, seconds (DMS)

D.d = (((S/60) + M)/60) + D

 

Degrees, minutes, seconds (DMS) from decimal degrees (D.d).

D = D

M = d * 60 and throw away the fractional part

S' = d * 60 and throw away the whole part and then

S = S' * 60

 

-E

 

--

N35°32.981 W98°34.631

Posted

Why bother with the conversion stuff icon_confused.gif The utility already exists in the GPS. Change the position format to "deg min sec" input the DMS values and change back to your "deg min.m" and you have DM.m

 

Cheers, Kerry.

 

I never get lost icon_smile.gif everybody keeps telling me where to go icon_wink.gif

Posted

Why bother with the conversion stuff icon_confused.gif The utility already exists in the GPS. Change the position format to "deg min sec" input the DMS values and change back to your "deg min.m" and you have DM.m

 

Cheers, Kerry.

 

I never get lost icon_smile.gif everybody keeps telling me where to go icon_wink.gif

Posted

For the same reason our 6th grade math teacher wouldn't let us subtract on calculators. Understanding of how the system works. Also, I rarely want to waste GPS batteries on converting.

 

OK - need something more tangible? The EasyGPS that I downloaded (maybe it's an old one) only uses decimal coordinates. If someone puts their parking coordinates for the cache, rather than manually entering them in to the GPS, I'd rather type them on the computer and verify them that way. If they gave me the coordinates in D M.m, I'd need to convert.

 

Markwell

My Geocaching Page

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...