I have a geotiff image which outputs with gdalinfo the following information: (The geotiff has been obtained originally from an HDF4 format)<br><br><span style="font-weight: bold;">rasdaman@mattia-desktop:/opt/rasdaman/local$ gdalinfo 
Area1.tif<br>Driver: GTiff/GeoTIFF<br>Size is 7103, 3947<br>Coordinate System is:<br>PROJCS[&quot;HDFLook: LINEAR&quot;,<br>&nbsp;&nbsp;&nbsp; GEOGCS[&quot;unnamed&quot;,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DATUM[&quot;unknown&quot;,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SPHEROID[&quot;unnamed&quot;,6370997,0]],
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PRIMEM[&quot;Greenwich&quot;,0],<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UNIT[&quot;degree&quot;,0.0174532925199433]],<br>&nbsp;&nbsp;&nbsp; PROJECTION[&quot;Equirectangular&quot;],<br>&nbsp;&nbsp;&nbsp; PARAMETER[&quot;latitude_of_origin&quot;,0],<br>&nbsp;&nbsp;&nbsp; PARAMETER[&quot;central_meridian&quot;,0],
<br>&nbsp;&nbsp;&nbsp; PARAMETER[&quot;false_easting&quot;,0],<br>&nbsp;&nbsp;&nbsp; PARAMETER[&quot;false_northing&quot;,0],<br>&nbsp;&nbsp;&nbsp; UNIT[&quot;metre&quot;,1,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AUTHORITY[&quot;EPSG&quot;,&quot;9001&quot;]]]<br>Origin = (8912408.472916,7090227.412053
)<br>Pixel Size = (694.49452741,-1000.15538912)<br>Corner Coordinates:<br>Upper Left&nbsp; ( 8912408.473, 7090227.412) ( 80d 9&#39;4.51&quot;E, 63d45&#39;50.32&quot;N)<br>Lower Left&nbsp; ( 8912408.473, 3142614.091) ( 80d 9&#39;4.51
&quot;E, 28d15&#39;43.99&quot;N)<br>Upper Right (13845403.101, 7090227.412) (124d30&#39;53.14&quot;E, 63d45&#39;50.32&quot;N)<br>Lower Right (13845403.101, 3142614.091) (124d30&#39;53.14&quot;E, 28d15&#39;43.99&quot;N)<br>
Center&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (11378905.787, 5116420.752) (102d19&#39;58.82&quot;E, 46d 0&#39;47.16&quot;N)<br>Band 1 Block=7103x20 Type=Byte, ColorInterp=Red<br>Band 2 Block=7103x20 Type=Byte, ColorInterp=Green<br>Band 3 Block=7103x20 Type=Byte, ColorInterp=Blue
<br><br><span style="font-weight: bold;"><br></span></span>Is my interpretation correct? The pixel resolution as indicated is in meters... Accordingly 694 meters horizontally (X res) , 1000 meters vertically (Y res)?!?!<br>
<br>What is the minus sign i front of the Y res for??? <br><br>What is the <span style="font-weight: bold;">UNIT[&quot;degree&quot;,0.0174532925199433]],</span> factor in this output?? can I use it to define the resolution?? Or what is it needed for??
<br><br>Final question, <br><br>Is there a stright forward way of changing the image&#39;s resolution so as to have a quadratic one whereby resX=resY ????<br><br>Any suggestions? help?<br><br>Thanks in advance<br clear="all">
<span style="font-weight: bold;"><span style="font-weight: bold;"></span></span><br>-- <br>Mattia