[GRASS-SVN] r48893 - grass-addons/vector/v.eqsm

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 21 05:09:59 EDT 2011


Author: annalisapg
Date: 2011-10-21 02:09:59 -0700 (Fri, 21 Oct 2011)
New Revision: 48893

Modified:
   grass-addons/vector/v.eqsm/v.eqsm.py
Log:
fixed author/license

Modified: grass-addons/vector/v.eqsm/v.eqsm.py
===================================================================
--- grass-addons/vector/v.eqsm/v.eqsm.py	2011-10-21 08:39:48 UTC (rev 48892)
+++ grass-addons/vector/v.eqsm/v.eqsm.py	2011-10-21 09:09:59 UTC (rev 48893)
@@ -1,4 +1,18 @@
 #!/usr/bin/env python
+#
+###################################################################
+#
+# MODULE:    	v.eqsm.py
+# AUTHOR(S): 	Annalisa Minelli <annalisa.minelli AT gmail.com>
+# PURPOSE:   	Performs vertical sorting analysis prediction for one or more points in a river reach using Blom&Parker Equilibrium Sorting Model (2006)
+# COPYRIGHT: 	(C) 2009 by 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.
+#
+####################################################################
+#
 #%Module
 #%  description: Implements Equilibrium Sorting Model at reach scale for a bimodal sediment mixture (Blom&Parker)
 #%  keywords: eqsm



More information about the grass-commit mailing list