Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/General_Utils.R
Turns a latutude or longitude value in a degrees-minutes-seconds (DMS) format into a decimal value
1 |
val |
a character string. A single latitude or longitude value to be transformed. Can include non-numeric character like the degree symbol, N-S-E-W wind directions,... |
N-S-W-E wind directions as well as degrees, minutes and seconds are recognized and turned into a numeric decimal coordinate value
a numeric value
Maxime Sweetlove
Other standardization functions:
dataQC.DwC_general()
,
dataQC.DwC()
,
dataQC.MIxS()
1 2 | coordinate.to.decimal("40.33S")
coordinate.to.decimal("40<U+00B0>33S")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.