Skip to content

Commit b0643ea

Browse files
committedFeb 27, 2016
Merge pull request #2772 from NaturalGIS/processing_grass7_v_surf_rst_line
[processing] add missing v.surf.rst.line tool to GRASS 7
2 parents eefb046 + e38222b commit b0643ea

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
 
Lines changed: 23 additions & 0 deletions
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|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

0 commit comments

Comments
 (0)
Please sign in to comment.