Browse Source

r.sunhours: more keywords

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65841 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 years ago
parent
commit
4a6645e34d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      raster/r.sunhours/main.c

+ 2 - 0
raster/r.sunhours/main.c

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