Skip to content

Commit 4d9832c

Browse files
committedSep 14, 2013
[Processing] added GRASS m.cogo
1 parent 6d506d6 commit 4d9832c

File tree

1 file changed

+10
-0
lines changed
  • python/plugins/processing/grass/description

1 file changed

+10
-0
lines changed
 
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
Please sign in to comment.