-
-
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.
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@309 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
- Loading branch information
volayaf
committed
Jul 25, 2012
1 parent
7eada52
commit 3acf6cd
Showing
5 changed files
with
22 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
4 changes: 1 addition & 3 deletions
4
src/sextante/grass/description/r.lake.txt → ...tante/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,10 +1,8 @@ | ||
r.lake | ||
r.lake - Fills lake at given point to given level. | ||
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| | ||
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 | ||
ParameterBoolean|-o|Overwrite seed map with result (lake) map|False | ||
OutputRaster|lake|Name for output 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 |
---|---|---|
@@ -0,0 +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|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 |
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,10 @@ | ||
v.distance | ||
v.distance.toattr - Finds the nearest element in vector map 'to' for elements in vector map 'from'. | ||
Vector (v.*) | ||
ParameterVector|from|Name of existing vector map (from)|0|False | ||
ParameterVector|to|Name of existing vector map (to)|-1|False | ||
ParameterSelection|upload|Values describing the relation between two nearest features|to_attr | ||
ParameterTableField|column|Column where values specified by 'upload' option will be uploaded|to | ||
ParameterTableField|to_column|Column name of nearest feature|to | ||
ParameterBoolean|-a|Calculate distances to all features within the threshold|False | ||
OutputVector|output|Name for output vector 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