mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-18 00:04:02 -04:00
* Delete r.bitpattern.txt: r.bitpattern is now only an Addon since r.mapcalc and i.modis.qc provide the functionality * r.describe.txt: flag description cosmetics * r.random.raster.txt: fix typo * Update and rename r.shaded.relief.txt to r.relief.txt (http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Renamedmodules) * Update r.sunmask.txt: -s added but "Outputraster" needs to be optional for that [TODO] * Update r.surf.area.txt: "units" added * Delete r.surf.idw2.txt: r.surf.idw2 is now a GRASS GIS Addon (http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Replacedandremovedmodules) * Delete v.transform.pointsfile.txt: The pointsfile parameter no longer exists. Use v.transform.txt instead * Update TODO
24 lines
1.4 KiB
ReStructuredText
24 lines
1.4 KiB
ReStructuredText
v.surf.rst
|
|
v.surf.rst - Spatial approximation and topographic analysis using regularized spline with tension.
|
|
Vector (v.*)
|
|
ParameterVector|input|Input points layer|0|False
|
|
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
|
|
ParameterRaster|mask|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|zscale|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|elevation|Surface
|
|
OutputRaster|slope|Slope
|
|
OutputRaster|aspect|Aspect
|
|
OutputRaster|pcurvature|Profile curvature
|
|
OutputRaster|tcurvature|Tangential curvature
|
|
OutputRaster|mcurvature|Mean curvature
|