[GRASS-SVN] r60136 - in grass/trunk/raster: r.sun r.sunmask

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 6 13:28:18 PDT 2014


Author: neteler
Date: 2014-05-06 13:28:18 -0700 (Tue, 06 May 2014)
New Revision: 60136

Modified:
   grass/trunk/raster/r.sun/main.c
   grass/trunk/raster/r.sunmask/main.c
Log:
manual: add 'shadow' keyword

Modified: grass/trunk/raster/r.sun/main.c
===================================================================
--- grass/trunk/raster/r.sun/main.c	2014-05-06 20:27:19 UTC (rev 60135)
+++ grass/trunk/raster/r.sun/main.c	2014-05-06 20:28:18 UTC (rev 60136)
@@ -237,6 +237,7 @@
     G_add_keyword(_("raster"));
     G_add_keyword(_("solar"));
     G_add_keyword(_("sun energy"));
+    G_add_keyword(_("shadow"));
     module->label = _("Solar irradiance and irradiation model.");
     module->description =
 	_("Computes direct (beam), diffuse and reflected solar irradiation raster "

Modified: grass/trunk/raster/r.sunmask/main.c
===================================================================
--- grass/trunk/raster/r.sunmask/main.c	2014-05-06 20:27:19 UTC (rev 60135)
+++ grass/trunk/raster/r.sunmask/main.c	2014-05-06 20:28:18 UTC (rev 60136)
@@ -116,6 +116,7 @@
     G_add_keyword(_("raster"));
     G_add_keyword(_("solar"));
     G_add_keyword(_("sun position"));
+    G_add_keyword(_("shadow"));
     module->label = _("Calculates cast shadow areas from sun position and elevation raster map.");
     module->description = _("Either exact sun position (A) is specified, or date/time to calculate "
 			    "the sun position (B) by r.sunmask itself.");



More information about the grass-commit mailing list