Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ ParameterRaster|infil|Name of the runoff infiltration rate raster map [mm/hr]|Fa
ParameterString|infil_value|Runoff infiltration rate unique value [mm/hr]|0.0
ParameterRaster|man|Name of the Mannings n raster map|False
ParameterString|man_value|Mannings n unique value|0.1
ParameterRaster|traps|Name of the flow controls raster map (permeability ratio 0-1)|False
ParameterString|nwalk|Number of walkers, default is twice the no. of cells|
ParameterString|niter|Time used for iterations [minutes]|10
ParameterString|outiter|Time interval for creating output maps [minutes]|2
ParameterString|diffc|Water diffusion constant|0.8
ParameterRaster|flow_control|Name of the flow controls raster map (permeability ratio 0-1)|False
ParameterString|nwalkers|Number of walkers, default is twice the no. of cells|
ParameterString|niterations|Time used for iterations [minutes]|10
ParameterString|output_step|Time interval for creating output maps [minutes]|2
ParameterString|diffusion_coeff|Water diffusion constant|0.8
ParameterString|hmax|Threshold water depth [m] (diffusion increases after this water depth is reached)|0.3
ParameterString|halpha|Diffusion increase constant|4.0
ParameterString|hbeta|Weighting factor for water flow velocity vector|0.5
ParameterBoolean|-t|Time-series output|True
OutputRaster|depth|Output water depth raster map [m]
OutputRaster|disch|Output water discharge raster map [m3/s]
OutputRaster|err|Output simulation error raster map [m]
OutputRaster|discharge|Output water discharge raster map [m3/s]
OutputRaster|error|Output simulation error raster map [m]
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ r.slope.aspect - Generates raster layers of slope, aspect, curvatures and partia
Raster (r.*)
ParameterRaster|elevation|Elevation|False
ParameterSelection|format|Format for reporting the slope|degrees;percent
ParameterSelection|prec|Type of output aspect and slope layer|float;double;int
ParameterNumber|zfactor|Multiplicative factor to convert elevation units to meters|None|None|1.0
ParameterNumber|min_slp_allowed|Minimum slope val. (in percent) for which aspect is computed|None|None|0.0
ParameterSelection|precision|Type of output aspect and slope layer|float;double;int
ParameterNumber|zscale|Multiplicative factor to convert elevation units to meters|None|None|1.0
ParameterNumber|min_slope|Minimum slope val. (in percent) for which aspect is computed|None|None|0.0
OutputRaster|slope|Output slope layer
OutputRaster|aspect|Output aspect layer
OutputRaster|pcurv|Output profile curvature layer
OutputRaster|tcurv|Output tangential curvature layer
OutputRaster|pcurvature|Output profile curvature layer
OutputRaster|tcurvature|Output tangential curvature layer
OutputRaster|dx|Output first order partial derivative dx (E-W slope) layer
OutputRaster|dy|Output first order partial derivative dy (N-S slope) layer
OutputRaster|dxx|Output second order partial derivative dxx layer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ r.spreadpath - Recursively traces the least cost path backwards to cells from wh
Raster (r.*)
ParameterRaster|x_input|x_input|False
ParameterRaster|y_input|y_input|False
ParameterString|coordinate|coordinate|0,0
ParameterString|coordinates|coordinate|0,0
OutputRaster|output|Output layer
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ParameterRaster|elevation|Input map: elevation map|True
ParameterSelection|order|Stream ordering method|none;hack;horton;strahler|0
ParameterNumber|length|Search length to calculat direction|1|None|15
ParameterNumber|skip|Skip segments shorter than|1|None|5
ParameterNumber|treshold|Max angle (degrees) beetwen stream segments to|1.0|360.0|150.0
ParameterNumber|threshold|Max angle (degrees) beetwen stream segments to|1.0|360.0|150.0
ParameterBoolean|-r|Output angles in radians|False
ParameterBoolean|-e|Extended topology|False
OutputVector|seg_vector|Vector to store new network with segments
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ r.stream.basins
r.stream.basins - Calculate basins according user input
Raster (r.*)
ParameterRaster|direction|Input map: flow direction|False
ParameterRaster|stream_rast|Input map: stream network|True
ParameterRaster|stream_raster|Input map: stream network|True
ParameterVector|points|Basins outlets|0|True
ParameterBoolean|-z|Create zero-value background|False
ParameterBoolean|-c|Use unique category sequence|False
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
r.stream.del
r.stream.del - Calculate basins according user input
Raster (r.*)
ParameterRaster|stream_rast|Input map: stream mask|False
ParameterRaster|stream_raster|Input map: stream mask|False
ParameterRaster|direction|Input map: flow direction|False
ParameterNumber|threshold|Minimum number of cell in stream_rast|1|None|1
ParameterBoolean|-z|Create zero-value background|False
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
r.stream.distance
r.stream.distance - Calculate distance to and elevation above streams and outlets
Raster (r.*)
ParameterRaster|stream_rast|Input map: streams (outlets) mask|False
ParameterRaster|stream_raster|Input map: streams (outlets) mask|False
ParameterRaster|direction|Input map: flow direction|False
ParameterRaster|elevation|Input map: elevation map|True
ParameterSelection|method|Calculation method|upstream,downstream|1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ ParameterNumber|threshold|Minimum flow accumulation for streams|1.0|None|0.1
ParameterNumber|mexp|Montgomery exponent for slope|0|None|0
ParameterNumber|stream_length|Delete stream segments shorter than cells|0|None|0
ParameterNumber|d8cut|Use SFD above this threshold|0|None|0
OutputRaster|stream_rast|Output raster map with unique stream ids
OutputVector|stream_vect|Output vector with unique stream ids
OutputRaster|stream_raster|Output raster map with unique stream ids
OutputVector|stream_vecter|Output vector with unique stream ids
OutputRaster|direction|Output raster map with flow direction
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
r.stream.order
r.stream.order - Calculate Strahler's and Horton's stream order Hack's main streams and Shreeve's stream magnitude
Raster (r.*)
ParameterRaster|stream_rast|Input map: stream mask|False
ParameterRaster|stream_raster|Input map: stream mask|False
ParameterRaster|direction|Input map: direction map|False
ParameterBoolean|-a|Use flow accumulation to trace horton and hack models|False
ParameterBoolean|-z|Create zero-value background|False
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
r.stream.pos
r.stream.pos - Route azimuth, direction and relation to streams of higher order
Raster (r.*)
ParameterRaster|stream_rast|Input map: stream mask|False
ParameterRaster|stream_raster|Input map: stream mask|False
ParameterRaster|direction|Input map: flow direction|False
ParameterNumber|multiplier|Multipier to store stream index value|1|None|1000
ParameterBoolean|-s|Create new stream category sequence|False
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
r.stream.stats
r.stream.stats - Calculate Horton's and optionally Hack's statistics
Raster (r.*)
ParameterRaster|stream_rast|Input map: stream mask|False
ParameterRaster|stream_raster|Input map: stream mask|False
ParameterRaster|direction|Input map: flow direction|False
ParameterRaster|elevation|Input map: elevation|False
OutputFile|output|Output stats
16 changes: 8 additions & 8 deletions python/plugins/processing/algs/grass7/description/r.sun.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
r.sun
r.sun - Solar irradiance and irradiation model.
Raster (r.*)
ParameterRaster|elev_in|Elevation layer [meters]|False
ParameterRaster|asp_in|Aspect layer [decimal degrees]|False
ParameterRaster|slope_in|Name of the input slope raster map (terrain slope or solar panel inclination) [decimal degrees]|False
ParameterRaster|linke_in|Name of the Linke atmospheric turbidity coefficient input raster map|True
ParameterRaster|elevation|Elevation layer [meters]|False
ParameterRaster|aspect|Aspect layer [decimal degrees]|False
ParameterRaster|slope|Name of the input slope raster map (terrain slope or solar panel inclination) [decimal degrees]|False
ParameterRaster|linke|Name of the Linke atmospheric turbidity coefficient input raster map|True
ParameterRaster|albedo|Name of the ground albedo coefficient input raster map|True
ParameterRaster|lat_in|Name of input raster map containing latitudes [decimal degrees]|True
ParameterRaster|long_in|Name of input raster map containing longitudes [decimal degrees]|True
ParameterRaster|coef_bh|Name of real-sky beam radiation coefficient input raster map|True
ParameterRaster|coef_dh|Name of real-sky diffuse radiation coefficient input raster map|True
ParameterRaster|lat|Name of input raster map containing latitudes [decimal degrees]|True
ParameterRaster|long|Name of input raster map containing longitudes [decimal degrees]|True
ParameterRaster|coeff_bh|Name of real-sky beam radiation coefficient input raster map|True
ParameterRaster|coeff_dh|Name of real-sky diffuse radiation coefficient input raster map|True
ParameterNumber|day|No. of day of the year (1-365)|1|365|1
*ParameterNumber|step|Time step when computing all-day radiation sums [decimal hours]|0|None|0.5
*ParameterNumber|declination|Declination value (overriding the internally computed value) [radians]|None|None|0.0
Expand Down
11 changes: 6 additions & 5 deletions python/plugins/processing/algs/grass7/description/r.sunmask.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
r.sunmask
r.sunmask - Calculates cast shadow areas from sun position and elevation raster map.
Raster (r.*)
ParameterRaster|elev|elev|False
ParameterNumber|altitude|altitude|0|90|0.0
ParameterNumber|azimuth|azimuth|0|360|0.0
ParameterRaster|elevation|Elevation raster layer [meters]|False
ParameterNumber|altitude|Altitude of the sun in degrees above the horizon|0|90|0.0
ParameterNumber|azimuth|Azimuth of the sun in degrees from north|0|360|0.0
ParameterNumber|year|year|1950|2050|2000
ParameterNumber|month|month|0|12|1
ParameterNumber|day|day|0|31|1
Expand All @@ -13,5 +13,6 @@ ParameterNumber|second|second|0|60|0
ParameterNumber|timezone|East positive, offset from GMT|0|None|0.0
ParameterNumber|east|Easting coordinate (point of interest)|None|None|0.0
ParameterNumber|north|Northing coordinate (point of interest)|None|None|0.0
ParameterBoolean|-z|Don't ignore zero elevation|True
OutputRaster|output|Output layer
ParameterBoolean|-z|Do not ignore zero elevation|True
ParameterBoolean|-s|Calculate sun position only and exit|False
OutputRaster|output|Output raster layer
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ r.surf.area - Surface area estimation for rasters.
Raster (r.*)
ParameterRaster|map|Input layer|False
ParameterNumber|vscale|Vertical scale|None|None|1
ParameterSelection|units|Units|miles,feet,meters,kilometers,acres,hectares

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ r.to.vect
r.to.vect - Converts a raster into a vector layer.
Raster (r.*)
ParameterRaster|input|Input raster layer|False
ParameterSelection|feature|Feature type|line;point;area
ParameterSelection|type|Feature type|line;point;area
ParameterBoolean|-s|Smooth corners of area features|False
OutputVector|output|Output vector layer
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ r.viewshed - Computes the viewshed of a point on an elevation raster map.
Raster (r.*)
ParameterRaster|input|Elevation|False
ParameterString|coordinates|Coordinate identifying the viewing position|0,0
ParameterString|obs_elev|Viewing position height above the ground|1.75
ParameterString|max_dist|Maximum distance from the viewing point (meters)|10000
ParameterString|observer_elevation|Viewing position height above the ground|1.75
ParameterString|max_distance|Maximum distance from the viewing point (meters)|10000
ParameterBoolean|-c|Consider earth curvature (current ellipsoid)|False
OutputRaster|output|Output raster layer
3 changes: 1 addition & 2 deletions python/plugins/processing/algs/grass7/description/r.walk.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ ParameterRaster|friction|Friction costs layer|False
ParameterVector|start_points|Starting points|-1|False
ParameterString|max_cost|An optional maximum cumulative cost|0
ParameterString|percent_memory|Percent of map to keep in memory|100
ParameterString|nseg|Number of the segment to create (segment library)|4
*ParameterString|walk_coeff|Coefficients for walking energy formula parameters a,b,c,d|0.72,6.0,1.9998,-1.9998
*ParameterString|lambda|Lambda coefficients for combining walking energy and friction cost|1.0
ParameterString|slope_factor|Slope factor determines travel energy cost per height step|-0.2125
*ParameterBoolean|-k|Use the 'Knight's move'; slower, but more accurate|True
*ParameterBoolean|-n|Keep null values in output map|True
*ParameterBoolean|-r|Start with values in raster map|True
OutputRaster|output|Output cost layer
OutputRaster|output|Output cost layer
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ v.buffer
v.buffer.column - Creates a buffer around features of given type.
Vector (v.*)
ParameterVector|input|Input vector layer|-1|False
ParameterTableField|bufcolumn|Name of column to use for buffer distances|input|-1|False
ParameterTableField|column|Name of column to use for buffer distances|input|-1|False
ParameterNumber|scale|Scaling factor for attribute column values|None|None|1.0
ParameterString|tolerance|Maximum distance between theoretical arc and polygon segments as multiple of buffer|0.01
ParameterBoolean|-s|Make outside corners straight|False
ParameterBoolean|-c|Don't make caps at the ends of polylines|False
ParameterBoolean|-c|Do not make caps at the ends of polylines|False
OutputVector|output|Output buffer

Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ ParameterVector|input|Input vector layer|-1|False
ParameterString|distance|Buffer distance in map units|
ParameterString|tolerance|Maximum distance between theoretical arc and polygon segments as multiple of buffer|0.01
ParameterBoolean|-s|Make outside corners straight|False
ParameterBoolean|-c|Don't make caps at the ends of polylines|False
ParameterBoolean|-c|Do not make caps at the ends of polylines|False
OutputVector|output|Output buffer

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ v.clean.advanced - Toolset for cleaning topology of vector map (Advanced).
Vector (v.*)
ParameterVector|input|Layer to clean|-1|False
ParameterString|tool|Cleaning tools (comma separated)|break
ParameterNumber|thresh|Threshold|None|None|0.0001
ParameterNumber|threshold|Threshold|None|None|0.0001
OutputVector|output|Cleaned vector layer
OutputVector|error|Errors layer
OutputVector|error|Errors layer
4 changes: 2 additions & 2 deletions python/plugins/processing/algs/grass7/description/v.clean.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ v.clean - Toolset for cleaning topology of vector map.
Vector (v.*)
ParameterVector|input|Layer to clean|-1|False
ParameterSelection|tool|Cleaning tool|break;snap;rmdangle;chdangle;rmbridge;chbridge;rmdupl;rmdac;bpol;prune;rmarea;rmline;rmsa
ParameterNumber|thresh|Threshold|None|None|0.1
ParameterNumber|threshold|Threshold|None|None|0.1
OutputVector|output|Cleaned vector layer
OutputVector|error|Errors layer
OutputVector|error|Resulting errors layer
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ ParameterString|columns|Name of attribute column(s), comma separated|
ParameterBoolean|-c|Do not include column names in output|False
ParameterString|separator|Output field separator|,
*ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
*ParameterString|vs|Output vertical record separator|
*ParameterString|nv|Null value indicator|
*ParameterString|vertical_separator|Output vertical record separator|
*ParameterString|null_value|Null value indicator|
*ParameterBoolean|-v|Vertical output (instead of horizontal)|False
*ParameterBoolean|-r|Print minimal region extent of selected vector features instead of attributes|False
OutputFile|file|Output file|


OutputFile|file|Output file|
6 changes: 2 additions & 4 deletions python/plugins/processing/algs/grass7/description/v.kcv.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
v.kcv
v.kcv - Randomly partition points into test/train sets.
Vector (v.*)
ParameterVector|input|Input layer|-1|False
ParameterNumber|k|Number of partitions|2.0|32767|10
ParameterVector|map|Input layer|-1|False
ParameterNumber|npartitions|Number of partitions|2.0|32767|10
ParameterString|column|Name for new column to which partition number is written|part
ParameterBoolean|-d|Use drand48()|False
OutputVector|output|Output layer

Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ v.mkgrid - Creates a GRASS vector layer of a user-defined grid.
Vector (v.*)
ParameterString|grid|Number of rows and columns in grid|10,10
ParameterSelection|position|Where to place the grid|coor
ParameterString|coor|Lower left easting and northing coordinates of map|
ParameterString|coordinates|Lower left easting and northing coordinates of map|
ParameterString|box|Width and height of boxes in grid|
ParameterString|angle|Angle of rotation (in degrees counter-clockwise)|0
ParameterBoolean|-h|Create hexagons (default: rectangles)|False
ParameterBoolean|-p|Create grid of points instead of areas and centroids|False
OutputVector|map|Output grid

OutputVector|map|Output grid
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ v.outlier
v.outlier - Removes outliers from vector point data.
Vector (v.*)
ParameterVector|input|Input vector layer|-1|False
ParameterNumber|soe|Interpolation spline step value in east direction|None|None|10
ParameterNumber|son|Interpolation spline step value in north direction|None|None|10
ParameterNumber|ew_step|Interpolation spline step value in east direction|None|None|10
ParameterNumber|ns_step|Interpolation spline step value in north direction|None|None|10
ParameterNumber|lambda_i|Tykhonov regularization weight|None|None|0.1
ParameterNumber|thres_o|Threshold for the outliers|None|None|50
ParameterNumber|threshold|Threshold for the outliers|None|None|50
ParameterBoolean|-e|Estimate point density and distance|False
OutputVector|output|Layer without outliers
OutputVector|outlier|Outliers

5 changes: 2 additions & 3 deletions python/plugins/processing/algs/grass7/description/v.patch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ v.patch - Create a new vector map layer by combining other vector map layers.
Vector (v.*)
ParameterMultipleInput|input|Input layers|-1.0|False
ParameterBoolean|-e|Copy also attribute table|True
OutputVector|output|Name for output vector map
OutputVector|bbox|Bounding boxes

OutputVector|output|Output vector map
OutputVector|bbox|Output vector map where bounding boxes of input vector maps are written to
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
v.qcount
v.qcount - Indices for quadrant counts of sites lists.
v.qcount - Indices for quadrat counts of vector point lists.
Vector (v.*)
ParameterVector|input|Vector points layer|0|False
ParameterNumber|n|Number of quadrants|0|None|4
ParameterNumber|r|Quadrat radius|0.0|None|10
OutputVector|output|Output quadrant layer

ParameterNumber|nquadrats|Number of quadrats|0|None|4
ParameterNumber|radius|Quadrat radius|0.0|None|10
OutputVector|output|Output quadrat centers layer
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
v.random
v.random - Randomly generate a 2D/3D vector points map.
Vector (v.*)
ParameterNumber|n|Number of points to be created|None|None|100
ParameterNumber|npoints|Number of points to be created|None|None|100
ParameterNumber|zmin|Minimum z height for 3D output|None|None|0.0
ParameterNumber|zmax|Maximum z height for 3D output|None|None|0.0
ParameterString|column|Column for Z values|z
*ParameterBoolean|-d|Use drand48() function instead of rand()|False
OutputVector|output|Output layer
OutputVector|output|Output vector layer
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ Vector (v.*)
ParameterVector|input|Vector layer defining sample points|0|False
ParameterTableField|column|Vector layer attribute column to use for comparison|input|-1|False
ParameterRaster|raster|Raster map to be sampled|False
ParameterNumber|z|Sampled raster values will be multiplied by this factor|None|None|1.0
ParameterBoolean|-b|Bilinear interpolation (default is nearest neighbor)|False
ParameterBoolean|-c|Cubic convolution interpolation (default is nearest neighbor)|False
ParameterNumber|zscale|Sampled raster values will be multiplied by this factor|None|None|1.0
ParameterSelection|method|Sampling interpolation method|nearest;bilinear;bicubic
OutputVector|output|Output vector layer

Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ v.surf.bspline
v.surf.bspline.lambda - Bicubic or bilinear spline interpolation with Tykhonov regularization.
Vector (v.*)
ParameterVector|input|Input points layer|-1|False
ParameterNumber|sie|Length of each spline step in the east-west direction|None|None|4
ParameterNumber|sin|Length of each spline step in the north-south direction|None|None|4
ParameterNumber|ew_step|Length of each spline step in the east-west direction|None|None|4
ParameterNumber|ns_step|Length of each spline step in the north-south direction|None|None|4
ParameterSelection|method|Spline interpolation algorithm|bilinear;bicubic
ParameterTableField|column|Attribute table column with values to interpolate|input|-1|False
ParameterBoolean|-c|Find the best Tykhonov regularizing parameter using a "leave-one-out" cross validation method|True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ v.surf.bspline
v.surf.bspline.sparse - Bicubic or bilinear spline interpolation with Tykhonov regularization.
Vector (v.*)
ParameterVector|input|Input points layer|-1|False
ParameterVector|sparse|Input layer of sparse points|-1|False
ParameterNumber|sie|Length of each spline step in the east-west direction|None|None|4
ParameterNumber|sin|Length of each spline step in the north-south direction|None|None|4
ParameterVector|sparse_input|Input layer of sparse points|-1|False
ParameterNumber|ew_step|Length of each spline step in the east-west direction|None|None|4
ParameterNumber|ns_step|Length of each spline step in the north-south direction|None|None|4
ParameterSelection|method|Spline interpolation algorithm|bilinear;bicubic
ParameterNumber|lambda_i|Tykhonov regularization parameter (affects smoothing)|None|None|0.01
ParameterTableField|column|Attribute table column with values to interpolate|input|-1|False
ParameterSelection|layer|layer|1;0
OutputRaster|raster|Output raster layer
OutputRaster|raster_output|Output raster layer
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ v.surf.bspline
v.surf.bspline - Bicubic or bilinear spline interpolation with Tykhonov regularization.
Vector (v.*)
ParameterVector|input|Input points layer|-1|False
ParameterNumber|sie|Length of each spline step in the east-west direction|None|None|4
ParameterNumber|sin|Length of each spline step in the north-south direction|None|None|4
ParameterNumber|ew_step|Length of each spline step in the east-west direction|None|None|4
ParameterNumber|ns_step|Length of each spline step in the north-south direction|None|None|4
ParameterSelection|method|Spline interpolation algorithm|bilinear;bicubic
ParameterNumber|lambda_i|Tykhonov regularization parameter (affects smoothing)|None|None|0.01
ParameterTableField|column|Attribute table column with values to interpolate|input|-1|False
ParameterSelection|layer|layer|1;0
OutputRaster|raster|Output raster layer
OutputRaster|raster_output|Output raster layer
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ 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|zmult|Conversion factor for values used for approximation|None|None|1.0
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|pcurv|Profile curvature
OutputRaster|tcurv|Tangential curvature
OutputRaster|mcurv|Mean curvature
OutputRaster|pcurvature|Profile curvature
OutputRaster|tcurvature|Tangential curvature
OutputRaster|mcurvature|Mean curvature

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ ParameterNumber|zshift|Z shift|None|None|0.0
ParameterNumber|xscale|X scale|None|None|1.0
ParameterNumber|yscale|Y scale|None|None|1.0
ParameterNumber|zscale|Z scale|None|None|1.0
ParameterNumber|zrot|Rotation around z axis in degrees counterclockwise|None|None|0.0
OutputVector|output|Transformed layer
ParameterNumber|zrotation|Rotation around z axis in degrees counterclockwise|None|None|0.0
OutputVector|output|Transformed vector layer