We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 603d550 commit dff45bcCopy full SHA for dff45bc
src/plugins/grass/modules/v.surf.bspline.qgm
@@ -0,0 +1,9 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3
+
4
+<qgisgrassmodule label=" v.surf.bspline - Bicubic or bilinear spline interpolation with Tykhonov regularization" module="v.surf.bspline">
5
+ <option key="input"/>
6
+ <option key="sparse" />
7
+ <option key="raster" />
8
+ <flag key="c" />
9
+</qgisgrassmodule>
0 commit comments