On Fri, Apr 28, 2017 at 10:30 AM, Joseph Kariuki <[email protected]> wrote: > I have shared a gist on pygrass landsat processing. Error importing Mapset > module which is under Pygrass>gis library. How can I import the module so as > to run i.group without error? > > The gist on github landsatprocessing_gist > https://gist.github.com/joehene/9225cff545776abdd1e4a934a3f6c11e
You need to add to use separator is "comma" to the g.list part in order to provide i.group with a comma separated list of maps. Example: i.group group=vis_bands subgroup=vis_bands input=lsat7_2000_10,lsat7_2000_20,lsat7_2000_30 Markus -- Markus Neteler, PhD http://www.mundialis.de - free data with free software http://grass.osgeo.org http://courses.neteler.org/blog _______________________________________________ grass-user mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-user
