[GRASS-SVN] r65841 - grass/trunk/raster/r.sunhours

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


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

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

Modified: grass/trunk/raster/r.sunhours/main.c
===================================================================
--- grass/trunk/raster/r.sunhours/main.c	2015-08-05 21:18:44 UTC (rev 65840)
+++ grass/trunk/raster/r.sunhours/main.c	2015-08-06 14:56:09 UTC (rev 65841)
@@ -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