Re: [GRASS-user] i.group error

2017-04-20 Thread Joseph Kariuki
It think it is accessible. Here's the error message Traceback (most recent call last): File "/home/hempire/PycharmProjects/GRASSproject/landsatProcessing.py", line 155, in from grass.pygrass.gis import Mapset File "/usr/local/grass-7.2.1svn/etc/python/grass/pygrass/gis/__init__.py", line

Re: [GRASS-user] i.group error

2017-04-20 Thread Nikos Alexandris
* Joseph Kariuki [2017-04-20 09:20:39 +0300]: I am trying to group raster layers using thre following from grass.pygrass.gis import Mapset m = Mapset('hempire') Instead (did not try it!): m = Mapset() mapset = Mapset('hempire') Then use the 'mapset' if/whenever required

[GRASS-user] i.group error

2017-04-20 Thread Joseph Kariuki
I am trying to group raster layers using thre following from grass.pygrass.gis import Mapset m = Mapset('hempire') grass.run_command("i.group", group="lamu", subgroup="lamusubgrp", input=m.glist("raster", pattern="LE07_*")) However, this error is being raised ImportError: No module named mapset