Skip to content

Commit

Permalink
Uniform and informative output names for Processing (GRASS-v.* module…
Browse files Browse the repository at this point in the history
…s completed)
  • Loading branch information
pcav committed May 20, 2015
1 parent 80a8c49 commit d14c4aa
Show file tree
Hide file tree
Showing 20 changed files with 18 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,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|Interpolated spline
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,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|Interpolated spline
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ ParameterNumber|npoints|Number of interpolation points|None|None|12
ParameterNumber|power|Power parameter; greater values assign greater influence to closer points|None|None|2.0
ParameterTableField|column|Attribute table column with values to interpolate|input|-1|False
ParameterBoolean|-n|Don't index points by raster cell|False
OutputRaster|output|Output raster
OutputRaster|output|Interpolated IDW
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ParameterNumber|theta|Anisotropy angle (in degrees counterclockwise from East)|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|elev|Surface
OutputRaster|elev|Interpolated RST
OutputRaster|slope|Slope
OutputRaster|aspect|Aspect
OutputRaster|pcurv|Profile curvature
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ParameterNumber|theta|Anisotropy angle (in degrees counterclockwise from East)|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|elev|Surface
OutputRaster|elev|Interpolated RST
OutputRaster|slope|Slope
OutputRaster|aspect|Aspect
OutputRaster|pcurv|Profile curvature
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ ParameterString|dmax|Maximum distance between points in map units|100
ParameterBoolean|-n|Write line nodes (cannot be used together with 'Write line vertices')|False
ParameterBoolean|-v|Write line vertices (cannot be used together with 'Write line nodes')|False
ParameterBoolean|-i|Interpolate points between line vertices|False
OutputVector|output|Output vector map where points will be written
OutputVector|output|Points along lines
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Vector (v.*)
ParameterVector|input|Input vector layer|-1|False
ParameterSelection|use|Source of raster values|attr
ParameterTableField|column|Name of column for 'attr' parameter (data type must be numeric)|input|0|False
OutputRaster|output|Rasterized layer
OutputRaster|output|Rasterized
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Vector (v.*)
ParameterVector|input|Input vector layer|-1|False
ParameterSelection|use|Source of raster values|val
ParameterNumber|value|Raster value|None|None|1.0
OutputRaster|output|Rasterized layer
OutputRaster|output|Rasterized
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Vector (v.*)
ParameterVector|input|input vector layer|-1|False
ParameterFile|pointsfile|Points file|False|False
ParameterNumber|zrot|Rotation around z axis in degrees counterclockwise|None|None|0.0
OutputVector|output|Transformed layer
OutputVector|output|Transformed
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ 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
OutputVector|output|Transformed
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ ParameterVector|input|Input points layer|0|False
ParameterBoolean|-l|Output tessellation as a graph (lines), not areas|False
ParameterBoolean|-t|Do not create attribute table|False
OutputVector|output|Voronoi diagram

Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,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|Output raster layer
OutputRaster|raster_output|Interpolated spline
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,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|Output raster layer
OutputRaster|raster_output|Interpolated spline
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ ParameterNumber|npoints|Number of interpolation points|None|None|12
ParameterNumber|power|Power parameter; greater values assign greater influence to closer points|None|None|2.0
ParameterTableField|column|Attribute table column with values to interpolate|input|-1|False
ParameterBoolean|-n|Don't index points by raster cell|False
OutputRaster|output|Output raster
OutputRaster|output|Interpolated IDW
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ParameterNumber|theta|Anisotropy angle (in degrees counterclockwise from East)|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|elevation|Interpolated RST
OutputRaster|slope|Slope
OutputRaster|aspect|Aspect
OutputRaster|pcurvature|Profile curvature
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ ParameterVector|input|Input lines layer|1|False
ParameterString|dmax|Maximum distance between points in map units|100
ParameterSelection|use|Use line nodes or vertices only|node;vertex
ParameterBoolean|-i|Interpolate points between line vertices|False
OutputVector|output|Output vector map where points will be written
OutputVector|output|Points along lines
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Vector (v.*)
ParameterVector|input|Input vector layer|-1|False
ParameterSelection|use|Source of raster values|attr
ParameterTableField|attribute_column|Name of column for 'attr' parameter (data type must be numeric)|input|0|False
OutputRaster|output|Rasterized layer
OutputRaster|output|Rasterized
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Vector (v.*)
ParameterVector|input|Input vector layer|-1|False
ParameterSelection|use|Source of raster values|val
ParameterNumber|value|Raster value|None|None|1.0
OutputRaster|output|Rasterized layer
OutputRaster|output|Rasterized
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ 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|zrotation|Rotation around z axis in degrees counterclockwise|None|None|0.0
OutputVector|output|Transformed vector layer
OutputVector|output|Transformed
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ ParameterVector|input|Input points layer|0|False
ParameterBoolean|-l|Output tessellation as a graph (lines), not areas|False
ParameterBoolean|-t|Do not create attribute table|False
OutputVector|output|Voronoi diagram

0 comments on commit d14c4aa

Please sign in to comment.