[GRASS-SVN] r46829 - grass/branches/develbranch_6/vector/lidar/v.surf.bspline

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 28 17:38:55 EDT 2011


Author: hamish
Date: 2011-06-28 14:38:55 -0700 (Tue, 28 Jun 2011)
New Revision: 46829

Modified:
   grass/branches/develbranch_6/vector/lidar/v.surf.bspline/description.html
Log:
fix example (thanks Agustin)

Modified: grass/branches/develbranch_6/vector/lidar/v.surf.bspline/description.html
===================================================================
--- grass/branches/develbranch_6/vector/lidar/v.surf.bspline/description.html	2011-06-28 16:18:41 UTC (rev 46828)
+++ grass/branches/develbranch_6/vector/lidar/v.surf.bspline/description.html	2011-06-28 21:38:55 UTC (rev 46829)
@@ -86,7 +86,7 @@
 <h3>Basic interpolation</h3>
 
 <div class="code"><pre>
-v.surf.bspline input=point_vector output=interpolate_surface type=bicubic
+v.surf.bspline input=point_vector output=interpolate_surface method=bicubic
 </pre></div>
 
 A bicubic spline interpolation will be done and a vector points map with estimated



More information about the grass-commit mailing list