[GRASS-SVN] r62714 - grass/branches/releasebranch_7_0/raster/r.in.xyz
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 12 00:58:49 PST 2014
Author: neteler
Date: 2014-11-12 00:58:49 -0800 (Wed, 12 Nov 2014)
New Revision: 62714
Modified:
grass/branches/releasebranch_7_0/raster/r.in.xyz/main.c
Log:
r.in.xyz: add keyword
Modified: grass/branches/releasebranch_7_0/raster/r.in.xyz/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.in.xyz/main.c 2014-11-12 08:56:27 UTC (rev 62713)
+++ grass/branches/releasebranch_7_0/raster/r.in.xyz/main.c 2014-11-12 08:58:49 UTC (rev 62714)
@@ -3,7 +3,7 @@
*
* Calculates univariate statistics from the non-null cells of a GRASS raster map
*
- * Copyright 2006-2012 by M. Hamish Bowman, and The GRASS Development Team
+ * Copyright 2006-2014 by M. Hamish Bowman, and The GRASS Development Team
* Author: M. Hamish Bowman, University of Otago, Dunedin, New Zealand
*
* Extended 2007 by Volker Wichmann to support the aggregate functions
@@ -159,6 +159,7 @@
G_add_keyword(_("raster"));
G_add_keyword(_("import"));
G_add_keyword(_("conversion"));
+ G_add_keyword(_("aggregation"));
G_add_keyword("ASCII");
G_add_keyword(_("LIDAR"));
module->description =
More information about the grass-commit
mailing list