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