File tree 3 files changed +40
-1
lines changed
python/plugins/processing/algs/grass/description
3 files changed +40
-1
lines changed Original file line number Diff line number Diff line change
1
+ v.surf.rst
2
+ v.surf.rst.cvdev.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|maskmap|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|theta|Anisotropy angle (in degrees counterclockwise from East)|0|360|0
14
+ ParameterNumber|scalex|Anisotropy scaling factor|None|None|0
15
+ ParameterBoolean|-c|-c[leave this as True]|True
16
+ OutputVector|cvdev|Cross-validation errors
Original file line number Diff line number Diff line change 1
1
v.surf.rst
2
2
v.surf.rst.cvdev - Spatial approximation and topographic analysis using regularized spline with tension.
3
3
Vector (v.*)
4
- ParameterVector|input|Input vector layer|0|False
4
+ ParameterVector|input|Input points layer|0|False
5
5
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
6
6
ParameterRaster|maskmap|Name of the raster map used as mask|True
7
7
ParameterTableField|zcolumn|Name of the attribute column with values to be used for approximation|input|-1|False
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|maskmap|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|zmult|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|elev|Surface
19
+ OutputRaster|slope|Slope
20
+ OutputRaster|aspect|Aspect
21
+ OutputRaster|pcurv|Profile curvature
22
+ OutputRaster|tcurv|Tangential curvature
23
+ OutputRaster|mcurv|Mean curvature
You can’t perform that action at this time.
0 commit comments