<div dir="ltr">Hi Everyone, <br>I am trying to convert a tif with the following extents to an AAIGrid, with gdal translate. <br>The tiff file has the following extent: <br clear="all">(3366307.0, 1.0, 0.0, 5814845.0, 0.0, -1.0)<br>

and the following resolution 1483, 1391. <br>When I run the following command I get the following error:<br><br>ozdeb@karo:$ gdal_translate -of AAIGrid -outsize 148 139 area_of_interest.tif aoic.ascii<br>Input file size is 1483, 1391<br>

0Warning 1: Producing a Golden Surfer style file with DX and DY instead<br>of CELLSIZE since the input pixels are non-square.  Use the<br>FORCE_CELLSIZE=TRUE creation option to force use of DX for<br>even though this will be distorted.  Most ASCII Grid readers<br>

(ArcGIS included) do not support the DX and DY parameters.<br><br>This
is really weired because the source code says, that this behavior
should be only if the cell size is not square. I think that the input
cell sizes are square, am I wrong ?<br>
<br>Here&#39;s the source code reference I&#39;m looking at:<br><a href="http://gdal.sourcearchive.com/documentation/1.6.1-2/aaigriddataset_8cpp-source.html" target="_blank">http://gdal.sourcearchive.com/documentation/1.6.1-2/aaigriddataset_8cpp-source.html</a><br>

<br>Any suggestions how to avoid/ solve this annoying warning will be appreciated. <br>Thanks, <br><br>Oz Nahum<br>Graduate Student<br>Zentrum für Angewandte Geologie<br>
Universität Tübingen<br><br>---<br><br>Imagine there&#39;s no countries<br>it isn&#39;t hard to do<br>Nothing to kill or die for<br>And no religion too<br>Imagine all the people<br>Living life in peace <br clear="all"><br>
-- <br>Oz Nahum<br>Graduate Student<br>Zentrum für Angewandte Geologie<br>Universität Tübingen<br><br>---<br><br>Imagine there&#39;s no countries<br>it isn&#39;t hard to do<br>Nothing to kill or die for<br>And no religion too<br>
Imagine all the people<br>Living life in peace <br><br><br>
</div>