Skip to content

Commit cd3bdd7

Browse files
committed
Merge pull request #1479 from gioman/master
[processing] add v.surf.rst modules for lines
2 parents c601e3b + 4eb995c commit cd3bdd7

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

python/plugins/processing/algs/grass/description/v.surf.rst.cvdev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
v.surf.rst
22
v.surf.rst.cvdev - Spatial approximation and topographic analysis using regularized spline with tension.
33
Vector (v.*)
4-
ParameterVector|input|Input vector layer|0|False
4+
ParameterVector|input|Input points layer|0|False
55
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
66
ParameterRaster|maskmap|Name of the raster map used as mask|True
77
ParameterTableField|zcolumn|Name of the attribute column with values to be used for approximation|input|-1|False
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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

0 commit comments

Comments
 (0)