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
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev