Can someone suggest an efficient method to spatially translate a raster
map? This is what I want to do is:
(1) within a specified map region, using v.random, randomly generate
500-1000 vector point locations.
(2) from each point in (1) reposition a raster map (center) from a known
x,y to the new center
(3) perform some statistics between each of the new re-positioned raster
maps and the original map
I just need help with (2). I think I could work this out on my own with
some brute force, but maybe someone has an elegant approach??
Thank you,
Tom
_______________________________________________
grass-user mailing list
Le 16 juillet 2017 18:36:42 GMT+02:00, Thomas Adams <tea3rd@gmail.com> a écrit :
Hi All:
Can someone suggest an efficient method to spatially translate a raster
map? This is what I want to do is:
(1) within a specified map region, using v.random, randomly generate
500-1000 vector point locations.
(2) from each point in (1) reposition a raster map (center) from a
known
x,y to the new center
(3) perform some statistics between each of the new re-positioned
raster
maps and the original map
I just need help with (2). I think I could work this out on my own with
some brute force, but maybe someone has an elegant approach??
r.region ? Using original map’s r.info output to get nrows and ncols and then something like this (needs fine-tuning):