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 error?
(I have tried also with
grass.run_command("g.region", rast = output[2],output[3], res= t_srx) and it
didn't workl
Thanks
Luis
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user