[GRASS-SVN] r73411 - grass/branches/releasebranch_7_4/imagery/i.vi

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


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

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

Modified: grass/branches/releasebranch_7_4/imagery/i.vi/main.c
===================================================================
--- grass/branches/releasebranch_7_4/imagery/i.vi/main.c	2018-09-26 13:09:50 UTC (rev 73410)
+++ grass/branches/releasebranch_7_4/imagery/i.vi/main.c	2018-09-26 13:11:09 UTC (rev 73411)
@@ -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