mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
16 lines
470 B
Plaintext
16 lines
470 B
Plaintext
{
|
|
"name": "to_decimal",
|
|
"type": "function",
|
|
"groups": ["Conversions"],
|
|
"description": "Converts a degree, minute, second coordinate to its decimal equivalent.",
|
|
"arguments": [{
|
|
"arg": "value",
|
|
"description": "A degree, minute, second string."
|
|
}],
|
|
"examples": [{
|
|
"expression": "to_decimal('6\u00b021\\\\'16.445')",
|
|
"returns": "6.3545680555"
|
|
}],
|
|
"tags": ["converts", "minute", "degree", "equivalent", "second", "coordinate", "decimal"]
|
|
}
|