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
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