Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
more grass-sextante improvements (mainly fine tuning some algorithms)
- Loading branch information
Showing
14 changed files
with
38 additions
and
8 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,11 @@ | ||
diff --git a/grass/description/r.neighbors.txt b/grass/description/r.neighbors.txt | ||
index 076ad54..5d7017e 100644 | ||
--- a/grass/description/r.neighbors.txt | ||
+++ b/grass/description/r.neighbors.txt | ||
@@ -5,4 +5,6 @@ | ||
ParameterSelection|method|Neighborhood operation|average;median;mode;minimum;maximum;stddev;sum;variance;diversity;interspersion | ||
ParameterNumber|size|Neighborhood size|1.0|None|3 | ||
ParameterBoolean|-c|Use circular neighborhood|False | ||
+*ParameterBoolean|-a|Do not align output with the input|False | ||
+*ParameterFile|weight|File containing weights|False | ||
OutputRaster|output|Name for output raster map |
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
r.cross | ||
r.cross - Creates a cross product of the category values from multiple raster map layers. | ||
Raster (r.*) | ||
ParameterMultipleInput|input|Names of 2-30 input raster maps|3.0|False | ||
ParameterMultipleInput|input|Input raster layers|3.0|False | ||
ParameterBoolean|-z|Non-zero data only|False | ||
OutputRaster|output|Name for output raster map | ||
OutputRaster|output|Output layer |
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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