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. I was trying to do that with g.region, but it only resized my map and didn't "cut" it.
Is g.region the right tool for this task? If it is not difficult for you, can you, please, explain the process of doing " *define the region of each mapset as a chunk of the whole region* " a bit more detailed. On Wed, Nov 28, 2012 at 1:56 PM, Sylvain Maillard < [email protected]> wrote: > Hi, > > for this approach, the best would be to > (before the multi-process job) > - put your map into the PERMANENT mapset > > (for each process in parallel) > - make a new mapset for each process > - define the region of each mapset as a chunk of the whole region > - make your calculation > > (once the process competed) > - put together all the results (eg, with r.patch) > > > Sylvain > > > > _______________________________________________ > grass-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/grass-user > >
_______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
