[GRASS-SVN] r59475 - grass/trunk/raster/r.stats.quantile
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Mar 27 12:05:04 PDT 2014
Author: martinl
Date: 2014-03-27 12:05:04 -0700 (Thu, 27 Mar 2014)
New Revision: 59475
Added:
grass/trunk/raster/r.stats.quantile/r.stats.quantile.html
Removed:
grass/trunk/raster/r.stats.quantile/r.statistics3.html
Modified:
grass/trunk/raster/r.stats.quantile/Makefile
grass/trunk/raster/r.stats.quantile/main.c
Log:
r.statistics3 renamed to r.stats.quantile (in progress)
Modified: grass/trunk/raster/r.stats.quantile/Makefile
===================================================================
--- grass/trunk/raster/r.stats.quantile/Makefile 2014-03-27 19:03:52 UTC (rev 59474)
+++ grass/trunk/raster/r.stats.quantile/Makefile 2014-03-27 19:05:04 UTC (rev 59475)
@@ -1,6 +1,6 @@
MODULE_TOPDIR = ../..
-PGM = r.statistics3
+PGM = r.stats.quantile
LIBES = $(RASTERLIB) $(GISLIB) $(MATHLIB)
DEPENDENCIES = $(RASTERDEP) $(GISDEP)
Modified: grass/trunk/raster/r.stats.quantile/main.c
===================================================================
--- grass/trunk/raster/r.stats.quantile/main.c 2014-03-27 19:03:52 UTC (rev 59474)
+++ grass/trunk/raster/r.stats.quantile/main.c 2014-03-27 19:05:04 UTC (rev 59475)
@@ -1,7 +1,7 @@
/****************************************************************************
*
- * MODULE: r.statistics3
+ * MODULE: r.stats.quantile
* AUTHOR(S): Glynn Clements <glynn gclements.plus.com> (original contributor),
* PURPOSE: Compute category or object oriented quantiles using two passes
*
Deleted: grass/trunk/raster/r.stats.quantile/r.statistics3.html
===================================================================
--- grass/trunk/raster/r.stats.quantile/r.statistics3.html 2014-03-27 19:03:52 UTC (rev 59474)
+++ grass/trunk/raster/r.stats.quantile/r.statistics3.html 2014-03-27 19:05:04 UTC (rev 59475)
@@ -1,18 +0,0 @@
-<h2>DESCRIPTION</h2>
-
-<em>r.statistics3</em> is intended to be a partial replacement for
-r.statistics, with support for floating-point cover maps. It provides
-quantile calculations, which are absent from <em>r.statistics2</em>.
-
-<h2>SEE ALSO</h2>
-
-<em>
-<a href="r.statistics.html">r.quant</a>
-<a href="r.statistics2.html">r.quant</a>
-</em>
-
-
-<h2>AUTHOR</h2>
-
-Glynn Clements
-<p><i>Last changed: $Date$</i>
Copied: grass/trunk/raster/r.stats.quantile/r.stats.quantile.html (from rev 59473, grass/trunk/raster/r.stats.quantile/r.statistics3.html)
===================================================================
--- grass/trunk/raster/r.stats.quantile/r.stats.quantile.html (rev 0)
+++ grass/trunk/raster/r.stats.quantile/r.stats.quantile.html 2014-03-27 19:05:04 UTC (rev 59475)
@@ -0,0 +1,18 @@
+<h2>DESCRIPTION</h2>
+
+<em>r.statistics3</em> is intended to be a partial replacement for
+r.statistics, with support for floating-point cover maps. It provides
+quantile calculations, which are absent from <em>r.statistics2</em>.
+
+<h2>SEE ALSO</h2>
+
+<em>
+<a href="r.statistics.html">r.quant</a>
+<a href="r.statistics2.html">r.quant</a>
+</em>
+
+
+<h2>AUTHOR</h2>
+
+Glynn Clements
+<p><i>Last changed: $Date$</i>
More information about the grass-commit
mailing list