[GRASS-SVN] r58833 - grass/trunk/raster/r.grow.distance
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 1 13:56:33 PST 2014
Author: neteler
Date: 2014-02-01 13:56:33 -0800 (Sat, 01 Feb 2014)
New Revision: 58833
Modified:
grass/trunk/raster/r.grow.distance/r.grow.distance.html
Log:
r.grow.distance manual: mention Geodesic metric
Modified: grass/trunk/raster/r.grow.distance/r.grow.distance.html
===================================================================
--- grass/trunk/raster/r.grow.distance/r.grow.distance.html 2014-02-01 21:56:27 UTC (rev 58832)
+++ grass/trunk/raster/r.grow.distance/r.grow.distance.html 2014-02-01 21:56:33 UTC (rev 58833)
@@ -5,10 +5,10 @@
value of the nearest non-null cell.
<h2>NOTES</h2>
-The user has the option of specifying four different metrics which
+The user has the option of specifying five different metrics which
control the geometry in which grown cells are created, (controlled by
the <b>metric</b> parameter): <i>Euclidean</i>, <i>Squared</i>,
-<i>Manhattan</i>, and <i>Maximum</i>.
+<i>Manhattan</i>, <i>Maximum</i>, and <i>Geodesic</i>.
<p>
The <i>Euclidean distance</i> or <i>Euclidean metric</i> is the "ordinary" distance
More information about the grass-commit
mailing list