[GRASS-SVN] r73409 - grass/trunk/imagery/i.vi

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 26 06:08:23 PDT 2018


Author: martinl
Date: 2018-09-26 06:08:23 -0700 (Wed, 26 Sep 2018)
New Revision: 73409

Modified:
   grass/trunk/imagery/i.vi/main.c
Log:
i.vi: add NDVI keyword

Modified: grass/trunk/imagery/i.vi/main.c
===================================================================
--- grass/trunk/imagery/i.vi/main.c	2018-09-26 08:51:31 UTC (rev 73408)
+++ grass/trunk/imagery/i.vi/main.c	2018-09-26 13:08:23 UTC (rev 73409)
@@ -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