[GRASS-SVN] r73410 - grass/branches/releasebranch_7_6/imagery/i.vi

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 26 06:09:50 PDT 2018


Author: martinl
Date: 2018-09-26 06:09:50 -0700 (Wed, 26 Sep 2018)
New Revision: 73410

Modified:
   grass/branches/releasebranch_7_6/imagery/i.vi/main.c
Log:
i.vi: add NDVI keyword (g76: merge r73409 from trunk)

Modified: grass/branches/releasebranch_7_6/imagery/i.vi/main.c
===================================================================
--- grass/branches/releasebranch_7_6/imagery/i.vi/main.c	2018-09-26 13:08:23 UTC (rev 73409)
+++ grass/branches/releasebranch_7_6/imagery/i.vi/main.c	2018-09-26 13:09:50 UTC (rev 73410)
@@ -89,6 +89,7 @@
     G_add_keyword(_("imagery"));
     G_add_keyword(_("vegetation index"));
     G_add_keyword(_("biophysical parameters"));
+    G_add_keyword(_("NDVI"));
     module->label =
 	_("Calculates different types of vegetation indices.");
     module->description = _("Uses red and nir bands mostly, "



More information about the grass-commit mailing list