-
-
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
gioman
committed
Jun 22, 2014
1 parent
ec1bfad
commit 4eb995c
Showing
3 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
python/plugins/processing/algs/grass/description/v.surf.rst.cvdev.line.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,16 @@ | ||
v.surf.rst | ||
v.surf.rst.cvdev.line - Spatial approximation and topographic analysis using regularized spline with tension. | ||
Vector (v.*) | ||
ParameterVector|input|Input lines layer|1|False | ||
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword| | ||
ParameterRaster|maskmap|Name of the raster map used as mask|True | ||
ParameterTableField|zcolumn|Name of the attribute column with values to be used for approximation|input|-1|False | ||
ParameterNumber|tension|Tension parameter|None|None|40 | ||
ParameterNumber|segmax|Maximum number of points in a segment|None|None|40 | ||
ParameterNumber|npmin|Minimum number of points for approximation in a segment (>segmax)|None|None|300 | ||
ParameterNumber|dmin|Minimum distance between points (to remove almost identical points)|None|None|0.001 | ||
ParameterNumber|dmax|Maximum distance between points on isoline (to insert additional points)|None|None|2.5 | ||
ParameterNumber|theta|Anisotropy angle (in degrees counterclockwise from East)|0|360|0 | ||
ParameterNumber|scalex|Anisotropy scaling factor|None|None|0 | ||
ParameterBoolean|-c|-c[leave this as True]|True | ||
OutputVector|cvdev|Cross-validation errors |
2 changes: 1 addition & 1 deletion
2
python/plugins/processing/algs/grass/description/v.surf.rst.cvdev.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
23 changes: 23 additions & 0 deletions
23
python/plugins/processing/algs/grass/description/v.surf.rst.line.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,23 @@ | ||
v.surf.rst | ||
v.surf.rst.line - Spatial approximation and topographic analysis using regularized spline with tension. | ||
Vector (v.*) | ||
ParameterVector|input|Input lines layer|1|False | ||
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword| | ||
ParameterRaster|maskmap|Name of the raster map used as mask|True | ||
ParameterTableField|zcolumn|Name of the attribute column with values to be used for approximation|input|-1|False | ||
ParameterNumber|tension|Tension parameter|None|None|40 | ||
ParameterNumber|segmax|Maximum number of points in a segment|None|None|40 | ||
ParameterNumber|npmin|Minimum number of points for approximation in a segment (>segmax)|None|None|300 | ||
ParameterNumber|dmin|Minimum distance between points (to remove almost identical points)|None|None|0.001 | ||
ParameterNumber|dmax|Maximum distance between points on isoline (to insert additional points)|None|None|2.5 | ||
ParameterNumber|zmult|Conversion factor for values used for approximation|None|None|1.0 | ||
ParameterNumber|theta|Anisotropy angle (in degrees counterclockwise from East)|0|360|0 | ||
ParameterNumber|scalex|Anisotropy scaling factor|None|None|0 | ||
ParameterBoolean|-t|Use scale dependent tension|False | ||
ParameterBoolean|-d|Output partial derivatives instead of topographic parameters|False | ||
OutputRaster|elev|Surface | ||
OutputRaster|slope|Slope | ||
OutputRaster|aspect|Aspect | ||
OutputRaster|pcurv|Profile curvature | ||
OutputRaster|tcurv|Tangential curvature | ||
OutputRaster|mcurv|Mean curvature |