[GRASS-SVN] r65842 - grass/branches/releasebranch_7_0/raster/r.sunhours

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 6 07:56:31 PDT 2015


Author: neteler
Date: 2015-08-06 07:56:31 -0700 (Thu, 06 Aug 2015)
New Revision: 65842

Modified:
   grass/branches/releasebranch_7_0/raster/r.sunhours/main.c
Log:
r.sunhours: more keywords

Modified: grass/branches/releasebranch_7_0/raster/r.sunhours/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.sunhours/main.c	2015-08-06 14:56:09 UTC (rev 65841)
+++ grass/branches/releasebranch_7_0/raster/r.sunhours/main.c	2015-08-06 14:56:31 UTC (rev 65842)
@@ -71,6 +71,8 @@
     module = G_define_module();
     G_add_keyword(_("raster"));
     G_add_keyword(_("solar"));
+    G_add_keyword(_("sun energy"));
+    G_add_keyword(_("sun position"));
     module->label = _("Calculates solar elevation, solar azimuth, and sun hours.");
     module->description = _("Solar elevation: the angle between the direction of the geometric center "
 			    "of the sun's apparent disk and the (idealized) horizon. "



More information about the grass-commit mailing list