-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor fixes for otb and gdal, and edited some grass descriptions
- Loading branch information
Showing
10 changed files
with
91 additions
and
44 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
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,9 +1,8 @@ | ||
r.kappa | ||
r.kappa - Calculate error matrix and kappa parameter for accuracy assessment of classification result. | ||
Raster (r.*) | ||
ParameterRaster|classification|Name of raster map containing classification result|False | ||
ParameterRaster|reference|Name of raster map containing reference classes|False | ||
ParameterRaster|classification|Raster layer containing classification result|False | ||
ParameterRaster|reference|Raster layer containing reference classes|False | ||
ParameterString|title|Title for error matrix and kappa|ACCURACY ASSESSMENT | ||
ParameterBoolean|-w|Wide report 132 columns (default: 80)|False | ||
ParameterBoolean|-h|No header in the report|False | ||
OutputFile|output|Name for output file containing error matrix and kappa | ||
OutputFile|output|output file containing error matrix and kappa |
10 changes: 5 additions & 5 deletions
10
python/plugins/sextante/grass/description/r.lake.coords.txt
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,8 +1,8 @@ | ||
r.lake | ||
r.lake.coords - Fills lake at given point to given level. | ||
Raster (r.*) | ||
ParameterRaster|dem|Name of terrain raster map (DEM)|False | ||
ParameterString|wl|Water level| | ||
ParameterString|xy|Seed point coordinates| | ||
ParameterBoolean|-n|Use negative depth values for lake raster map|False | ||
OutputRaster|lake|Name for output raster map with lake | ||
ParameterRaster|dem|Elevation|False | ||
ParameterNumber|wl|Water level|None|None|1000.0 | ||
ParameterString|xy|Seed point coordinates|0,0 | ||
ParameterBoolean|-n|Use negative depth values for lake raster layer|False | ||
OutputRaster|lake|Raster map with lake |
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,8 +1,8 @@ | ||
r.lake | ||
r.lake.layer - Fills lake at given point to given level. | ||
Raster (r.*) | ||
ParameterRaster|dem|Name of terrain raster map (DEM)|False | ||
ParameterString|wl|Water level| | ||
ParameterRaster|dem|Elevation|False | ||
ParameterNumber|wl|Water level|None|None|1000.0 | ||
ParameterRaster|seed|Name of raster map with given starting point(s) (at least 1 cell > 0)|False | ||
ParameterBoolean|-n|Use negative depth values for lake raster map|False | ||
OutputRaster|lake|Name for output raster map with lake | ||
ParameterBoolean|-n|Use negative depth values for lake raster layer|False | ||
OutputRaster|lake|Outtput raster map with lake |
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,10 +1,10 @@ | ||
r.los | ||
r.los - Line-of-sight raster analysis program. | ||
Raster (r.*) | ||
ParameterRaster|input|Name of elevation raster map|False | ||
ParameterRaster|input|Elevation|False | ||
ParameterString|coordinate|Coordinate identifying the viewing position|0,0 | ||
ParameterRaster|patt_map|Binary (1/0) raster map to use as a mask|True | ||
ParameterRaster|patt_map|Binary (1/0) raster layer to use as a mask|True | ||
ParameterString|obs_elev|Viewing position height above the ground|1.75 | ||
ParameterString|max_dist|Maximum distance from the viewing point (meters)|10000 | ||
ParameterBoolean|-c|Consider earth curvature (current ellipsoid)|False | ||
OutputRaster|output|Name for output raster map | ||
OutputRaster|output|Output raster layer |
16 changes: 8 additions & 8 deletions
16
python/plugins/sextante/grass/description/r.mapcalculator.txt
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,11 +1,11 @@ | ||
r.mapcalculator | ||
r.mapcalculator - Calculate new raster map from a r.mapcalc expression. | ||
Raster (r.*) | ||
ParameterRaster|amap|amap|False | ||
ParameterRaster|bmap|bmap|True | ||
ParameterRaster|cmap|cmap|True | ||
ParameterRaster|dmap|dmap|True | ||
ParameterRaster|emap|emap|True | ||
ParameterRaster|fmap|fmap|True | ||
ParameterString|formula|Formula (e.g. A-B or A*C+B)| | ||
OutputRaster|outfile|Name for output raster map | ||
ParameterRaster|amap|Raster layer A|False | ||
ParameterRaster|bmap|Raster layer B|True | ||
ParameterRaster|cmap|Raster layer C|True | ||
ParameterRaster|dmap|Raster layer D|True | ||
ParameterRaster|emap|Raster layer E|True | ||
ParameterRaster|fmap|Raster layer F|True | ||
ParameterString|formula|Formula| A*C+B | ||
OutputRaster|outfile|Output raster 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
r.median | ||
r.median - Finds the median of values in a cover map within areas assigned the same category value in a user-specified base map. | ||
r.median - Finds the median of values in a cover layer within areas assigned the same category value in a user-specified base layer. | ||
Raster (r.*) | ||
ParameterRaster|base|Name of base raster map|False | ||
ParameterRaster|cover|Name of cover raster map|False | ||
OutputRaster|output|Name for output raster map | ||
ParameterRaster|base|Base raster layer|False | ||
ParameterRaster|cover|Cover layer|False | ||
OutputRaster|output|Output raster 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
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