Yes, what I need is to "resize" the pixel. Being the image taken from the satellite, it skews the far away pixels, mainly ones towards the edges of the bounding box. I need to execute a bow-tie correction, then somehow "compress" the pixels to a square resolution. Does that sound feasable? I will try the command.
<br><br>Cheers<br><br>Mattia<br><br><div><span class="gmail_quote">On 5/3/07, <b class="gmail_sendername">Frank Warmerdam</b> &lt;<a href="mailto:warmerdam@pobox.com">warmerdam@pobox.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
mattia wrote:<br>&gt; Coordinate System is:<br>&gt; PROJCS[&quot;HDFLook: LINEAR&quot;,<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; GEOGCS[&quot;unnamed&quot;,<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DATUM[&quot;unknown&quot;,<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SPHEROID[&quot;unnamed&quot;,6370997,0]],
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRIMEM[&quot;Greenwich&quot;,0],<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UNIT[&quot;degree&quot;,0.0174532925199433]],<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; PROJECTION[&quot;Equirectangular&quot;],<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; PARAMETER[&quot;latitude_of_origin&quot;,0],
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; PARAMETER[&quot;central_meridian&quot;,0],<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; PARAMETER[&quot;false_easting&quot;,0],<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; PARAMETER[&quot;false_northing&quot;,0],<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; UNIT[&quot;metre&quot;,1,<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AUTHORITY[&quot;EPSG&quot;,&quot;9001&quot;]]]
<br>&gt; Origin = (8912408.472916,7090227.412053 )<br>&gt; Pixel Size = (694.49452741,-1000.15538912)<br>...<br>&gt; Is my interpretation correct? The pixel resolution as indicated is in<br>&gt; meters... Accordingly 694 meters horizontally (X res) , 1000 meters
<br>&gt; vertically (Y res)?!?!<br><br>Mattia,<br><br>That is correct.<br><br>&gt; What is the minus sign i front of the Y res for???<br><br>It means that as you step &quot;down&quot; the image from the top left corner you
<br>subtract 1000m per pixel step from the y coordinate.&nbsp;&nbsp;This is normal.<br><br>&gt; What is the UNIT[&quot;degree&quot;,0.0174532925199433]], factor in this output??<br>&gt; can I use it to define the resolution?? Or what is it needed for??
<br><br>This indicates that one degree on the underlying geographic<br>coordinate system is 0.017... radians.&nbsp;&nbsp;It is standard and does<br>not help you for what you want to do.<br><br>&gt; Final question,<br>&gt;<br>&gt; Is there a stright forward way of changing the image&#39;s resolution so as
<br>&gt; to have a quadratic one whereby resX=resY ????<br><br>I didn&#39;t follow that I&#39;m afraid.&nbsp;&nbsp;Are you just wanting to resample<br>your image to have square pixels?&nbsp;&nbsp;You could do something like:<br><br>gdalwarp -rb -ps 694 694 
Area1.tif Area1SquarePixels.tif<br><br>This would use a bilinear resampling kernel to convert your<br>image from 694x1000 meter pixels to 694x694 meter pixels.<br><br>Best regards,<br>--<br>---------------------------------------+--------------------------------------
<br>I set the clouds in motion - turn up&nbsp;&nbsp; | Frank Warmerdam, <a href="mailto:warmerdam@pobox.com">warmerdam@pobox.com</a><br>light and sound - activate the windows | <a href="http://pobox.com/~warmerdam">http://pobox.com/~warmerdam
</a><br>and watch the world go round - Rush&nbsp;&nbsp;&nbsp;&nbsp;| President OSGeo, <a href="http://osgeo.org">http://osgeo.org</a><br><br></blockquote></div><br><br clear="all"><br>-- <br>Mattia