Post Reply 
Help with G.P.S. Coordinates!
09-11-2014, 01:36 AM (This post was last modified: 09-11-2014 01:37 AM by Joe Horn.)
Post: #2
RE: Help with G.P.S. Coordinates!
(09-10-2014 10:29 PM)Richard Wagner Wrote:  As if not having GRAD was bad enough, there has been another annoyance about HP PRIME discovered:

Lack of ability to directly enter so-called GPS coordinates; instead dd, mm, and ss.sss are ALL required before a hexadecimal value conversion can be displayed!

42 degs 17 mins 50 seconds, "DMS format", can also be represented by:
42 degs 17.833333333 mins, which I am calling "GPS Format"

I am looking for a clever way to efficiently enter "GPS Format" using a single variable if possible! (This is how my Casio fx9860GII, and OLDER-GENERATION! calculator handles it).

HP PRIME forces us to use 2 variables for every "GPS Pair" right now.
(although an optimal way of accomplishing this might be possible, I don't have it yet)

Here's one method for entering 42° 17.8333333333' which is horribly ugly but which works:

42 [ ° ' " ] + 17.8333333333 * 0 [ ° ' " ] 1
--> 42°17'50"

Can anybody discover a method that takes fewer keystrokes?

EDIT: Here's one: 42 [ ° ' " ] + 17.8333333333 / 60
--> 42°17'50"

<0|ɸ|0>
-Joe-
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Help with G.P.S. Coordinates! - Joe Horn - 09-11-2014 01:36 AM
RE: Help with G.P.S. Coordinates! - jebem - 09-11-2014, 05:30 PM



User(s) browsing this thread: 1 Guest(s)