Hi,<br><br><div class="gmail_quote">2009/9/2 jamesmcc <span dir="ltr">&lt;<a href="mailto:jlmccreight@gmail.com">jlmccreight@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
I have a raster at 30m resolution in which is nested another raster at 1.5m<br>
resolution. I want to average the 4 points in the center of the higher res<br>
raster (in [row,col] enumerating from 1: [10,10], [10,11], [11,10] and<br>
[11,11]) and assign this to the nesting cell of the lower res raster. Of<br>
course I want to do this over all cells in the raster, which is say 10x10.<br></blockquote><div><br>While you can do this with GRASS, I tend to do these sort of processes with python and GDAL/OGR. If you are interested, I have put some notes here:<br>
&lt; <a href="http://sites.google.com/site/spatialpython/">http://sites.google.com/site/spatialpython/</a>&gt;<br><br>Jose<br></div></div><br>