[GRASS-SVN] r37306 - grass-addons/vector/v.autokrige2

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 20 07:20:43 EDT 2009


Author: aghisla
Date: 2009-05-20 07:20:43 -0400 (Wed, 20 May 2009)
New Revision: 37306

Added:
   grass-addons/vector/v.autokrige2/v.autokrige2.py
Removed:
   grass-addons/vector/v.autokrige2/v.autokrige2
Log:
added extension to filename


Deleted: grass-addons/vector/v.autokrige2/v.autokrige2
===================================================================
--- grass-addons/vector/v.autokrige2/v.autokrige2	2009-05-20 10:25:58 UTC (rev 37305)
+++ grass-addons/vector/v.autokrige2/v.autokrige2	2009-05-20 11:20:43 UTC (rev 37306)
@@ -1,27 +0,0 @@
-#!/usr/bin/python
-# -*- coding:utf-8 -*-
-"""
-MODULE:    v.autokrige2
-
-AUTHOR(S): Anne Ghisla <a.ghisla AT gmail.com>
-
-PURPOSE:   Performs ordinary kriging
-
-DEPENDS:  R (version?), package automap (geoR? gstat?)
-
-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.
-"""
-
-#list of parameters
-
-#import directives
-
-#function(s)
-#@TODO
-
-#main
-#@TODO
\ No newline at end of file

Added: grass-addons/vector/v.autokrige2/v.autokrige2.py
===================================================================
--- grass-addons/vector/v.autokrige2/v.autokrige2.py	                        (rev 0)
+++ grass-addons/vector/v.autokrige2/v.autokrige2.py	2009-05-20 11:20:43 UTC (rev 37306)
@@ -0,0 +1,27 @@
+#!/usr/bin/python
+# -*- coding:utf-8 -*-
+"""
+MODULE:    v.autokrige2
+
+AUTHOR(S): Anne Ghisla <a.ghisla AT gmail.com>
+
+PURPOSE:   Performs ordinary kriging
+
+DEPENDS:  R (version?), package automap (geoR? gstat?)
+
+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.
+"""
+
+#list of parameters
+
+#import directives
+
+#function(s)
+#@TODO
+
+#main
+#@TODO
\ No newline at end of file



More information about the grass-commit mailing list