mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
13 lines
361 B
Plaintext
13 lines
361 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°21\\'16.445')", "returns":"6.3545680555"}
|
|
]
|
|
}
|