<div dir="ltr"><div>Thank you both,</div><div><br></div><div>I got confused between first and last row tiles and the middle ones.  <br></div><div>The overlap is fine on first and last row tiles.</div><div><br></div><div>Regards<br></div><div><br></div><div>Sajid</div><br><div class="gmail_quote"><div dir="ltr">On Wed, Nov 7, 2018 at 7:37 PM Markus Metz <<a href="mailto:markus.metz.giswork@gmail.com">markus.metz.giswork@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><br>On Wed, Nov 7, 2018 at 7:06 PM Veronica Andreo <<a href="mailto:veroandreo@gmail.com" target="_blank">veroandreo@gmail.com</a>> wrote:<br>><br>> Hi Sajid,<br>><br>> I have never used r.tile before, but checking the code [1], it multiplies the overlap by 2, so there's why. Now guesstimating, if I set an overlap of 50, I would expect to have that overlap on both sides of the desired size of the tiles, so maybe that's why it is doubled ?<br><div><br></div><div>In princliple that's correct, but not for the first and last row and column of tiles.</div><div><br></div><div>In Sajid's example, the first and last row of tiles should have 725 rows (675 + 50) and all other tiles 775 rows (675 + 2 * 50). Accordingly for columns.</div><div><br></div><div>That should be relatively easy to fix.</div><div><br></div><div>Markus M<br></div><div>></div>> HTH,<br>> Vero<br>><br>> [1] <a href="https://trac.osgeo.org/grass/browser/grass/trunk/raster/r.tile/main.c#L101" target="_blank">https://trac.osgeo.org/grass/browser/grass/trunk/raster/r.tile/main.c#L101</a><br>><br>> El mié., 7 nov. 2018 a las 15:08, Sajid Pareeth (<<a href="mailto:spareeth@gmail.com" target="_blank">spareeth@gmail.com</a>>) escribió:<br>>><br>>> Hi all<br>>><br>>> The r.tile module don't have overwrite flag, so if we re run the module with different parameters but with same output prefix name, then it will rewrite output with out warning.<br>>> Is this intentional?<br>>><br>>> Another point is, if I use overlap option it adds double the overlap cells to the output maps.<br>>><br>>> For example in the NC location:<br>>>><br>>>> <a href="http://r.info" target="_blank">r.info</a> elevation -g<br>>><br>>> rows=1350<br>>> cols=1500<br>>><br>>>> r.tile input=elevation output=elev_tile width=750 height=675<br>>>> <a href="http://r.info" target="_blank">r.info</a> elev_tile-001-001 -g<br>>><br>>> rows=675<br>>> cols=750<br>>><br>>>> r.tile input=elevation output=elev_tile width=750 height=675 overlap=50<br>>>> <a href="http://r.info" target="_blank">r.info</a> elev_tile-001-001 -g<br>>><br>>> rows=775 (+ 100)<br>>> cols=850 (+ 100)<br>>><br>>> In the last case the rows and cols should be 725 and 800 respectively, as it should add 50 cells as overlap to each tile? Or am I missing something?<br>>><br>>> Regards<br>>><br>>> Sajid<br>>><br>>><br>>><br>>><br>>> _______________________________________________<br>>> grass-user mailing list<br>>> <a href="mailto:grass-user@lists.osgeo.org" target="_blank">grass-user@lists.osgeo.org</a><br>>> <a href="https://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">https://lists.osgeo.org/mailman/listinfo/grass-user</a><br>><br>> _______________________________________________<br>> grass-user mailing list<br>> <a href="mailto:grass-user@lists.osgeo.org" target="_blank">grass-user@lists.osgeo.org</a><br>> <a href="https://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">https://lists.osgeo.org/mailman/listinfo/grass-user</a></div>
</blockquote></div></div>