-
-
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.
- Loading branch information
Giovanni Manghi
committed
May 24, 2015
1 parent
2ff6f72
commit b1baa6e
Showing
5 changed files
with
67 additions
and
16 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
14 changes: 14 additions & 0 deletions
14
python/plugins/processing/algs/grass7/description/r.flow.aspect.barrier.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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
r.flow | ||
r.flow.aspect.barrier - Construction of flowlines, flowpath lengths, and flowaccumulation (contributing areas) from a raster digital elevation model (DEM). | ||
Raster (r.*) | ||
ParameterRaster|elevation|Elevation|False | ||
ParameterRaster|aspect|Aspect|False | ||
ParameterRaster|barrier|Barriers|False | ||
ParameterNumber|skip|Number of cells between flowlines|None|None|7 | ||
ParameterNumber|bound|Maximum number of segments per flowline|None|None|1609 | ||
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 | ||
OutputVector|flowline|Flow line | ||
OutputRaster|flowlength|Flow path length | ||
OutputRaster|flowaccumulation|Flow accumulation |
13 changes: 13 additions & 0 deletions
13
python/plugins/processing/algs/grass7/description/r.flow.aspect.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
r.flow | ||
r.flow.aspect - Construction of flowlines, flowpath lengths, and flowaccumulation (contributing areas) from a raster digital elevation model (DEM). | ||
Raster (r.*) | ||
ParameterRaster|elevation|Elevation|False | ||
ParameterRaster|aspect|Aspect|False | ||
ParameterNumber|skip|Number of cells between flowlines|None|None|7 | ||
ParameterNumber|bound|Maximum number of segments per flowline|None|None|1609 | ||
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 | ||
OutputVector|flowline|Flow line | ||
OutputRaster|flowlength|Flow path length | ||
OutputRaster|flowaccumulation|Flow accumulation |
13 changes: 13 additions & 0 deletions
13
python/plugins/processing/algs/grass7/description/r.flow.barrier.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
r.flow | ||
r.flow.barrier - Construction of flowlines, flowpath lengths, and flowaccumulation (contributing areas) from a raster digital elevation model (DEM). | ||
Raster (r.*) | ||
ParameterRaster|elevation|Elevation|False | ||
ParameterRaster|barrier|Barriers|False | ||
ParameterNumber|skip|Number of cells between flowlines|None|None|7 | ||
ParameterNumber|bound|Maximum number of segments per flowline|None|None|1609 | ||
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 | ||
OutputVector|flowline|Flow line | ||
OutputRaster|flowlength|Flow path length | ||
OutputRaster|flowaccumulation|Flow accumulation |
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