[GRASS-SVN] r37305 - in grass-addons/vector: . v.autokrige2
    svn_grass at osgeo.org 
    svn_grass at osgeo.org
       
    Wed May 20 06:25:58 EDT 2009
    
    
  
Author: aghisla
Date: 2009-05-20 06:25:58 -0400 (Wed, 20 May 2009)
New Revision: 37305
Added:
   grass-addons/vector/v.autokrige2/
   grass-addons/vector/v.autokrige2/v.autokrige2
Log:
GSoC project - skeleton of python module, non functional
Property changes on: grass-addons/vector/v.autokrige2
___________________________________________________________________
Name: svn:ignore
   + *.pyc
Added: grass-addons/vector/v.autokrige2/v.autokrige2
===================================================================
--- grass-addons/vector/v.autokrige2/v.autokrige2	                        (rev 0)
+++ grass-addons/vector/v.autokrige2/v.autokrige2	2009-05-20 10:25:58 UTC (rev 37305)
@@ -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
Property changes on: grass-addons/vector/v.autokrige2/v.autokrige2
___________________________________________________________________
Name: svn:mime-type
   + text/python
Name: svn:keywords
   + Author Date Id
Name: svn:eol-style
   + native
    
    
More information about the grass-commit
mailing list