<div dir="ltr"><div><div><div>Dear Moritz & Helmut,<br><br></div>Thank you so much! This works perfectly -- I had not even thought of using r.region!<br><br></div>Best,<br></div>Tom<br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jul 16, 2017 at 1:39 PM, Moritz Lennert <span dir="ltr"><<a href="mailto:moritzlennert@posteo.net" target="_blank">moritzlennert@posteo.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
Le 16 juillet 2017 18:36:42 GMT+02:00, Thomas Adams <<a href="mailto:tea3rd@gmail.com">tea3rd@gmail.com</a>> a écrit :<br>
>Hi All:<br>
><br>
>Can someone suggest an efficient method to spatially translate a raster<br>
>map? This is what I want to do is:<br>
><br>
>(1) within a specified map region, using v.random, randomly generate<br>
>500-1000 vector point locations.<br>
>(2) from each point in (1) reposition a raster map (center) from a<br>
>known<br>
>x,y to the new center<br>
>(3) perform some statistics between each of the new re-positioned<br>
>raster<br>
>maps and the original map<br>
><br>
>I just need help with (2). I think I could work this out on my own with<br>
>some brute force, but maybe someone has an elegant approach??<br>
<br>
</span>r.region ? Using original map's <a href="http://r.info" rel="noreferrer" target="_blank">r.info</a> output to get nrows and ncols and then something like this (needs fine-tuning):<br>
<br>
g.copy original,newmap<br>
r.region newmap n=y+nrows/2 w=x-ncols/2 etc...<br>
<br>
?<br>
<span class="HOEnZb"><font color="#888888"><br>
Moritz<br>
</font></span></blockquote></div><br><br></div></div>