Skip to content

Commit c713747

Browse files
committed
[processing] fixed GRASS algorithm descriptions
1 parent 1254aaa commit c713747

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

python/plugins/processing/algs/grass7/description/r.resamp.bspline.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Raster (r.*)
44
ParameterRaster|input|Input raster layer|False
55
ParameterRaster|mask|Name of raster map to use for masking. Only cells that are not NULL and not zero are interpolated|True
66
ParameterSelection|method|Sampling interpolation method|bilinear;bicubic|1|False
7-
ParameterString|ew_step|Length (float) of each spline step in the east-west direction|None|False|True
8-
ParameterString|ns_step|Length (float) of each spline step in the north-south direction|None|False|True
7+
ParameterNumber|ew_step|Length (float) of each spline step in the east-west direction|0.0|None|1.0|True
8+
ParameterNumber|ns_step|Length (float) of each spline step in the north-south direction|0.0|None|1.0|True
99
ParameterNumber|lambda|Tykhonov regularization parameter (affects smoothing)|0.0|None|0.01|True
1010
ParameterNumber|memory|Maximum memory to be used (in MB). Cache size for raster rows|10|None|300|True
1111
*ParameterBoolean|-n|Only interpolate null cells in input raster map|False|True

python/plugins/processing/algs/grass7/description/r.resamp.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ r.resamp.rst
22
Reinterpolates using regularized spline with tension and smoothing.
33
Raster (r.*)
44
ParameterRaster|input|Raster layer|False
5-
ParameterNumber|ew_res|Desired east-west resolution|0.0|None|1
6-
ParameterNumber|ns_res|Desired north-south resolution|0.0|None|1
5+
ParameterNumber|ew_res|Desired east-west resolution|0.0|None|1.0
6+
ParameterNumber|ns_res|Desired north-south resolution|0.0|None|1.0
77
ParameterBoolean|-t|Use dnorm independent tension|False
88
ParameterBoolean|-a_r.region|Align region to resolution (default = align to bounds) in r.region|False
99
OutputRaster|elevation|Resampled RST

0 commit comments

Comments
 (0)