[GRASS-dev] [GRASS GIS] #2671: r.surf.idw won't make interpolation
GRASS GIS
trac at osgeo.org
Sun May 10 10:20:38 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):
'''NC''': used '''elevation''', the whole, set g.region res=5 so the
target dataset is bigger, it ran well with good results. Anyway, the
source dataset is not sparse. I''' rerun on the NC elevation and making it
sparse with random nulls, ok?'''
'''6.4: yes, worked like charm''', less than 2GB memory usage (same
machine same everything).
One more extra: while the above debug region is:
{{{
projection: 1 (UTM)
zone: 48
datum: wgs84
ellipsoid: wgs84
north: 1529314.78008
south: 1528778.59005
west: 448590.883652
east: 449308.347889
nsres: 0.19999628
ewres: 0.20001791
rows: 2681
cols: 3587
cells: 9616747
}}}
the whole map which was successfully interpolated in 6.4 was:
{{{
projection: 1 (UTM)
zone: 48
datum: wgs84
ellipsoid: wgs84
north: 1525100
south: 1522400
west: 449885
east: 453027
nsres: 0.2
ewres: 0.2
rows: 13500
cols: 15710
cells: 212085000
}}}
so, my packed sample is only a cut of which was successfully processed in
6.4
Anyway, I try NC with its modified eleveation and coome back with the
results...
thanks
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2671#comment:4>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list