[GRASS-dev] [GRASS GIS] #3136: move v.krige to addons

GRASS GIS trac at osgeo.org
Tue Aug 30 02:26:49 PDT 2016


#3136: move v.krige to addons
--------------------------+-------------------------
  Reporter:  martinl      |      Owner:  grass-dev@…
      Type:  task         |     Status:  new
  Priority:  blocker      |  Milestone:  7.2.0
 Component:  Addons       |    Version:  unspecified
Resolution:               |   Keywords:
       CPU:  Unspecified  |   Platform:  Unspecified
--------------------------+-------------------------

Comment (by mlennert):

 Replying to [comment:3 lucadelu]:
 > Yes, I think we could need, it could be a next year GSoC.
 >
 > Here some link to Python libraries if needed
 [https://github.com/bsmurphy/PyKrige PyKrige],
 [https://sourceforge.net/p/geoms2/wiki/Kriging/ simple kriging] or another
 [http://connor-johnson.com/2014/03/20/simple-kriging-in-python/ simple
 implementation]

 I would say that v.kriging is an excellent starting point as it provides a
 native implementation in C, and provides 2D and 3D kriging. It could
 probably be made a bit more grass-like, including by abandoning the use of
 gnuplot and replacing it by a combination of v.kriging plus g.gui.kriging
 or something like that, where the first works non-gui and the second
 provides the necessary GUI elements. But I think that with a little
 support from a more experienced GRASS C programmer, this could be made
 into a core GRASS module (it already does work and provide results). Maybe
 with an r.kriging as a corollary.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3136#comment:4>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list