Browse Source

+r.resamp.bspline; +r.in.lidar

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52620 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 12 years ago
parent
commit
d72d3e580a
1 changed files with 6 additions and 4 deletions
  1. 6 4
      raster/rasterintro.html

+ 6 - 4
raster/rasterintro.html

@@ -132,7 +132,9 @@ raster. Any samples taken within this margin will be null.</li>
 <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 @@ Furthermore, there are modules available for reinterpolation of "sparse"
 <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