Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change resolution parameter defaults to floats
Previously, the GUI wouldn't allow to enter float values
  • Loading branch information
anitagraser committed Jun 27, 2015
1 parent 9d5aabc commit 3e7dba2
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,8 +2,8 @@ r.resamp.rst
r.resamp.rst - Reinterpolates using regularized spline with tension and smoothing.
Raster (r.*)
ParameterRaster|input|Raster layer|False
ParameterNumber|ew_res|Desired east-west resolution|0.0|None|1
ParameterNumber|ns_res|Desired north-south resolution|0.0|None|1
ParameterNumber|ew_res|Desired east-west resolution|0.0|None|1.0
ParameterNumber|ns_res|Desired north-south resolution|0.0|None|1.0
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|Resampled RST

0 comments on commit 3e7dba2

Please sign in to comment.