<!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>Re: [GRASS-user] project units vs. imported image units ?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Thanks for the quick replies.<BR>
I have been testing the solutions:<BR>
<BR>
I can use g.region to create different regions (with specific grid size) so they can match the resolution of the tifs i am importing (this will be useful because the tifs have different resolutions). After that r.region -c will recompute the image to the extents of the current region. This seems to be what i needed :D<BR>
<BR>
Again, thank you<BR>
Ricardo<BR>
<BR>
On Tue, 20 Mar 2007 13:19:23 -0700, &quot;Amaginary Studios&quot;<BR>
&lt;amagine@telus.net&gt; said:<BR>
&gt; Hmmm,<BR>
&gt;<BR>
&gt; I believe you will need to specify the correct &quot;resolution&quot; in your&nbsp;<BR>
&gt; &quot;g.region&quot; settings which will ... match the resolution of your .tiff&nbsp;<BR>
&gt; files<BR>
&gt;<BR>
&gt; .tfw files are simply Text files so I suppose you could create your&nbsp;<BR>
&gt; own within a text editor.<BR>
&gt;<BR>
&gt; for example a .twf file with the following<BR>
&gt;<BR>
&gt; ****<BR>
&gt;<BR>
&gt; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nresolution<BR>
&gt; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; x-pixel position reference point<BR>
&gt; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; y-pixel position reference point<BR>
&gt; -1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sresolution<BR>
&gt; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; x-postion reference<BR>
&gt; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; y-position reference<BR>
&gt;<BR>
&gt; ****<BR>
&gt;<BR>
&gt; says,&nbsp; that each pixel in the tiff image is equal to 1x1 (in your&nbsp;<BR>
&gt; case probably meters).&nbsp; and the Top left corner is referenced at 0m x&nbsp;<BR>
&gt; 0m.<BR>
&gt;<BR>
&gt; So, it is a matter of matching your image resolution size to the&nbsp;<BR>
&gt; correct resolution region settings in GRASS.<BR>
&gt;<BR>
&gt; I hope this helps a bit...<BR>
&gt;<BR>
&gt; Mars</FONT>
</P>

</BODY>
</HTML>