File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
python/plugins/processing/algs/grass7/description Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ v.surf.rst
2
+ v.surf.rst.line - Spatial approximation and topographic analysis using regularized spline with tension.
3
+ Vector (v.*)
4
+ ParameterVector|input|Input lines layer|1|False
5
+ ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
6
+ ParameterRaster|mask|Name of the raster map used as mask|True
7
+ ParameterTableField|zcolumn|Name of the attribute column with values to be used for approximation|input|-1|False
8
+ ParameterNumber|tension|Tension parameter|None|None|40
9
+ ParameterNumber|segmax|Maximum number of points in a segment|None|None|40
10
+ ParameterNumber|npmin|Minimum number of points for approximation in a segment (>segmax)|None|None|300
11
+ ParameterNumber|dmin|Minimum distance between points (to remove almost identical points)|None|None|0.001
12
+ ParameterNumber|dmax|Maximum distance between points on isoline (to insert additional points)|None|None|2.5
13
+ ParameterNumber|zscale|Conversion factor for values used for approximation|None|None|1.0
14
+ ParameterNumber|theta|Anisotropy angle (in degrees counterclockwise from East)|0|360|0
15
+ ParameterNumber|scalex|Anisotropy scaling factor|None|None|0
16
+ ParameterBoolean|-t|Use scale dependent tension|False
17
+ ParameterBoolean|-d|Output partial derivatives instead of topographic parameters|False
18
+ OutputRaster|elevation|Interpolated RST
19
+ OutputRaster|slope|Slope
20
+ OutputRaster|aspect|Aspect
21
+ OutputRaster|pcurvature|Profile curvature
22
+ OutputRaster|tcurvature|Tangential curvature
23
+ OutputRaster|mcurvature|Mean curvature
You can’t perform that action at this time.
0 commit comments