<html><div style='background-color:'><DIV class=RTE>
<P>Hello Frank,</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I forgot to mention that the gdalwarp app that comes with GDAL source projects everything nicely with just the following command: </P>
<P>C:\GDAL\Release\bin&gt;gdalwarp -t_srs "+proj=latlong" C:\GDAL\TESTING\Test01\Image<BR>s\imagein.tif imageout.tif<BR>Creating output file that is 5887P x 4274L.<BR>:0...10...20...30...40...50...60...70...80...90...100 - done.</P>
<P>Obviously there is a reprojection distortion since the original image format is 5010 by 5010.</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ilya.</P></DIV>
<DIV></DIV>&gt;From: Frank Warmerdam &lt;fwarmerdam@gmail.com&gt;
<DIV></DIV>&gt;Reply-To: warmerdam@pobox.com
<DIV></DIV>&gt;To: Ilya Serebrianik &lt;predator2448@hotmail.com&gt;
<DIV></DIV>&gt;CC: gdal-dev@xserve.flids.com
<DIV></DIV>&gt;Subject: Re: [Gdal-dev] UTM to Lat/Long projection
<DIV></DIV>&gt;Date: Wed, 4 May 2005 15:10:44 -0400
<DIV></DIV>&gt;
<DIV></DIV>&gt;On 5/4/05, Ilya Serebrianik &lt;predator2448@hotmail.com&gt; wrote:
<DIV></DIV>&gt; &gt;
<DIV></DIV>&gt; &gt; Hello Frank,
<DIV></DIV>&gt; &gt;
<DIV></DIV>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Thanks for clearing this up. I am not sure how to project from UTM
<DIV></DIV>&gt; &gt; NAD83 to Lat/Long WGS84. In your example application, namely gdalwrap, there
<DIV></DIV>&gt; &gt; is a option "+proj=latlong" which would be specified for the -t_srs in order
<DIV></DIV>&gt; &gt; to go from whatever the projection of the source into lat and long, I tried
<DIV></DIV>&gt; &gt; that and it works, but I do not know how to set this up inside my code, I
<DIV></DIV>&gt; &gt; tried using importFromProj4("+proj=longlat"), which should
<DIV></DIV>&gt; &gt; automatically set the lat/long option into the srs object I am about to
<DIV></DIV>&gt; &gt; assign to the destination image, like this:
<DIV></DIV>&gt;
<DIV></DIV>&gt;Ilya,
<DIV></DIV>&gt;
<DIV></DIV>&gt;And did the example you gave not work? In what way does it fail?
<DIV></DIV>&gt;Do the pszSrcWKT and pszDstWKT seem OK?
<DIV></DIV>&gt;
<DIV></DIV>&gt; &gt; OGRSpatialReference oSRS;
<DIV></DIV>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; //oSRS.SetUTM(17, TRUE);
<DIV></DIV>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; //oSRS.SetWellKnownGeogCS("WGS84");
<DIV></DIV>&gt; &gt;&nbsp;&nbsp;oSRS.importFromProj4("+proj=longlat");
<DIV></DIV>&gt;
<DIV></DIV>&gt;I would encourage you to be specific about the datum.&nbsp;&nbsp;So
<DIV></DIV>&gt;you could do:
<DIV></DIV>&gt;
<DIV></DIV>&gt;&nbsp;&nbsp; oSRS.importFromProj4( "+proj=latlong +datum=WGS84" );
<DIV></DIV>&gt;
<DIV></DIV>&gt;Best regards,
<DIV></DIV>&gt;--
<DIV></DIV>&gt;---------------------------------------+--------------------------------------
<DIV></DIV>&gt;I set the clouds in motion - turn up&nbsp;&nbsp; | Frank Warmerdam, warmerdam@pobox.com
<DIV></DIV>&gt;light and sound - activate the windows | http://pobox.com/~warmerdam
<DIV></DIV>&gt;and watch the world go round - Rush&nbsp;&nbsp;&nbsp;&nbsp;| Geospatial Programmer for Rent
<DIV></DIV></div></html>