Greetings<div><br></div><div>I have a script where I need to define a region based on 2 rasters output[0] and output[1].</div><div><br></div><div>I&#39;m using thwe following expression:</div><div>grass.run_command(&quot;g.region&quot;, rast = output[2] output[3], res= t_srx)</div>
<div><br></div><div>But This is not correct. my question is how can I have both rasters without getting an error?</div><div>(I have tried also with</div><div>grass.run_command(&quot;g.region&quot;, rast = output[2],output[3], res= t_srx) and it didn&#39;t workl</div>
<div><br></div><div>Thanks</div><div><br></div><div>Luis</div>