<div dir="ltr"><div dir="ltr"><div>Hi Sajid, <br></div><div><br></div><div>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 ?</div><div><br></div><div>HTH, <br></div><div>Vero<br></div><div></div><div> <br></div><div>[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></div></div></div><br><div class="gmail_quote"><div dir="ltr">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></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi all<div><br></div><div>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.</div><div>Is this intentional?</div><div><br></div><div>Another point is, if I use overlap option it adds double the overlap cells to the output maps.</div><div><br></div><div>For example in the NC location:</div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><a href="http://r.info" target="_blank">r.info</a> elevation -g<br></blockquote><div>rows=1350</div><div>cols=1500</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">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></blockquote><div>rows=675</div><div>cols=750</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">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</blockquote><div>rows=775 (+ 100)</div><div>cols=850 (+ 100)</div></div><div><br></div><div>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?</div><div><br></div><div>Regards</div><div><br></div><div>Sajid</div><div><br></div><div><br></div><div><br></div><div><br></div></div></div></div></div></div>
_______________________________________________<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" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/grass-user</a></blockquote></div>