#2299 closed defect (fixed)
G7: parameter inconsistency r.resamp.bspline vs. v.surf.bspline
Reported by: | neteler | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.0 |
Component: | Raster | Version: | svn-releasebranch70 |
Keywords: | r.resamp.bspline, v.surf.bspline, v.outlier | Cc: | |
CPU: | Unspecified | Platform: | All |
Description
Descriptions, parameter names and defaults should become the same:
GRASS 7.1.svn (nc):~ > r.resamp.bspline help 2>&1 | grep spline Performs bilinear or bicubic spline interpolation with Tykhonov regularization. r.resamp.bspline [-nc] input=name output=name [grid=name] [mask=name] se Length of each spline step in the east-west direction. Default: 1.5 * ewres. sn Length of each spline step in the north-south direction. Default: 1.5 * nsres. GRASS 7.1.svn (nc):~ > v.surf.bspline help 2>&1 | grep spline Performs bicubic or bilinear spline interpolation with Tykhonov regularization. v.surf.bspline [-ce] input=name [layer=string] [sparse_input=name] sie Length of each spline step in the east-west direction sin Length of each spline step in the north-south direction
The current differences are confusing.
Change History (3)
comment:1 by , 11 years ago
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
r.resamp.bspline/v.surf.bspline: standardized se/sn and sie/sin parameters to ew_step/ns_step in r61520
In relbr7 as r61521.
Grass7/NewFeatures updated.
Closing as solved.
comment:3 by , 10 years ago
Keywords: | v.outlier added |
---|
Note:
See TracTickets
for help on using tickets.
change both to ew_step=, ns_step= ?
H