[GRASS-SVN] r74090 - grass-addons/grass7/imagery/i.cva

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Feb 15 13:06:14 PST 2019


Author: neteler
Date: 2019-02-15 13:06:14 -0800 (Fri, 15 Feb 2019)
New Revision: 74090

Modified:
   grass-addons/grass7/imagery/i.cva/i.cva.py
Log:
i.cva addon: added missing keywords and header

Modified: grass-addons/grass7/imagery/i.cva/i.cva.py
===================================================================
--- grass-addons/grass7/imagery/i.cva/i.cva.py	2019-02-15 19:27:14 UTC (rev 74089)
+++ grass-addons/grass7/imagery/i.cva/i.cva.py	2019-02-15 21:06:14 UTC (rev 74090)
@@ -1,8 +1,31 @@
 #!/usr/bin/env python
+#
+############################################################################
+#
+# MODULE:	i.cva
+# AUTHOR(S):	Anna Zanchetta
+#
+# PURPOSE:	Performs Change Vector Analysis (CVA) in two dimensions
+#
+# COPYRIGHT:	(C) 2016 by Anna Zanchetta and the GRASS Development Team
+#
+#               This program is free software under the GNU General Public
+#               License (>=v2). Read the file COPYING that comes with GRASS
+#               for details.
+#
+#############################################################################
+# References:
+# Malila W A, Lafayette W. Change Vector Analysis: An Approach for Detecting
+#             Forest Changes with Landsat. LARS Symp. 1980;326-335.
+#
+#############################################################################
 
-#%module
+#%Module
 #% description: Performs Change Vector Analysis (CVA) in two dimensions.
 #% keyword: imagery
+#% keyword: transformation
+#% keyword: CVA
+#% keyword: change vector analysis
 #%end
 #%option G_OPT_R_INPUT
 #% key: xaraster



More information about the grass-commit mailing list