diff --git a/python/plugins/processing/algs/grass7/TODO b/python/plugins/processing/algs/grass7/TODO index 21e5633f666..8255922a422 100644 --- a/python/plugins/processing/algs/grass7/TODO +++ b/python/plugins/processing/algs/grass7/TODO @@ -1,15 +1,9 @@ +* http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Replacedandremovedmodules * TODO: Merged modules r.average: merged into G7:r.statistics, G7:r.statistics2, G7:r.statistics3 r.bilinear merged into G7:r.resamp.interp r.median: merged into G7:r.statistics, G7:r.statistics2, G7:r.statistics3 r.sum: merged into G7:r.statistics, G7:r.statistics2, G7:r.statistics3 - +* http://trac.osgeo.org/grass/wiki/Grass7/NewFeatures#Renamedmodules * TODO: decide what to do with nviz: nviz_cmd -> G7:m.nviz.image - - -* TODO: CHECK next how really implemented: - - Global module changes - interpolation methods 'bilinear', 'bicubic' renamed to 'linear', 'cubic' <<---???? - diff --git a/python/plugins/processing/algs/grass7/description/i.fft.txt b/python/plugins/processing/algs/grass7/description/i.fft.txt index 7d056806df5..5ca6b740585 100644 --- a/python/plugins/processing/algs/grass7/description/i.fft.txt +++ b/python/plugins/processing/algs/grass7/description/i.fft.txt @@ -1,7 +1,6 @@ i.fft i.fft - Fast Fourier Transform (FFT) for image processing. Imagery (i.*) -ParameterRaster|input_image|Name of input raster map|False -OutputRaster|real_image|Name for output real part arrays stored as raster map -OutputRaster|imaginary_image|Name for output imaginary part arrays stored as raster map - +ParameterRaster|input|Name of input raster map|False +OutputRaster|real|Name for output real part arrays stored as raster map +OutputRaster|imaginary|Name for output imaginary part arrays stored as raster map diff --git a/python/plugins/processing/algs/grass7/description/i.his.rgb.txt b/python/plugins/processing/algs/grass7/description/i.his.rgb.txt index a639a5be9e5..e29d9a25a4d 100644 --- a/python/plugins/processing/algs/grass7/description/i.his.rgb.txt +++ b/python/plugins/processing/algs/grass7/description/i.his.rgb.txt @@ -1,10 +1,10 @@ i.his.rgb i.his.rgb - Transforms raster maps from HIS (Hue-Intensity-Saturation) color space to RGB (Red-Green-Blue) color space. Imagery (i.*) -ParameterRaster|hue_input|Name of input raster map (hue)|False -ParameterRaster|intensity_input|Name of input raster map (intensity)|False -ParameterRaster|saturation_input|Name of input raster map (saturation)|False -OutputRaster|red_output|Name for output raster map (red) -OutputRaster|green_output|Name for output raster map (green) -OutputRaster|blue_output|Name for output raster map (blue) +ParameterRaster|hue|Name of input raster map (hue)|False +ParameterRaster|intensity|Name of input raster map (intensity)|False +ParameterRaster|saturation|Name of input raster map (saturation)|False +OutputRaster|red|Name for output raster map (red) +OutputRaster|green|Name for output raster map (green) +OutputRaster|blue|Name for output raster map (blue) diff --git a/python/plugins/processing/algs/grass7/description/i.ifft.txt b/python/plugins/processing/algs/grass7/description/i.ifft.txt index b60fa53539c..8139dec45f7 100644 --- a/python/plugins/processing/algs/grass7/description/i.ifft.txt +++ b/python/plugins/processing/algs/grass7/description/i.ifft.txt @@ -1,7 +1,7 @@ i.ifft i.ifft - Inverse Fast Fourier Transform (IFFT) for image processing. Imagery (i.*) -ParameterRaster|real_image|Name of input raster map (image fft, real part)|False -ParameterRaster|imaginary_image|Name of input raster map (image fft, imaginary part)|False -OutputRaster|output_image|Name for output raster map +ParameterRaster|real|Name of input raster map (image fft, real part)|False +ParameterRaster|imaginary|Name of input raster map (image fft, imaginary part)|False +OutputRaster|output|Name for output raster map diff --git a/python/plugins/processing/algs/grass7/description/i.rgb.his.txt b/python/plugins/processing/algs/grass7/description/i.rgb.his.txt index f7017c4951b..0d24efa8758 100644 --- a/python/plugins/processing/algs/grass7/description/i.rgb.his.txt +++ b/python/plugins/processing/algs/grass7/description/i.rgb.his.txt @@ -1,9 +1,9 @@ i.rgb.his i.rgb.his - Transforms raster maps from RGB (Red-Green-Blue) color space to HIS (Hue-Intensity-Saturation) color space. Imagery (i.*) -ParameterRaster|red_output|Name for input raster map (red)|True -ParameterRaster|green_output|Name for input raster map (green)|True -ParameterRaster|blue_output|Name for input raster map (blue)|True -OutputRaster|hue_input|Name of output raster map (hue)|False -OutputRaster|intensity_input|Name of output raster map (intensity)|False -OutputRaster|saturation_input|Name of output raster map (saturation)|False +ParameterRaster|red|Name for input raster map (red)|True +ParameterRaster|green|Name for input raster map (green)|True +ParameterRaster|blue|Name for input raster map (blue)|True +OutputRaster|hue|Name of output raster map (hue)|False +OutputRaster|intensity|Name of output raster map (intensity)|False +OutputRaster|saturation|Name of output raster map (saturation)|False diff --git a/python/plugins/processing/algs/grass7/description/m.cogo.txt b/python/plugins/processing/algs/grass7/description/m.cogo.txt index be729d61fb0..91fd4a57098 100644 --- a/python/plugins/processing/algs/grass7/description/m.cogo.txt +++ b/python/plugins/processing/algs/grass7/description/m.cogo.txt @@ -3,8 +3,8 @@ m.cogo - A simple utility for converting bearing and distance measurements to co Miscellaneous (m.*) ParameterFile|input|Name of input file|False OutputFile|output|Output text file -ParameterString|coord|Starting coordinate pair (default 0.0, 0.0)|0.0,0.0 +ParameterString|coordinates|Starting coordinate pair (default 0.0, 0.0)|0.0,0.0 *ParameterBoolean|-l|Lines are labelled|False *ParameterBoolean|-q|Suppress warnings|False *ParameterBoolean|-r|Convert from coordinates to bearing and distance|False -*ParameterBoolean|-c|Repeat the starting coordinate at the end to close a loop|False \ No newline at end of file +*ParameterBoolean|-c|Repeat the starting coordinate at the end to close a loop|False diff --git a/python/plugins/processing/algs/grass7/description/r.aspect.txt b/python/plugins/processing/algs/grass7/description/r.aspect.txt index c4f0591a3fb..1f7fc849a68 100644 --- a/python/plugins/processing/algs/grass7/description/r.aspect.txt +++ b/python/plugins/processing/algs/grass7/description/r.aspect.txt @@ -2,7 +2,7 @@ r.slope.aspect r.aspect - Generates raster maps of aspect from a elevation raster map. Raster (r.*) ParameterRaster|elevation|Elevation|False -ParameterSelection|prec|Data type|float;double;int +ParameterSelection|precision|Data type|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 +ParameterNumber|min_slope|Minimum slope val. (in percent) for which aspect is computed|None|None|0.0 OutputRaster|aspect|Output aspect layer diff --git a/python/plugins/processing/algs/grass7/description/r.bitpattern.txt b/python/plugins/processing/algs/grass7/description/r.bitpattern.txt deleted file mode 100644 index 856d50765a5..00000000000 --- a/python/plugins/processing/algs/grass7/description/r.bitpattern.txt +++ /dev/null @@ -1,7 +0,0 @@ -r.bitpattern -r.bitpattern - Compares bit patterns with a raster map. -Raster (r.*) -ParameterRaster|input|Input raster layer|False -ParameterString|pattern|Bit pattern position(s)| -ParameterString|patval|Bit pattern value| -OutputRaster|output|Output raster layer diff --git a/python/plugins/processing/algs/grass7/description/r.carve.txt b/python/plugins/processing/algs/grass7/description/r.carve.txt index 31e1ff56bef..6a12f7b9974 100644 --- a/python/plugins/processing/algs/grass7/description/r.carve.txt +++ b/python/plugins/processing/algs/grass7/description/r.carve.txt @@ -1,8 +1,8 @@ r.carve r.carve - Takes vector stream data, transforms it to raster and subtracts depth from the output DEM. Raster (r.*) -ParameterRaster|rast|Elevation|False -ParameterVector|vect|Vector layer containing stream(s)|1|False +ParameterRaster|raster|Elevation|False +ParameterVector|vector|Vector layer containing stream(s)|1|False ParameterNumber|width|Stream width (in meters). Default is raster cell width|None|None|1 ParameterNumber|depth|Additional stream depth (in meters)|None|None|1 ParameterBoolean|-n|No flat areas allowed in flow direction|False diff --git a/python/plugins/processing/algs/grass7/description/r.circle.txt b/python/plugins/processing/algs/grass7/description/r.circle.txt index fc9ae7a53c2..942e3e022d6 100644 --- a/python/plugins/processing/algs/grass7/description/r.circle.txt +++ b/python/plugins/processing/algs/grass7/description/r.circle.txt @@ -1,9 +1,9 @@ r.circle r.circle - Creates a raster map containing concentric rings around a given point. Raster (r.*) -ParameterString|coordinate|The coordinate of the center (east,north)|0,0 +ParameterString|coordinates|The coordinate of the center (east,north)|0,0 ParameterNumber|min|Minimum radius for ring/circle map (in meters)|None|None|10 ParameterNumber|max|Maximum radius for ring/circle map (in meters)|None|None|20 -ParameterString|mult|Data value multiplier|1 +ParameterString|multiplier|Data value multiplier|1 ParameterBoolean|-b|Generate binary raster map|False OutputRaster|output|Name for output raster map diff --git a/python/plugins/processing/algs/grass7/description/r.coin.txt b/python/plugins/processing/algs/grass7/description/r.coin.txt index 4e9bf0fe611..3df0411f46c 100644 --- a/python/plugins/processing/algs/grass7/description/r.coin.txt +++ b/python/plugins/processing/algs/grass7/description/r.coin.txt @@ -1,8 +1,8 @@ r.coin r.coin - Tabulates the mutual occurrence (coincidence) of categories for two raster map layers. Raster (r.*) -ParameterRaster|map1|Name of first raster map|False -ParameterRaster|map2|Name of second raster map|False +ParameterRaster|first|Name of first raster map|False +ParameterRaster|second|Name of second raster map|False ParameterSelection|units|Unit of measure|c;p;x;y;a;h;k;m ParameterBoolean|-w|Wide report, 132 columns (default: 80)|False OutputHTML|html|Output report diff --git a/python/plugins/processing/algs/grass7/description/r.composite.txt b/python/plugins/processing/algs/grass7/description/r.composite.txt index cd1cfff9187..a29f02a6ab0 100644 --- a/python/plugins/processing/algs/grass7/description/r.composite.txt +++ b/python/plugins/processing/algs/grass7/description/r.composite.txt @@ -4,9 +4,9 @@ Raster (r.*) ParameterRaster|red|Red|False ParameterRaster|green|Green|False ParameterRaster|blue|Blue|False -ParameterNumber|lev_red|Number of levels to be used for |1|256|32 -ParameterNumber|lev_green|Number of levels to be used for |1|256|32 -ParameterNumber|lev_blue|Number of levels to be used for |1|256|32 +ParameterNumber|level_red|Number of levels to be used for |1|256|32 +ParameterNumber|level_green|Number of levels to be used for |1|256|32 +ParameterNumber|level_blue|Number of levels to be used for |1|256|32 ParameterBoolean|-d|Dither|False ParameterBoolean|-c|Use closest color|False OutputRaster|output|Output RGB image diff --git a/python/plugins/processing/algs/grass7/description/r.describe.txt b/python/plugins/processing/algs/grass7/description/r.describe.txt index 751e3814adf..713c5ff87c0 100644 --- a/python/plugins/processing/algs/grass7/description/r.describe.txt +++ b/python/plugins/processing/algs/grass7/description/r.describe.txt @@ -7,5 +7,5 @@ ParameterNumber|nsteps|Number of quantization steps|1.0|None|255 ParameterBoolean|-r|Only print the range of the data|False ParameterBoolean|-n|Suppress reporting of any NULLs|False ParameterBoolean|-d|Use the current region|False -ParameterBoolean|-i|Read fp map as integer|False +ParameterBoolean|-i|Read floating-point map as integer|False OutputHTML|html|Output report diff --git a/python/plugins/processing/algs/grass7/description/r.fill.dir.txt b/python/plugins/processing/algs/grass7/description/r.fill.dir.txt index 9bff8103565..534f50fc98c 100644 --- a/python/plugins/processing/algs/grass7/description/r.fill.dir.txt +++ b/python/plugins/processing/algs/grass7/description/r.fill.dir.txt @@ -2,7 +2,7 @@ r.fill.dir r.fill.dir - Filters and generates a depressionless elevation layer and a flow direction layer from a given elevation raster layer. Raster (r.*) ParameterRaster|input|Elevation|False -ParameterSelection|type|Output aspect direction format|grass;agnps;answers -OutputRaster|elevation|Depressionless DEM +ParameterSelection|format|Output aspect direction format|grass;agnps;answers +OutputRaster|output|Depressionless DEM OutputRaster|direction|Flow direction OutputRaster|areas|Problem areas diff --git a/python/plugins/processing/algs/grass7/description/r.flow.txt b/python/plugins/processing/algs/grass7/description/r.flow.txt index 6f55b37e169..f706df55781 100644 --- a/python/plugins/processing/algs/grass7/description/r.flow.txt +++ b/python/plugins/processing/algs/grass7/description/r.flow.txt @@ -1,5 +1,5 @@ r.flow -r.flow - Construction of slope curves (flowlines), flowpath lengths, and flowline densities (upslope areas) from a raster digital elevation model (DEM). +r.flow - Construction of flowlines, flowpath lengths, and flowaccumulation (contributing areas) from a raster digital elevation model (DEM). Raster (r.*) ParameterRaster|elevation|Elevation|False ParameterRaster|aspect|Aspect|False @@ -9,6 +9,6 @@ ParameterNumber|bound|Maximum number of segments per flowline|None|None|5.0 ParameterBoolean|-u|Compute upslope flowlines instead of default downhill flowlines|False ParameterBoolean|-3|3-D lengths instead of 2-D|False *ParameterBoolean|-m|Use less memory, at a performance penalty|False -OutputRaster|flowline|Output flowline vector layer -OutputRaster|flowpath|Output flowpath length raster layer -OutputRaster|density|Output flowline density raster layer +OutputRaster|flowline|Output flow line vector layer +OutputRaster|flowlength|Output flow path length raster layer +OutputRaster|flowaccumulation|Output flow accumulation raster layer diff --git a/python/plugins/processing/algs/grass7/description/r.his.txt b/python/plugins/processing/algs/grass7/description/r.his.txt index 1a91b17055f..5a18237eea6 100644 --- a/python/plugins/processing/algs/grass7/description/r.his.txt +++ b/python/plugins/processing/algs/grass7/description/r.his.txt @@ -1,10 +1,10 @@ r.his r.his - Generates red, green and blue raster layers combining hue, intensity and saturation (HIS) values from user-specified input raster layers. Raster (r.*) -ParameterRaster|h_map|Hue|False -ParameterRaster|i_map|Intensity|False -ParameterRaster|s_map|Saturation|False +ParameterRaster|hue|Hue|False +ParameterRaster|intensity|Intensity|False +ParameterRaster|saturation|Saturation|False ParameterBoolean|-n|Respect NULL values while drawing|False -OutputRaster|r_map|Red -OutputRaster|g_map|Green -OutputRaster|b_map|Blue +OutputRaster|red|Red +OutputRaster|green|Green +OutputRaster|blue|Blue diff --git a/python/plugins/processing/algs/grass7/description/r.horizon.height.txt b/python/plugins/processing/algs/grass7/description/r.horizon.height.txt index 5258124ad31..ed7cd2b9b0d 100644 --- a/python/plugins/processing/algs/grass7/description/r.horizon.height.txt +++ b/python/plugins/processing/algs/grass7/description/r.horizon.height.txt @@ -1,9 +1,9 @@ r.horizon r.horizon.height - Horizon angle computation from a digital elevation model. Raster (r.*) -ParameterRaster|elev_in|Elevation layer [meters]|False -ParameterString|coordinate|Coordinate for which you want to calculate the horizon|0,0 -ParameterNumber|horizon_step|Angle step size for multidirectional horizon [degrees]|0|360|0.0 +ParameterRaster|elevation|Elevation layer [meters]|False +ParameterString|coordinates|Coordinate for which you want to calculate the horizon|0,0 +ParameterNumber|step|Angle step size for multidirectional horizon [degrees]|0|360|0.0 ParameterNumber|maxdistance|The maximum distance to consider when finding the horizon height|0|None|10000 ParameterString|dist|Sampling distance step coefficient (0.5-1.5)|1.0 ParameterBoolean|-d|Write output in degrees (default is radians)|False diff --git a/python/plugins/processing/algs/grass7/description/r.horizon.txt b/python/plugins/processing/algs/grass7/description/r.horizon.txt index 79f6d22cc18..9e733281ea8 100644 --- a/python/plugins/processing/algs/grass7/description/r.horizon.txt +++ b/python/plugins/processing/algs/grass7/description/r.horizon.txt @@ -1,7 +1,7 @@ r.horizon r.horizon - Horizon angle computation from a digital elevation model. Raster (r.*) -ParameterRaster|elev_in|Elevation layer [meters]|False +ParameterRaster|elevation|Elevation layer [meters]|False ParameterNumber|direction|Direction in which you want to calculate the horizon height|0|360|0.0 ParameterNumber|maxdistance|The maximum distance to consider when finding the horizon height|0|None|10000 ParameterString|dist|Sampling distance step coefficient (0.5-1.5)|1.0 diff --git a/python/plugins/processing/algs/grass7/description/r.out.vrml.txt b/python/plugins/processing/algs/grass7/description/r.out.vrml.txt index 22a9b6a6e4c..d98c363155e 100644 --- a/python/plugins/processing/algs/grass7/description/r.out.vrml.txt +++ b/python/plugins/processing/algs/grass7/description/r.out.vrml.txt @@ -1,7 +1,7 @@ r.out.vrml r.out.vrml - Export a raster layer to the Virtual Reality Modeling Language (VRML) Raster (r.*) -ParameterRaster|elev|Elevation layer|False +ParameterRaster|elevation|Elevation layer|False ParameterRaster|color|Color layer|False -ParameterNumber|exag|Vertical exaggeration|None|None|1.0 +ParameterNumber|exaggeration|Vertical exaggeration|None|None|1.0 OutputFile|output|Output VRML file diff --git a/python/plugins/processing/algs/grass7/description/r.param.scale.txt b/python/plugins/processing/algs/grass7/description/r.param.scale.txt index 0abfcc891bd..ed83aa37d5f 100644 --- a/python/plugins/processing/algs/grass7/description/r.param.scale.txt +++ b/python/plugins/processing/algs/grass7/description/r.param.scale.txt @@ -2,8 +2,8 @@ r.param.scale r.param.scale - Extracts terrain parameters from a DEM. Raster (r.*) ParameterRaster|input|Name of input raster map|False -ParameterNumber|s_tol|Slope tolerance that defines a 'flat' surface (degrees)|None|None|1.0 -ParameterNumber|c_tol|Curvature tolerance that defines 'planar' surface|None|None|0.0001 +ParameterNumber|slope_tolerance|Slope tolerance that defines a 'flat' surface (degrees)|None|None|1.0 +ParameterNumber|curvature_tolerance|Curvature tolerance that defines 'planar' surface|None|None|0.0001 ParameterNumber|size|Size of processing window (odd number only, max: 69)|None|None|15 ParameterSelection|param|Morphometric parameter in 'size' window to calculate|elev;slope;aspect;profc;planc;longc;crosc;minic;maxic;feature ParameterNumber|exp|Exponent for distance weighting (0.0-4.0)|None|None|0.0 diff --git a/python/plugins/processing/algs/grass7/description/r.profile.txt b/python/plugins/processing/algs/grass7/description/r.profile.txt index 145bcd76e1a..37127dff9b3 100644 --- a/python/plugins/processing/algs/grass7/description/r.profile.txt +++ b/python/plugins/processing/algs/grass7/description/r.profile.txt @@ -4,7 +4,7 @@ Raster (r.*) ParameterRaster|input|Input raster layer|False ParameterString|profile|Profile coordinate pairs|0,0,1,1 ParameterNumber|res|Resolution along profile|0|None|1.0 -ParameterString|null|Character to represent no data cell|* +ParameterString|null_value|Character to represent no data cell|* ParameterBoolean|-g|Output easting and northing in first two columns of four column output|False ParameterBoolean|-c|Output RRR:GGG:BBB color values for each profile point|False OutputFile|output|Output filename diff --git a/python/plugins/processing/algs/grass7/description/r.random.raster.txt b/python/plugins/processing/algs/grass7/description/r.random.raster.txt index ea5fb1bde0b..55bb98d8539 100644 --- a/python/plugins/processing/algs/grass7/description/r.random.raster.txt +++ b/python/plugins/processing/algs/grass7/description/r.random.raster.txt @@ -1,6 +1,6 @@ -r.randon.raster +r.random.raster r.random.raster - Create random raster Raster (r.*) ParameterRaster|raster|Name of input raster map|False ParameterNumber|value|The number of points to allocate |None|None|1 -OutputRaster|output|Output layer \ No newline at end of file +OutputRaster|output|Output layer diff --git a/python/plugins/processing/algs/grass7/description/r.random.txt b/python/plugins/processing/algs/grass7/description/r.random.txt index 9d8bef0a5f0..cc9fee3d5ed 100644 --- a/python/plugins/processing/algs/grass7/description/r.random.txt +++ b/python/plugins/processing/algs/grass7/description/r.random.txt @@ -3,6 +3,6 @@ r.random - Creates a raster layer and vector point map containing randomly locat Raster (r.*) ParameterRaster|input|Input raster layer|False ParameterRaster|cover|Input cover raster layer|False -ParameterNumber|n|The number of points to allocate|0|None|10 -OutputRaster|raster_output|Output raster layer -OutputVector|vector_output|Output vector layer \ No newline at end of file +ParameterNumber|npoints|The number of points to allocate|0|None|10 +OutputRaster|raster|Output raster layer +OutputVector|vector|Output vector layer diff --git a/python/plugins/processing/algs/grass7/description/r.regression.line.txt b/python/plugins/processing/algs/grass7/description/r.regression.line.txt index cbb2cb98ec9..dc43f2a4a81 100644 --- a/python/plugins/processing/algs/grass7/description/r.regression.line.txt +++ b/python/plugins/processing/algs/grass7/description/r.regression.line.txt @@ -1,7 +1,6 @@ r.regression.line r.regression.line - Calculates linear regression from two raster layers : y = a + b*x. Raster (r.*) -ParameterRaster|map1|Layer for x coefficient|False -ParameterRaster|map2|Layer for y coefficient|False -ParameterBoolean|-s|Slower but accurate|False -OutputHTML|html|Regression data +ParameterRaster|mapx|Layer for x coefficient|False +ParameterRaster|mapy|Layer for y coefficient|False +OutputHTML|html|Regression coefficients diff --git a/python/plugins/processing/algs/grass7/description/r.shaded.relief.txt b/python/plugins/processing/algs/grass7/description/r.relief.txt similarity index 61% rename from python/plugins/processing/algs/grass7/description/r.shaded.relief.txt rename to python/plugins/processing/algs/grass7/description/r.relief.txt index ad86fdc4928..8543ba386b0 100644 --- a/python/plugins/processing/algs/grass7/description/r.shaded.relief.txt +++ b/python/plugins/processing/algs/grass7/description/r.relief.txt @@ -1,10 +1,10 @@ -r.shaded.relief -r.shaded.relief - Creates shaded relief from an elevation layer (DEM). +r.relief +r.relief - Creates shaded relief from an elevation layer (DEM). Raster (r.*) -ParameterRaster|map|Input elevation layer|False +ParameterRaster|input|Input elevation layer ParameterNumber|altitude|Altitude of the sun in degrees above the horizon|None|None|30.0 ParameterNumber|azimuth|Azimuth of the sun in degrees to the east of north|None|None|270.0 -ParameterNumber|zmult|Factor for exaggerating relief|None|None|1.0 +ParameterNumber|zscale|Factor for exaggerating relief|None|None|1.0 ParameterNumber|scale|Scale factor for converting horizontal units to elevation units|None|None|1.0 ParameterSelection|units|et scaling factor (applies to lat./long. locations only, none: scale=1)|none;meters;feet -OutputRaster|shadedmap|Output shaded relief layer +OutputRaster|output|Output shaded relief layer diff --git a/python/plugins/processing/algs/grass7/description/r.report.txt b/python/plugins/processing/algs/grass7/description/r.report.txt index e7c3da7e0bd..a35f82218c4 100644 --- a/python/plugins/processing/algs/grass7/description/r.report.txt +++ b/python/plugins/processing/algs/grass7/description/r.report.txt @@ -3,11 +3,10 @@ r.report - Reports statistics for raster layers. Raster (r.*) ParameterMultipleInput|map|Raster layer(s) to report on|3.0|False ParameterSelection|units|Units|mi;me;k;a;h;c;p -ParameterString|null|Character representing no data cell value|* +ParameterString|null_value|Character representing no data cell value|* ParameterNumber|nsteps|Number of fp subranges to collect stats from|1|None|255 ParameterBoolean|-h|Suppress page headers|True ParameterBoolean|-f|Use formfeeds between pages|True ParameterBoolean|-e|Scientific format|True -ParameterBoolean|-n|Filter out all no data cells|True -ParameterBoolean|-N|Filter out cells where all layers have no data|True +ParameterBoolean|-n|Do not report no data cells|True OutputHTML|html|Output report file diff --git a/python/plugins/processing/algs/grass7/description/r.resamp.rst.txt b/python/plugins/processing/algs/grass7/description/r.resamp.rst.txt index 7996bca2550..870cc48a167 100644 --- a/python/plugins/processing/algs/grass7/description/r.resamp.rst.txt +++ b/python/plugins/processing/algs/grass7/description/r.resamp.rst.txt @@ -6,4 +6,4 @@ ParameterNumber|ew_res|Desired east-west resolution|0.0|None|1 ParameterNumber|ns_res|Desired north-south resolution|0.0|None|1 ParameterBoolean|-t|Use dnorm independent tension|False ParameterBoolean|-a_r.region|Align region to resolution (default = align to bounds) in r.region|False -OutputRaster|elev|Output layer +OutputRaster|elevation|Output layer diff --git a/python/plugins/processing/algs/grass7/description/r.sim.sediment.txt b/python/plugins/processing/algs/grass7/description/r.sim.sediment.txt index ab904f4ede1..b55d0795f20 100644 --- a/python/plugins/processing/algs/grass7/description/r.sim.sediment.txt +++ b/python/plugins/processing/algs/grass7/description/r.sim.sediment.txt @@ -2,20 +2,20 @@ r.sim.sediment r.sim.sediment - Sediment transport and erosion/deposition simulation using path sampling method (SIMWE). Raster (r.*) ParameterRaster|elevation|Name of the elevation raster map [m]|False -ParameterRaster|wdepth|Name of the water depth raster map [m]|False +ParameterRaster|water_depth|Name of the water depth raster map [m]|False ParameterRaster|dx|Name of the x-derivatives raster map [m/m]|False ParameterRaster|dy|Name of the y-derivatives raster map [m/m]|False -ParameterRaster|det|Name of the detachment capacity coefficient raster map [s/m]|False -ParameterRaster|tran|Name of the transport capacity coefficient raster map [s]|False -ParameterRaster|tau|Name of the critical shear stress raster map [Pa]|False +ParameterRaster|detachment_coeff|Name of the detachment capacity coefficient raster map [s/m]|False +ParameterRaster|transport_coeff|Name of the transport capacity coefficient raster map [s]|False +ParameterRaster|shear_stress|Name of the critical shear stress raster map [Pa]|False ParameterRaster|man|Name of the Mannings n raster map|False ParameterNumber|man_value|Name of the Mannings n value|None|None|0.1 -ParameterNumber|nwalk|Number of walkers|None|None|1 -ParameterNumber|niter|Time used for iterations [minutes]|None|None|10 -ParameterNumber|outiter|Time interval for creating output maps [minutes]|None|None|2 -ParameterNumber|diffc|Water diffusion constant|None|None|0.8 -OutputRaster|tc|Output transport capacity raster map [kg/ms] -OutputRaster|et|Output transp.limited erosion-deposition raster map [kg/m2s] -OutputRaster|conc|Output sediment concentration raster map [particle/m3] -OutputRaster|flux|Output sediment flux raster map [kg/ms] -OutputRaster|erdep|Output erosion-deposition raster map [kg/m2s] +ParameterNumber|nwalkers|Number of walkers|None|None|1 +ParameterNumber|niterations|Time used for iterations [minutes]|None|None|10 +ParameterNumber|output_step|Time interval for creating output maps [minutes]|None|None|2 +ParameterNumber|diffusion_coeff|Water diffusion constant|None|None|0.8 +OutputRaster|transport_capacity|Output transport capacity raster map [kg/ms] +OutputRaster|tlimit_erosion_deposition|Output transp.limited erosion-deposition raster map [kg/m2s] +OutputRaster|sediment_concentration|Output sediment concentration raster map [particle/m3] +OutputRaster|sediment_flux|Output sediment flux raster map [kg/ms] +OutputRaster|erosion_deposition|Output erosion-deposition raster map [kg/m2s] diff --git a/python/plugins/processing/algs/grass7/description/r.sim.water.txt b/python/plugins/processing/algs/grass7/description/r.sim.water.txt index 03634a993bb..7858bcad8d3 100644 --- a/python/plugins/processing/algs/grass7/description/r.sim.water.txt +++ b/python/plugins/processing/algs/grass7/description/r.sim.water.txt @@ -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] diff --git a/python/plugins/processing/algs/grass7/description/r.slope.aspect.txt b/python/plugins/processing/algs/grass7/description/r.slope.aspect.txt index 659163968a2..35b958824fe 100644 --- a/python/plugins/processing/algs/grass7/description/r.slope.aspect.txt +++ b/python/plugins/processing/algs/grass7/description/r.slope.aspect.txt @@ -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 diff --git a/python/plugins/processing/algs/grass7/description/r.spreadpath.txt b/python/plugins/processing/algs/grass7/description/r.spreadpath.txt index 9d2f981ce4e..05ebb6e9d75 100644 --- a/python/plugins/processing/algs/grass7/description/r.spreadpath.txt +++ b/python/plugins/processing/algs/grass7/description/r.spreadpath.txt @@ -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 diff --git a/python/plugins/processing/algs/grass7/description/r.stream.angle.txt b/python/plugins/processing/algs/grass7/description/r.stream.angle.txt index ab4b1995a15..b215346160e 100644 --- a/python/plugins/processing/algs/grass7/description/r.stream.angle.txt +++ b/python/plugins/processing/algs/grass7/description/r.stream.angle.txt @@ -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 diff --git a/python/plugins/processing/algs/grass7/description/r.stream.basins.txt b/python/plugins/processing/algs/grass7/description/r.stream.basins.txt index 6a46a9a2a61..d6897d3191c 100644 --- a/python/plugins/processing/algs/grass7/description/r.stream.basins.txt +++ b/python/plugins/processing/algs/grass7/description/r.stream.basins.txt @@ -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 diff --git a/python/plugins/processing/algs/grass7/description/r.stream.del.txt b/python/plugins/processing/algs/grass7/description/r.stream.del.txt index b6a405ef241..9d457c8572c 100644 --- a/python/plugins/processing/algs/grass7/description/r.stream.del.txt +++ b/python/plugins/processing/algs/grass7/description/r.stream.del.txt @@ -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 diff --git a/python/plugins/processing/algs/grass7/description/r.stream.distance.txt b/python/plugins/processing/algs/grass7/description/r.stream.distance.txt index 03e35b1af15..be1fab34cc4 100644 --- a/python/plugins/processing/algs/grass7/description/r.stream.distance.txt +++ b/python/plugins/processing/algs/grass7/description/r.stream.distance.txt @@ -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 diff --git a/python/plugins/processing/algs/grass7/description/r.stream.extract.txt b/python/plugins/processing/algs/grass7/description/r.stream.extract.txt index d81081d3ca3..dce3b33e073 100644 --- a/python/plugins/processing/algs/grass7/description/r.stream.extract.txt +++ b/python/plugins/processing/algs/grass7/description/r.stream.extract.txt @@ -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 diff --git a/python/plugins/processing/algs/grass7/description/r.stream.order.txt b/python/plugins/processing/algs/grass7/description/r.stream.order.txt index 46a02992804..bde59742193 100644 --- a/python/plugins/processing/algs/grass7/description/r.stream.order.txt +++ b/python/plugins/processing/algs/grass7/description/r.stream.order.txt @@ -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 diff --git a/python/plugins/processing/algs/grass7/description/r.stream.pos.txt b/python/plugins/processing/algs/grass7/description/r.stream.pos.txt index 65ae58e5eae..0531f8ffdb4 100644 --- a/python/plugins/processing/algs/grass7/description/r.stream.pos.txt +++ b/python/plugins/processing/algs/grass7/description/r.stream.pos.txt @@ -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 diff --git a/python/plugins/processing/algs/grass7/description/r.stream.stats.txt b/python/plugins/processing/algs/grass7/description/r.stream.stats.txt index be3852df1d7..a860b7981a8 100644 --- a/python/plugins/processing/algs/grass7/description/r.stream.stats.txt +++ b/python/plugins/processing/algs/grass7/description/r.stream.stats.txt @@ -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 diff --git a/python/plugins/processing/algs/grass7/description/r.sun.txt b/python/plugins/processing/algs/grass7/description/r.sun.txt index e7808dd1b74..34441aeb299 100644 --- a/python/plugins/processing/algs/grass7/description/r.sun.txt +++ b/python/plugins/processing/algs/grass7/description/r.sun.txt @@ -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 diff --git a/python/plugins/processing/algs/grass7/description/r.sunmask.txt b/python/plugins/processing/algs/grass7/description/r.sunmask.txt index 353dccb64ce..32cffe4e796 100644 --- a/python/plugins/processing/algs/grass7/description/r.sunmask.txt +++ b/python/plugins/processing/algs/grass7/description/r.sunmask.txt @@ -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 @@ -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 diff --git a/python/plugins/processing/algs/grass7/description/r.surf.area.txt b/python/plugins/processing/algs/grass7/description/r.surf.area.txt index 7c48518b5c4..b30457dff1b 100644 --- a/python/plugins/processing/algs/grass7/description/r.surf.area.txt +++ b/python/plugins/processing/algs/grass7/description/r.surf.area.txt @@ -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 diff --git a/python/plugins/processing/algs/grass7/description/r.surf.idw2.txt b/python/plugins/processing/algs/grass7/description/r.surf.idw2.txt deleted file mode 100644 index 2fd024bfd91..00000000000 --- a/python/plugins/processing/algs/grass7/description/r.surf.idw2.txt +++ /dev/null @@ -1,6 +0,0 @@ -r.surf.idw2 -r.surf.idw2 - Surface generation. -Raster (r.*) -ParameterRaster|input|Input raster layer|False -ParameterNumber|npoints|Number of interpolation points|1|None|12 -OutputRaster|output|Output raster layer diff --git a/python/plugins/processing/algs/grass7/description/r.to.vect.txt b/python/plugins/processing/algs/grass7/description/r.to.vect.txt index 2cbd9fb1218..8b51e5c568c 100644 --- a/python/plugins/processing/algs/grass7/description/r.to.vect.txt +++ b/python/plugins/processing/algs/grass7/description/r.to.vect.txt @@ -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 diff --git a/python/plugins/processing/algs/grass7/description/r.viewshed.txt b/python/plugins/processing/algs/grass7/description/r.viewshed.txt index ab8ad5ea889..66eaf268c6d 100644 --- a/python/plugins/processing/algs/grass7/description/r.viewshed.txt +++ b/python/plugins/processing/algs/grass7/description/r.viewshed.txt @@ -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 diff --git a/python/plugins/processing/algs/grass7/description/r.walk.txt b/python/plugins/processing/algs/grass7/description/r.walk.txt index 097dd55e8af..bc38a56f7e9 100644 --- a/python/plugins/processing/algs/grass7/description/r.walk.txt +++ b/python/plugins/processing/algs/grass7/description/r.walk.txt @@ -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 \ No newline at end of file +OutputRaster|output|Output cost layer diff --git a/python/plugins/processing/algs/grass7/description/v.buffer.column.txt b/python/plugins/processing/algs/grass7/description/v.buffer.column.txt index 013a5323213..d6029b6832b 100644 --- a/python/plugins/processing/algs/grass7/description/v.buffer.column.txt +++ b/python/plugins/processing/algs/grass7/description/v.buffer.column.txt @@ -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 - diff --git a/python/plugins/processing/algs/grass7/description/v.buffer.distance.txt b/python/plugins/processing/algs/grass7/description/v.buffer.distance.txt index aaeb4914920..f9ae03be8c6 100644 --- a/python/plugins/processing/algs/grass7/description/v.buffer.distance.txt +++ b/python/plugins/processing/algs/grass7/description/v.buffer.distance.txt @@ -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 - diff --git a/python/plugins/processing/algs/grass7/description/v.clean.advanced.txt b/python/plugins/processing/algs/grass7/description/v.clean.advanced.txt index 1f02212e9dd..49efe4c2b7d 100644 --- a/python/plugins/processing/algs/grass7/description/v.clean.advanced.txt +++ b/python/plugins/processing/algs/grass7/description/v.clean.advanced.txt @@ -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 \ No newline at end of file +OutputVector|error|Errors layer diff --git a/python/plugins/processing/algs/grass7/description/v.clean.txt b/python/plugins/processing/algs/grass7/description/v.clean.txt index aefb3846ed0..4ce66a95bb4 100644 --- a/python/plugins/processing/algs/grass7/description/v.clean.txt +++ b/python/plugins/processing/algs/grass7/description/v.clean.txt @@ -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 \ No newline at end of file +OutputVector|error|Resulting errors layer diff --git a/python/plugins/processing/algs/grass7/description/v.db.select.txt b/python/plugins/processing/algs/grass7/description/v.db.select.txt index f129fa3b064..7899cfee361 100644 --- a/python/plugins/processing/algs/grass7/description/v.db.select.txt +++ b/python/plugins/processing/algs/grass7/description/v.db.select.txt @@ -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| diff --git a/python/plugins/processing/algs/grass7/description/v.kcv.txt b/python/plugins/processing/algs/grass7/description/v.kcv.txt index 1f30eac0a7c..6cc784a14b6 100644 --- a/python/plugins/processing/algs/grass7/description/v.kcv.txt +++ b/python/plugins/processing/algs/grass7/description/v.kcv.txt @@ -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 - diff --git a/python/plugins/processing/algs/grass7/description/v.mkgrid.txt b/python/plugins/processing/algs/grass7/description/v.mkgrid.txt index 163f82eaba0..9996bea4bcf 100644 --- a/python/plugins/processing/algs/grass7/description/v.mkgrid.txt +++ b/python/plugins/processing/algs/grass7/description/v.mkgrid.txt @@ -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 diff --git a/python/plugins/processing/algs/grass7/description/v.outlier.txt b/python/plugins/processing/algs/grass7/description/v.outlier.txt index c9608d33953..090b5e29172 100644 --- a/python/plugins/processing/algs/grass7/description/v.outlier.txt +++ b/python/plugins/processing/algs/grass7/description/v.outlier.txt @@ -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 - diff --git a/python/plugins/processing/algs/grass7/description/v.patch.txt b/python/plugins/processing/algs/grass7/description/v.patch.txt index b6b2441e7e7..41e8579718e 100644 --- a/python/plugins/processing/algs/grass7/description/v.patch.txt +++ b/python/plugins/processing/algs/grass7/description/v.patch.txt @@ -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 diff --git a/python/plugins/processing/algs/grass7/description/v.qcount.txt b/python/plugins/processing/algs/grass7/description/v.qcount.txt index 7a0b384a8d4..9f3ae2cbf7b 100644 --- a/python/plugins/processing/algs/grass7/description/v.qcount.txt +++ b/python/plugins/processing/algs/grass7/description/v.qcount.txt @@ -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 diff --git a/python/plugins/processing/algs/grass7/description/v.random.txt b/python/plugins/processing/algs/grass7/description/v.random.txt index db55fd5dc35..a3056c258be 100644 --- a/python/plugins/processing/algs/grass7/description/v.random.txt +++ b/python/plugins/processing/algs/grass7/description/v.random.txt @@ -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 \ No newline at end of file +OutputVector|output|Output vector layer diff --git a/python/plugins/processing/algs/grass7/description/v.sample.txt b/python/plugins/processing/algs/grass7/description/v.sample.txt index fdd80cc3a85..081509ff150 100644 --- a/python/plugins/processing/algs/grass7/description/v.sample.txt +++ b/python/plugins/processing/algs/grass7/description/v.sample.txt @@ -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 - diff --git a/python/plugins/processing/algs/grass7/description/v.surf.bspline.lambda.txt b/python/plugins/processing/algs/grass7/description/v.surf.bspline.lambda.txt index 86773f170f3..35c45e42e26 100644 --- a/python/plugins/processing/algs/grass7/description/v.surf.bspline.lambda.txt +++ b/python/plugins/processing/algs/grass7/description/v.surf.bspline.lambda.txt @@ -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 diff --git a/python/plugins/processing/algs/grass7/description/v.surf.bspline.sparse.txt b/python/plugins/processing/algs/grass7/description/v.surf.bspline.sparse.txt index 594e654c6ac..dd0753f303f 100644 --- a/python/plugins/processing/algs/grass7/description/v.surf.bspline.sparse.txt +++ b/python/plugins/processing/algs/grass7/description/v.surf.bspline.sparse.txt @@ -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 diff --git a/python/plugins/processing/algs/grass7/description/v.surf.bspline.txt b/python/plugins/processing/algs/grass7/description/v.surf.bspline.txt index c168300c660..c25d14b8f58 100644 --- a/python/plugins/processing/algs/grass7/description/v.surf.bspline.txt +++ b/python/plugins/processing/algs/grass7/description/v.surf.bspline.txt @@ -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 diff --git a/python/plugins/processing/algs/grass7/description/v.surf.rst.txt b/python/plugins/processing/algs/grass7/description/v.surf.rst.txt index c05b232dada..f2dce531cdf 100644 --- a/python/plugins/processing/algs/grass7/description/v.surf.rst.txt +++ b/python/plugins/processing/algs/grass7/description/v.surf.rst.txt @@ -10,7 +10,7 @@ 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 @@ -18,6 +18,6 @@ ParameterBoolean|-d|Output partial derivatives instead of topographic parameters 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 diff --git a/python/plugins/processing/algs/grass7/description/v.transform.pointsfile.txt b/python/plugins/processing/algs/grass7/description/v.transform.pointsfile.txt deleted file mode 100644 index 2bb5a455d7d..00000000000 --- a/python/plugins/processing/algs/grass7/description/v.transform.pointsfile.txt +++ /dev/null @@ -1,7 +0,0 @@ -v.transform -v.transform.pointsfile - Performs an affine transformation on a vector layer, using a support point file. -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 \ No newline at end of file diff --git a/python/plugins/processing/algs/grass7/description/v.transform.txt b/python/plugins/processing/algs/grass7/description/v.transform.txt index 3fa22a95e92..38a0cd7cb82 100644 --- a/python/plugins/processing/algs/grass7/description/v.transform.txt +++ b/python/plugins/processing/algs/grass7/description/v.transform.txt @@ -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 \ No newline at end of file +ParameterNumber|zrotation|Rotation around z axis in degrees counterclockwise|None|None|0.0 +OutputVector|output|Transformed vector layer