Description Usage Arguments Value Examples
latsex2dec
converts sexagesimal latitude data to decimal latitude values.
1 | latsex2dec(degree, minute, second, direction)
|
degree |
The value in degrees of the latitude. |
minute |
The value in minutes of the latitude. |
second |
The value in seconds of the latitude. |
direction |
The direction, as "N" or "S", of the latitude. |
The function returns the latitude value converted in the decimal numeral system
1 | latsex2dec(degree = 10, minute = 10, second = 10, direction = "N")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.