[GRASS-SVN] r30254 - in grass/branches/releasebranch_6_3:
raster/r.buffer raster/r.li/r.li.patchdensity
raster/r.statistics vector/v.to.rast
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Feb 19 15:18:46 EST 2008
Author: neteler
Date: 2008-02-19 15:18:46 -0500 (Tue, 19 Feb 2008)
New Revision: 30254
Modified:
grass/branches/releasebranch_6_3/raster/r.buffer/description.html
grass/branches/releasebranch_6_3/raster/r.li/r.li.patchdensity/description.html
grass/branches/releasebranch_6_3/raster/r.statistics/description.html
grass/branches/releasebranch_6_3/vector/v.to.rast/description.html
Log:
rename r.cats -> r.category
Modified: grass/branches/releasebranch_6_3/raster/r.buffer/description.html
===================================================================
--- grass/branches/releasebranch_6_3/raster/r.buffer/description.html 2008-02-19 20:12:24 UTC (rev 30253)
+++ grass/branches/releasebranch_6_3/raster/r.buffer/description.html 2008-02-19 20:18:46 UTC (rev 30254)
@@ -84,7 +84,7 @@
Result:
<div class="code"><pre>
-<B>r.cats input=</B>roads.buf
+<B>r.category input=</B>roads.buf
1 distances calculated from these locations
2 0-100 meters
Modified: grass/branches/releasebranch_6_3/raster/r.li/r.li.patchdensity/description.html
===================================================================
--- grass/branches/releasebranch_6_3/raster/r.li/r.li.patchdensity/description.html 2008-02-19 20:12:24 UTC (rev 30253)
+++ grass/branches/releasebranch_6_3/raster/r.li/r.li.patchdensity/description.html 2008-02-19 20:18:46 UTC (rev 30254)
@@ -23,7 +23,7 @@
<div class="code"><pre>
g.region rast=landcover.30m -p
# extract forested areas:
-r.cats landcover.30m
+r.category landcover.30m
r.mapcalc "forests=if(landcover.30m >= 41 && landcover.30m <=43,1,null())"
# patch density (7x7 moving window defined in r.li.setup):
Modified: grass/branches/releasebranch_6_3/raster/r.statistics/description.html
===================================================================
--- grass/branches/releasebranch_6_3/raster/r.statistics/description.html 2008-02-19 20:12:24 UTC (rev 30253)
+++ grass/branches/releasebranch_6_3/raster/r.statistics/description.html 2008-02-19 20:18:46 UTC (rev 30254)
@@ -75,7 +75,7 @@
<div class="code"><pre>
r.statistics base=fields cover=elevation.dem out=elevstats method=average
-r.cats elevstats
+r.category elevstats
r.mapcalc "fieldelev=@elevstats"
r.univar fieldelev
</pre></div>
@@ -89,7 +89,7 @@
<A HREF="r.mapcalc.html">r.mapcalc</A>,
<A HREF="r.neighbors.html">r.neighbors</A>,
<A HREF="r.univar.html">r.univar</A>
-<A HREF="r.cats">r.cats</A>
+<A HREF="r.category">r.category</A>
</EM>
<H2>AUTHOR</H2>
Modified: grass/branches/releasebranch_6_3/vector/v.to.rast/description.html
===================================================================
--- grass/branches/releasebranch_6_3/vector/v.to.rast/description.html 2008-02-19 20:12:24 UTC (rev 30253)
+++ grass/branches/releasebranch_6_3/vector/v.to.rast/description.html 2008-02-19 20:18:46 UTC (rev 30254)
@@ -90,7 +90,7 @@
<em>3. Convert a vector polygon map to raster including descriptive labels (Spearfish)</em><br>
<div class="code"><pre>
v.to.rast in=fields out=myfields use=attr col=cat labelcol=label
-r.cats myfields
+r.category myfields
</pre></div>
</p>
More information about the grass-commit
mailing list