Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add r.distance
(Impossible to use an optional ParameterSelection for sort parameter. Needs to be fixed in Processing)
- Loading branch information
Médéric Ribreux
authored and
Médéric RIBREUX
committed
Feb 28, 2016
1 parent
a5645bd
commit cbfaa834dc1a599f34b6b6894c2020e38f936284
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
r.distance | ||
Locates the closest points between objects in two raster maps. | ||
Raster (r.*) | ||
ParameterMultipleInput|map|Name of two input raster for computing inter-class distances|3|False | ||
ParameterString|separator|Field separator (Special characters: pipe, comma, space, tab, newline)|:|False|True | ||
ParameterSelection|sort|Sort output by distance|asc;desc | ||
*ParameterBoolean|-l|Include category labels in the output|False|True | ||
*ParameterBoolean|-o|Report zero distance if rasters are overlapping|False|True | ||
*ParameterBoolean|-n|Report null objects as *|False|True | ||
OutputFile|output|Distance |