[GRASS-dev] [GRASS GIS] #2671: r.surf.idw won't make interpolation
GRASS GIS
trac at osgeo.org
Sun May 10 10:42:05 PDT 2015
#2671: r.surf.idw won't make interpolation
------------------------+---------------------------------------
Reporter: kuszinger | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.1.0
Component: Raster | Version: svn-trunk
Resolution: | Keywords: interpolation, r.surf.idw
CPU: x86-64 | Platform: Linux
------------------------+---------------------------------------
Comment (by kuszinger):
Got it!
* Go to NC in Grass7.1
* {{{g.region raster=elevation at PERMANENT }}}
* {{{r.random -z --overwrite input=elevation at PERMANENT npoints=100000
raster=elev_sparse}}}
* {{{r.surf.idw --overwrite input=elev_sparse at user1 output=elev_sparse_idw
npoints=7}}}
Result is not interpolated.
Also tested in the same mapset with Grass6.4
* {{{r.surf.idw --overwrite input=elev_sparse at user1
output=elev_sparse_idw_64 npoints=7}}}
Result is ok in 6.4
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2671#comment:5>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list