[GRASS-SVN] r62713 - grass/trunk/raster/r.in.xyz

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 12 00:56:27 PST 2014


Author: neteler
Date: 2014-11-12 00:56:27 -0800 (Wed, 12 Nov 2014)
New Revision: 62713

Modified:
   grass/trunk/raster/r.in.xyz/main.c
Log:
r.in.xyz: add keyword

Modified: grass/trunk/raster/r.in.xyz/main.c
===================================================================
--- grass/trunk/raster/r.in.xyz/main.c	2014-11-12 00:19:19 UTC (rev 62712)
+++ grass/trunk/raster/r.in.xyz/main.c	2014-11-12 08:56:27 UTC (rev 62713)
@@ -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