Difference between revisions of "Latitude & Longitude Format"

From SailBlogs Support Wiki
Jump to: navigation, search
Line 8: Line 8:
 
</pre>
 
</pre>
  
In the example for latitude:
+
In this example:
* The degrees are 24, and the minutes are 36.0.
+
* The latitude degrees are 24, and the minutes are 36.0.
 
* The are no seconds.
 
* The are no seconds.
 
* The ' mark for minutes is optional.
 
* The ' mark for minutes is optional.
 
* A direction indicator (N, S, E, W) is required.
 
* A direction indicator (N, S, E, W) is required.
 
* Minutes can have up to 4 decimal places.
 
* Minutes can have up to 4 decimal places.
 +
 +
For decimal degrees:
 +
 +
<pre>
 +
24.6
 +
-81.6
 +
</pre>
 +
 +
In this example:
 +
* The are no minutes or seconds.
 +
* South and West values are negative
 +
* A direction indicator not used and will be ignored
  
 
[[Category:XPlot Manager]]
 
[[Category:XPlot Manager]]

Revision as of 09:19, 20 May 2009

SailBlogs expects all postions to be entered in the form of degrees with decimal minutes. This is typical of the way most GPS devices display the location.

EXAMPLE (Key West, FL):

24 36.0'N
81 36.0'W

In this example:

  • The latitude degrees are 24, and the minutes are 36.0.
  • The are no seconds.
  • The ' mark for minutes is optional.
  • A direction indicator (N, S, E, W) is required.
  • Minutes can have up to 4 decimal places.

For decimal degrees:

24.6
-81.6

In this example:

  • The are no minutes or seconds.
  • South and West values are negative
  • A direction indicator not used and will be ignored