[gdal-dev] convert UTM 2 Latlong

Jean-Claude Repetto jrepetto at free.fr
Sat Aug 24 14:09:39 PDT 2013


On 24/08/2013 22:13, Murat Beyhan wrote:
>
> Hi,
>
> I have tried to do before but until I can't succeded please help me
> how to convert utm data into geographic lat/lon data.
> I have point and line data in shape file and I would like to convert it
> into lat/long data

Hi,

The CRS of your file is incorrect. It says it is already lat/lon instead 
of UTM.
First, correct the CRS with gdal_edit
( http://www.gdal.org/gdal_edit.html ).
Then you can transform it to lat/lon with gdalwarp.

Jean-Claude




More information about the gdal-dev mailing list