[GRASS-user] Multiple arguments in a grass.command- Python

2010-09-29 Thread Luis Lisboa
Greetings I have a script where I need to define a region based on 2 rasters output[0] and output[1]. I'm using thwe following expression: grass.run_command(g.region, rast = output[2] output[3], res= t_srx) But This is not correct. my question is how can I have both rasters without getting an

Re: [GRASS-user] Multiple arguments in a grass.command- Python

2010-09-29 Thread Glynn Clements
Luis Lisboa wrote: I have a script where I need to define a region based on 2 rasters output[0] and output[1]. I'm using thwe following expression: grass.run_command(g.region, rast = output[2] output[3], res= t_srx) But This is not correct. my question is how can I have both rasters