-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
edited some grass descriptions and renamed postproc folder (now it is not only for postproc, but also for pre execution checks)
- Loading branch information
Showing
18 changed files
with
123 additions
and
162 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
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
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.describe | ||
r.describe - Prints terse list of category values found in a raster map layer. | ||
r.describe - Prints terse list of category values found in a raster layer. | ||
Raster (r.*) | ||
ParameterRaster|map|Name of input raster map|False | ||
ParameterString|nv|String representing no data cell value|* | ||
ParameterRaster|map|input raster layer|False | ||
ParameterNumber|nv|No-data cell value|None|None|0 | ||
ParameterNumber|nsteps|Number of quantization steps|1.0|None|255 | ||
ParameterBoolean|-1|Print the output one value per line|False | ||
ParameterBoolean|-r|Only print the range of the data|False | ||
ParameterBoolean|-n|Suppress reporting of any NULLs|False | ||
ParameterBoolean|-d|Use the current region|False | ||
ParameterBoolean|-i|Read fp map as integer|False | ||
OutputHTML|html|Output report |
This file was deleted.
Oops, something went wrong.
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.drain | ||
r.drain - Traces a flow through an elevation model on a raster map. | ||
Raster (r.*) | ||
ParameterRaster|input|Name of elevation raster map|False | ||
ParameterString|coordinate|Map coordinates of starting point(s) (E,N)| | ||
ParameterMultipleInput|vector_points|Name of vector map(s) containing starting point(s)|0.0|False | ||
ParameterRaster|input|Elevatio|False | ||
ParameterString|coordinate|Map coordinates of starting point(s) (E,N)|(0,0) | ||
ParameterMultipleInput|vector_points|Vector layer(s) containing starting point(s)|0|False | ||
ParameterBoolean|-c|Copy input cell values on output|False | ||
ParameterBoolean|-a|Accumulate input values along the path|False | ||
ParameterBoolean|-n|Count cell numbers along the path|False | ||
OutputRaster|output|Name for output raster map | ||
OutputRaster|output|Result |
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.fill.dir | ||
r.fill.dir - Filters and generates a depressionless elevation map and a flow direction map from a given elevation raster map. | ||
r.fill.dir - Filters and generates a depressionless elevation layer and a flow direction layer from a given elevation raster layer. | ||
Raster (r.*) | ||
ParameterRaster|input|Name of existing raster map containing elevation surface|False | ||
ParameterRaster|input|Elevation|False | ||
ParameterSelection|type|Output aspect direction format|grass;agnps;answers | ||
ParameterBoolean|-f|Find unresolved areas only|False | ||
OutputRaster|elevation|Output elevation raster map after filling | ||
OutputRaster|direction|Output direction raster map | ||
OutputRaster|areas|Output raster map of problem areas | ||
OutputRaster|elevation|Depressionless DEM | ||
OutputRaster|direction|Flow direction | ||
OutputRaster|areas|Problem areas |
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.fillnulls | ||
r.fillnulls - Fills no-data areas in raster maps using v.surf.rst splines interpolation or v.surf.bspline interpolation | ||
r.fillnulls - Fills no-data areas in a raster layer using v.surf.rst splines interpolation or v.surf.bspline interpolation | ||
Raster (r.*) | ||
ParameterRaster|input|Name of input raster map in which to fill nulls|False | ||
ParameterRaster|input|Input raster layer to fill|False | ||
ParameterSelection|method|Method|bilinear;bicubic;rst|2 | ||
ParameterNumber|tension|Spline tension parameter|None|None|40.0 | ||
ParameterNumber|smooth|Spline smoothing parameter|None|None|0.1 | ||
OutputRaster|output|Name for output raster map with nulls filled by interpolation | ||
OutputRaster|output|Filled 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,14 +1,14 @@ | ||
r.flow | ||
r.flow - Construction of slope curves (flowlines), flowpath lengths, and flowline densities (upslope areas) from a raster digital elevation model (DEM). | ||
Raster (r.*) | ||
ParameterRaster|elevin|Input elevation raster map|False | ||
ParameterRaster|aspin|Input aspect raster map|False | ||
ParameterRaster|barin|Input barrier raster map|False | ||
ParameterRaster|elevin|Elevation|False | ||
ParameterRaster|aspin|Aspect|False | ||
ParameterRaster|barin|Barriers|False | ||
ParameterNumber|skip|Number of cells between flowlines|None|None|1.0 | ||
ParameterNumber|bound|Maximum number of segments per flowline|None|None|5.0 | ||
ParameterBoolean|-u|Compute upslope flowlines instead of default downhill flowlines|False | ||
ParameterBoolean|-3|3-D lengths instead of 2-D|False | ||
ParameterBoolean|-m|Use less memory, at a performance penalty|False | ||
OutputRaster|flout|Output flowline vector map | ||
OutputRaster|lgout|Output flowpath length raster map | ||
OutputRaster|dsout|Output flowline density raster map | ||
*ParameterBoolean|-m|Use less memory, at a performance penalty|False | ||
OutputRaster|flout|Output flowline vector layer | ||
OutputRaster|lgout|Output flowpath length raster layer | ||
OutputRaster|dsout|Output flowline density 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
FILE(GLOB PY_FILES *.py) | ||
|
||
PLUGIN_INSTALL(sextante grass/ext ${PY_FILES}) |
Oops, something went wrong.