[GRASS-dev] [GRASS GIS] #2299: G7: parameter inconsistency r.resamp.bspline vs. v.surf.bspline

#2299: G7: parameter inconsistency r.resamp.bspline vs. v.surf.bspline
----------------------------------------------+-----------------------------
Reporter: neteler | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: Raster | Version: svn-releasebranch70
Keywords: r.resamp.bspline, v.surf.bspline | Platform: All
      Cpu: Unspecified |
----------------------------------------------+-----------------------------
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.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2299&gt;
GRASS GIS <http://grass.osgeo.org>

#2299: G7: parameter inconsistency r.resamp.bspline vs. v.surf.bspline
----------------------------------------------+-----------------------------
Reporter: neteler | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: Raster | Version: svn-releasebranch70
Keywords: r.resamp.bspline, v.surf.bspline | Platform: All
      Cpu: Unspecified |
----------------------------------------------+-----------------------------

Comment(by hamish):

change both to ew_step=, ns_step= ?

H

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2299#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#2299: G7: parameter inconsistency r.resamp.bspline vs. v.surf.bspline
----------------------+-----------------------------------------------------
  Reporter: neteler | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 7.0.0
Component: Raster | Version: svn-releasebranch70
Resolution: fixed | Keywords: r.resamp.bspline, v.surf.bspline
  Platform: All | Cpu: Unspecified
----------------------+-----------------------------------------------------
Changes (by neteler):

  * status: new => closed
  * resolution: => fixed

Comment:

r.resamp.bspline/v.surf.bspline: standardized se/sn and sie/sin parameters
to ew_step/ns_step in r61520

In relbr7 as r61521.

[wiki:Grass7/NewFeatures] updated.

Closing as solved.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2299#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>

#2299: G7: parameter inconsistency r.resamp.bspline vs. v.surf.bspline
----------------------+-----------------------------------------------------
  Reporter: neteler | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 7.0.0
Component: Raster | Version: svn-releasebranch70
Resolution: fixed | Keywords: r.resamp.bspline, v.surf.bspline, v.outlier
  Platform: All | Cpu: Unspecified
----------------------+-----------------------------------------------------
Changes (by neteler):

  * keywords: r.resamp.bspline, v.surf.bspline => r.resamp.bspline,
               v.surf.bspline, v.outlier

Comment:

Updated also v.outlier in r61526 (relbr7: r61527).

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2299#comment:3&gt;
GRASS GIS <http://grass.osgeo.org>