<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7650.28">
<TITLE>about r.region...</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>Maybe i am doing something wrong, but when importing a map, the resolution of the output image is not the correct one, meaning the one from the image.<BR>
For instance: i create a region, with g.region, to match the data of my image:<BR>
<BR>
north:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4.1585<BR>
south:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<BR>
east:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.4845<BR>
west:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<BR>
cols:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1553<BR>
rows:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2599<BR>
e-w resol:&nbsp; 0.00159981<BR>
n-s resol:&nbsp; 0.00160004<BR>
<BR>
BUT after r.in.gdal the image is huge, and does not match it`s position (although the 0,0 corner of the image is correct). So i need to use r.region to reposition it.<BR>
<BR>
>From the r.region man page:<BR>
&quot;After all updates have been applied, the raster map's resolution settings are recomputed from the boundaries and the number of rows and columns in the raster map.&quot;<BR>
<BR>
My question is: what is the method for this &quot;recompute&quot; operation?<BR>
<BR>
Do i really need to use r.region? And if so what is the method for (^) the recompute operation? Nearest neighbor resample?<BR>
<BR>
Thanks (again)<BR>
Ricardo Oliveira<BR>
</FONT>
</P>

</BODY>
</HTML>