The function r.tileset (<a href="http://grass.osgeo.org/grass64/manuals/html64_user/r.tileset.html">http://grass.osgeo.org/grass64/manuals/html64_user/r.tileset.html</a>) allows you to split your raster layer in user-defined tiles (which could be a tile of one row). The description states that it "produces tilings of the source projection for use in the destination region and projection". If you use the same projection for source and destination it will just split your layer in tiles.<br>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 9, 2012 at 11:13 AM, Andranik Hayrapetyan <span dir="ltr"><<a href="mailto:andranik.h89@gmail.com" target="_blank">andranik.h89@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.<div><br></div><div>I am trying to split raster map into chunks to do calculations (with r.mapcalc) on each chunk separately. </div>
<div>I browsed the net and found only the script called r.split.line, which needs vector file to split raster, but this is not that I want.</div>
<div><br></div><div>Is there a way to split raster by rows? For example if I have a GeoTiff file with 8000 rows I want to split it into 8 files 1000 row per each.</div><div><br></div><div>Or may by r.mapcalc can do the calculation I want only on specified number of rows? </div>

<div><br></div><div>Can anyone help me please? </div><div><br></div><div>Thanks in advance!  </div>
<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>