Re: [gdal-dev] utm projection in gdal_translate

2009-03-30 Thread Frank Warmerdam
Luca Fasano wrote: Hi, I want to create a GTiff copy to a data with projection overridden to *utm* using gdal_translate and its "a_srs" parameter. If I try to do this I obtain a wrongly located data. Command I use is like following: $ gdal_translate -of GTiff -a_srs "+proj=utm +datum=WGS84 +z

[gdal-dev] utm projection in gdal_translate

2009-03-30 Thread Luca Fasano
Hi, I want to create a GTiff copy to a data with projection overridden to *utm* using gdal_translate and its "a_srs" parameter. If I try to do this I obtain a wrongly located data. Command I use is like following: $ gdal_translate -of GTiff -a_srs "+proj=utm +datum=WGS84 +zone= " src dst.tiff