We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 6d506d6 commit 4d9832cCopy full SHA for 4d9832c
python/plugins/processing/grass/description/m.cogo.txt
@@ -0,0 +1,10 @@
1
+m.cogo
2
+m.cogo - A simple utility for converting bearing and distance measurements to coordinates and vice versa. It assumes a cartesian coordinate system
3
+Miscellaneous (m.*)
4
+ParameterFile|input|Name of input file|False
5
+OutputFile|output|Output text file
6
+ParameterString|coord|Starting coordinate pair (default 0.0, 0.0)|0.0,0.0
7
+*ParameterBoolean|-l|Lines are labelled|False
8
+*ParameterBoolean|-q|Suppress warnings|False
9
+*ParameterBoolean|-r|Convert from coordinates to bearing and distance|False
10
+*ParameterBoolean|-c|Repeat the starting coordinate at the end to close a loop|False
0 commit comments