Quellcode durchsuchen

add new module r.resamp.bspline to GUI menu

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@42141 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz vor 15 Jahren
Ursprung
Commit
40e2489b14
1 geänderte Dateien mit 7 neuen und 0 gelöschten Zeilen
  1. 7 0
      gui/wxpython/xml/menudata.xml

+ 7 - 0
gui/wxpython/xml/menudata.xml

@@ -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>