I have been trying something like this some time ago, but I could not define region of a mapset as chunk of the whole region. <div>I was trying to do that with g.region, but it only resized my map and didn't "cut" it.</div>
<div><br></div><div>Is g.region the right tool for this task? </div><div>If it is not difficult for you, can you, please, explain the process of  doing  " <i>define the region of each mapset as a chunk of the whole region</i> " a bit more detailed.</div>
<div><br></div><div><br><div class="gmail_quote">On Wed, Nov 28, 2012 at 1:56 PM, Sylvain Maillard <span dir="ltr"><<a href="mailto:sylvain.maillard@gmail.com" target="_blank">sylvain.maillard@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br><br>for this approach, the best would be to<br>(before the multi-process job)<br>- put your map into the PERMANENT mapset<br>
<br>(for each process in parallel)<br>- make a new mapset for each process<br>- define the region of each mapset as a chunk of the whole region<br>
- make your calculation<br><br>(once the process competed)<br>- put together all the results (eg, with r.patch)<span class="HOEnZb"><font color="#888888"><br><br><br>Sylvain<br><br><br>
</font></span><br>_______________________________________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
<br></blockquote></div><br></div>