[GRASS-SVN] r52620 - grass/trunk/raster
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Aug 10 05:33:03 PDT 2012
Author: neteler
Date: 2012-08-10 05:33:02 -0700 (Fri, 10 Aug 2012)
New Revision: 52620
Modified:
grass/trunk/raster/rasterintro.html
Log:
+r.resamp.bspline; +r.in.lidar
Modified: grass/trunk/raster/rasterintro.html
===================================================================
--- grass/trunk/raster/rasterintro.html 2012-08-10 12:24:50 UTC (rev 52619)
+++ grass/trunk/raster/rasterintro.html 2012-08-10 12:33:02 UTC (rev 52620)
@@ -132,7 +132,9 @@
<li><a href="r.resamp.rst.html">r.resamp.rst</a> Regularized Spline with Tension
(RST) interpolation 2D: Behaves similarly, i.e. it computes a surface assuming
that the values are samples at each raster cell's centre, and samples the surface
-at each region cell's centre.
+at each region cell's centre.</li>
+<li><a href="r.resamp.bspline.html">r.resamp.bspline</a> Bicubic or bilinear
+spline interpolation with Tykhonov regularization.</li>
<p>
<li>For <a href="r.resamp.stats.html">r.resamp.stats</a> without <b>-w</b>, the value of
@@ -160,9 +162,9 @@
<li> Interpolating from contour lines (<a href="r.contour.html">r.contour</a>)</li>
</ul>
-For Lidar and similar data, <a href="r.in.xyz.html">r.in.xyz</a> supports loading
-and binning of ungridded x,y,z ASCII data into a new raster map. The user may choose from
-a variety of statistical methods in creating the new raster.
+For Lidar and similar data, <a href="r.in.lidar.html">r.in.lidar</a> and <a href="r.in.xyz.html">r.in.xyz</a>
+support loading and binning of ungridded x,y,z ASCII data into a new raster map.
+The user may choose from a variety of statistical methods in creating the new raster map.
<p>
Otherwise, for interpolation of scattered data, use the <em>v.surf.*</em> set of
More information about the grass-commit
mailing list