[GRASS-dev] [GRASS GIS] #2723: error when running v.krige
GRASS GIS
trac at osgeo.org
Sun Sep 27 03:46:44 PDT 2015
#2723: error when running v.krige
--------------------------+-------------------------
Reporter: pvanbosgeo | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.1
Component: Default | Version: svn-trunk
Resolution: | Keywords:
CPU: Unspecified | Platform: Linux
--------------------------+-------------------------
Changes (by neteler):
* milestone: => 7.0.1
Comment:
I briefly looked at the code.
{{{
gui/wxpython/modules/vkrige.py: self.controller.InputData =
self.controller.ImportMap(map = map,
}}}
calls
{{{
scripts/v.krige/v.krige.py: def ImportMap(self, map, column):
}}}
which calls
{{{
Rpointmap = robjects.r.readVECT6(map, type = 'point')
}}}
which ain't work with rgrass7. In essence, scripts/v.krige/v.krige.py
needs to be updated to rgrass7 (not a complicated task at all).
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2723#comment:1>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list