Skip to content

Commit af7f67c

Browse files
author
Médéric Ribreux
committed
Add r.distance
(Impossible to use an optional ParameterSelection for sort parameter. Needs to be fixed in Processing)
1 parent 6d5dafd commit af7f67c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
r.distance
2+
Locates the closest points between objects in two raster maps.
3+
Raster (r.*)
4+
ParameterMultipleInput|map|Name of two input raster for computing inter-class distances|3|False
5+
ParameterString|separator|Field separator (Special characters: pipe, comma, space, tab, newline)|:|False|True
6+
ParameterSelection|sort|Sort output by distance|asc;desc
7+
*ParameterBoolean|-l|Include category labels in the output|False|True
8+
*ParameterBoolean|-o|Report zero distance if rasters are overlapping|False|True
9+
*ParameterBoolean|-n|Report null objects as *|False|True
10+
OutputFile|output|Distance

0 commit comments

Comments
 (0)