[GRASS-dev] module input (multiple type) in pyGRASS

Yann Chemin ychemin at gmail.com
Thu Jun 20 22:18:14 PDT 2013


Hi,

I am having trouble with multiple input in pyGRASS:

Example:
-------------
b_in=[b1,b2,b3,b4,b5,b7]
i.albedo(input=b_in, output=b_albedo, flags="lc", overwrite=OVR)

input has a multiple raster band names requirement (6 here),
using a list to define b_in does not work.

What kind of container should I use?

thank you
--
----


More information about the grass-dev mailing list