Hi list,
I would like to test new module v.krige, but after launchig I get error:
Traceback (most recent call last):
File "/usr/local/grass-6.5.svn/scripts/v.krige", line 419, in <module>
sys.exit(main(argv = grass.parser()))
File "/usr/local/grass-6.5.svn/scripts/v.krige", line 386, in main
logger = grass)
File "/usr/local/grass-6.5.svn/scripts/v.krige", line 265, in Run
globals()["InputData"] = self.ImportMap(input, column)
File "/usr/local/grass-6.5.svn/scripts/v.krige", line 164, in
ImportMap
coordinatesDF = robjects.r['data.frame'](x =
coordinatesPreDF.r['coords.x1'][0],
AttributeError: 'DataFrame' object has no attribute 'r'
Rpy2 is installed, Opensuse 11.2,
Its my mistake or bug in module?
thanks
Jan Trochta
On Tue, Mar 16, 2010 at 11:58 AM, Jan Trochta <j.trochta@gmail.com> wrote:
Hi list,
I would like to test new module v.krige, but after launchig I get error:
Traceback (most recent call last):
File "/usr/local/grass-6.5.svn/scripts/v.krige", line 419, in <module>
sys.exit(main(argv = grass.parser()))
File "/usr/local/grass-6.5.svn/scripts/v.krige", line 386, in main
logger = grass)
File "/usr/local/grass-6.5.svn/scripts/v.krige", line 265, in Run
globals()["InputData"] = self.ImportMap(input, column)
File "/usr/local/grass-6.5.svn/scripts/v.krige", line 164, in
ImportMap
coordinatesDF = robjects.r['data.frame'](x =
coordinatesPreDF.r['coords.x1'][0],
AttributeError: 'DataFrame' object has no attribute 'r'
Rpy2 is installed, Opensuse 11.2,
Its my mistake or bug in module?
Hi Jan,
it's a bug in the module - not known to me until now, but
unfortunately I never tested v.krige on opensuse.
At the moment the module is working on GRASS trunk and afaik on 6.5
branch, except for the plot popup window.
Thanks for the report and sorry for inconvenience... will look at it asap.
all the best,
Anne
thanks
Jan Trochta
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev
Thanks for helping,
If you will need testing or anything post me mail..
Jan
Anne Ghisla píše v Út 16. 03. 2010 v 12:17 +0200:
On Tue, Mar 16, 2010 at 11:58 AM, Jan Trochta <j.trochta@gmail.com> wrote:
> Hi list,
>
> I would like to test new module v.krige, but after launchig I get error:
>
> Traceback (most recent call last):
> File "/usr/local/grass-6.5.svn/scripts/v.krige", line 419, in <module>
> sys.exit(main(argv = grass.parser()))
> File "/usr/local/grass-6.5.svn/scripts/v.krige", line 386, in main
> logger = grass)
> File "/usr/local/grass-6.5.svn/scripts/v.krige", line 265, in Run
> globals()["InputData"] = self.ImportMap(input, column)
> File "/usr/local/grass-6.5.svn/scripts/v.krige", line 164, in
> ImportMap
> coordinatesDF = robjects.r['data.frame'](x =
> coordinatesPreDF.r['coords.x1'][0],
> AttributeError: 'DataFrame' object has no attribute 'r'
>
>
>
> Rpy2 is installed, Opensuse 11.2,
>
> Its my mistake or bug in module?
Hi Jan,
it's a bug in the module - not known to me until now, but
unfortunately I never tested v.krige on opensuse.
At the moment the module is working on GRASS trunk and afaik on 6.5
branch, except for the plot popup window.
Thanks for the report and sorry for inconvenience... will look at it asap.
all the best,
Anne
> thanks
>
> Jan Trochta
>
>
>
> _______________________________________________
> grass-dev mailing list
> grass-dev@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-dev
>