[GRASS-SVN] r55780 - grass/trunk/scripts/r.fillnulls
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Apr 14 02:10:17 PDT 2013
Author: neteler
Date: 2013-04-14 02:10:17 -0700 (Sun, 14 Apr 2013)
New Revision: 55780
Modified:
grass/trunk/scripts/r.fillnulls/r.fillnulls.py
Log:
r.fillnulls: fix v.surf.rst call ('zcol' removed)
Modified: grass/trunk/scripts/r.fillnulls/r.fillnulls.py
===================================================================
--- grass/trunk/scripts/r.fillnulls/r.fillnulls.py 2013-04-14 08:55:58 UTC (rev 55779)
+++ grass/trunk/scripts/r.fillnulls/r.fillnulls.py 2013-04-14 09:10:17 UTC (rev 55780)
@@ -261,7 +261,7 @@
# launch v.surf.rst
tmp_rmaps.append(holename + '_dem')
if grass.run_command('v.surf.rst', quiet = quiet, input = holename, elev = holename + '_dem',
- zcol = 'value', tension = tension, smooth = smooth,
+ tension = tension, smooth = smooth,
segmax = segmax, npmin = npmin) != 0:
# GTC Hole is NULL area in a raster map
grass.fatal(_("Failed to fill hole %s") % cat)
More information about the grass-commit
mailing list