Re: [gdal-dev] convert UTM 2 Latlong

2013-08-24 Thread Mutlu Ozdogan
gdalwarp -of GTiff -t_srs EPSG:4326 g23d4_gh.tif output_latlon.tif Sent from my iPad On Aug 24, 2013, at 11:13 PM, 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 lin

Re: [gdal-dev] convert UTM 2 Latlong

2013-08-24 Thread Jean-Claude Repetto
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 incorr

[gdal-dev] convert UTM 2 Latlong

2013-08-24 Thread Murat Beyhan
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 I thing this could be done using gdaltransform but I dont know how to do. I have