Skip to content

Commit

Permalink
Add r.distance
Browse files Browse the repository at this point in the history
(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 cbfaa83
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions python/plugins/processing/algs/grass7/description/r.distance.txt
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

0 comments on commit cbfaa83

Please sign in to comment.