2020-07-29 11:05:19 +07:00
|
|
|
{
|
|
|
|
"name": "to_decimal",
|
|
|
|
"type": "function",
|
|
|
|
"groups": ["Conversions"],
|
|
|
|
"description": "Converts a degree, minute, second coordinate to its decimal equivalent.",
|
2022-01-13 08:56:17 -05:00
|
|
|
"arguments": [{
|
|
|
|
"arg": "value",
|
|
|
|
"description": "A degree, minute, second string."
|
|
|
|
}],
|
|
|
|
"examples": [{
|
2023-04-11 11:12:50 +10:00
|
|
|
"expression": "to_decimal('6\u00b021\\\\'16.445')",
|
2022-01-13 08:56:17 -05:00
|
|
|
"returns": "6.3545680555"
|
|
|
|
}],
|
|
|
|
"tags": ["converts", "minute", "degree", "equivalent", "second", "coordinate", "decimal"]
|
2020-07-29 11:05:19 +07:00
|
|
|
}
|