[GRASS-SVN] r60134 - in grass/branches/releasebranch_7_0/raster: r.sun r.sunmask
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 6 13:02:02 PDT 2014
Author: neteler
Date: 2014-05-06 13:02:02 -0700 (Tue, 06 May 2014)
New Revision: 60134
Modified:
grass/branches/releasebranch_7_0/raster/r.sun/main.c
grass/branches/releasebranch_7_0/raster/r.sunmask/main.c
Log:
manual: add 'shadow' keyword
Modified: grass/branches/releasebranch_7_0/raster/r.sun/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.sun/main.c 2014-05-06 16:44:44 UTC (rev 60133)
+++ grass/branches/releasebranch_7_0/raster/r.sun/main.c 2014-05-06 20:02:02 UTC (rev 60134)
@@ -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/branches/releasebranch_7_0/raster/r.sunmask/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.sunmask/main.c 2014-05-06 16:44:44 UTC (rev 60133)
+++ grass/branches/releasebranch_7_0/raster/r.sunmask/main.c 2014-05-06 20:02:02 UTC (rev 60134)
@@ -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