Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Coordinate

by orbital (Scribe)
on Mar 20, 2001 at 04:14 UTC ( [id://65592]=modulereview: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Please note that I didn't pay a lot of attention to
    keeping the "double" notation in the form of higher
    ...
    quick check and found a difference of only 1.4 meters
    between my Perl results and the results from a web-based
    datum-shift calculator on the 'net.  -- Curt.
    
  2. or download this
      use Coordinate;    
    
    ...
      printf("        decimal_degrees: %s\n", $temp->decimal_degrees("-180
    + 30 30.5") );
      printf("        degrees_minutes: %s\n", $temp->degrees_minutes("-180
    + 30 30.5") );
      printf("degrees_minutes_seconds: %s\n\n", $temp->degrees_minutes_sec
    +onds("-180 30 30.5") );
    
  3. or download this
    Starting position(Lat, Long):  48.125   -122.5
    Starting position(Lat, Long):  48 07 30.00000000   -122 30 0.00000000
    ...
            decimal_degrees: -180.50847222
            degrees_minutes: -180 30.50833333
    degrees_minutes_seconds: -180 30 30.5
    
  4. or download this
    EllipsoidTable->enumerate();
    DatumTable->enumerate();
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: modulereview [id://65592]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-16 22:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found