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

GRASS GIS trac at osgeo.org
Sun May 18 15:06:32 PDT 2014


#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>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list