Thnx, that dids the job. Actually i was trying with gdal_translate -a_srs "+proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +units=m +no_defs" input.tif output.tif and it worked too. Another thing if i execute this command after i have created the overview they are not in the new file. Now my problem is should i use
gdal_translate -a_srs "+proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +units=m +no_defs" input.tif output.tif before gdal_translate -of GTiff -co "TILED=YES" input.tif output.tif or the opposite cuz i thing that the projection removes the other info of the tile the size of the file with overview was ~240 mb and after adding the projection went to 170mb -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/SPHEROID-unretrievable-using-WGS84-tp5376320p5376648.html Sent from the GDAL - Dev mailing list archive at Nabble.com. _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
