瀏覽代碼

r.sunhours: more keywords

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65841 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 年之前
父節點
當前提交
4a6645e34d
共有 1 個文件被更改,包括 2 次插入0 次删除
  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. "