Sfoglia il codice sorgente

manual: add 'shadow' keyword

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@60134 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 11 anni fa
parent
commit
97ff057917
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 1 0
      raster/r.sun/main.c
  2. 1 0
      raster/r.sunmask/main.c

+ 1 - 0
raster/r.sun/main.c

@@ -237,6 +237,7 @@ int main(int argc, char *argv[])
     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 "

+ 1 - 0
raster/r.sunmask/main.c

@@ -116,6 +116,7 @@ int main(int argc, char *argv[])
     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.");