Hi all,<div><br></div><div>I am trying to make a script which will split a raster map into chunks, do the calculation on every chunk separately ( in parallel way ), and gather together all the peaces.</div><div><br></div><div>
So I am cutting the region into peaces, doing the calculation, restoring region to default region and finally get small peaces of raster map in it's default location and in default mapset.</div><div><br></div><div>Here is the problem of gathering the peaces together arises...</div>
<div><br></div><div>If I do it with r.patch, it is taking too long, and the whole meaning of parallelism is disappearing.</div><div><br></div><div>So I thought about g.copy . </div><div><br></div><div>Is there a way to copy all the peaces into one layer without overwriting the other peaces.</div>
<div><br></div><div>For example I have chunk_1 and chunk_2, which are the parts of one map. How can I copy them into another map, so that they don't overwrite each other ?</div><div><br></div><div>Thanks in advance.</div>