mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-18 00:04:02 -04:00
[Processing] added GRASS m.cogo
This commit is contained in:
parent
6d506d6a33
commit
4d9832c210
10
python/plugins/processing/grass/description/m.cogo.txt
Normal file
10
python/plugins/processing/grass/description/m.cogo.txt
Normal file
@ -0,0 +1,10 @@
|
||||
m.cogo
|
||||
m.cogo - A simple utility for converting bearing and distance measurements to coordinates and vice versa. It assumes a cartesian coordinate system
|
||||
Miscellaneous (m.*)
|
||||
ParameterFile|input|Name of input file|False
|
||||
OutputFile|output|Output text file
|
||||
ParameterString|coord|Starting coordinate pair (default 0.0, 0.0)|0.0,0.0
|
||||
*ParameterBoolean|-l|Lines are labelled|False
|
||||
*ParameterBoolean|-q|Suppress warnings|False
|
||||
*ParameterBoolean|-r|Convert from coordinates to bearing and distance|False
|
||||
*ParameterBoolean|-c|Repeat the starting coordinate at the end to close a loop|False
|
Loading…
x
Reference in New Issue
Block a user