[GRASS-SVN] r42141 - grass/trunk/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri May 7 04:06:39 EDT 2010
Author: mmetz
Date: 2010-05-07 04:06:32 -0400 (Fri, 07 May 2010)
New Revision: 42141
Modified:
grass/trunk/gui/wxpython/xml/menudata.xml
Log:
add new module r.resamp.bspline to GUI menu
Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml 2010-05-07 08:04:42 UTC (rev 42140)
+++ grass/trunk/gui/wxpython/xml/menudata.xml 2010-05-07 08:06:32 UTC (rev 42141)
@@ -859,6 +859,13 @@
<handler>OnMenuCmd</handler>
<command>r.resamp.rst</command>
</menuitem>
+ <menuitem>
+ <label>Resample using bspline</label>
+ <help>Reinterpolates a raster map using spline interpolation with Tykhonov regularization. Optionally only interpolates NULL cells.</help>
+ <keywords>raster</keywords>
+ <handler>OnMenuCmd</handler>
+ <command>r.resamp.bspline</command>
+ </menuitem>
<separator />
<menuitem>
<label>Support file maintenance</label>
More information about the grass-commit
mailing list