[OSGeo-Discuss] Remove Coordinate Information using GDAL Translate

Even Rouault even.rouault at mines-paris.org
Fri Mar 1 20:06:27 PST 2013


> *C:\Program Files\GDAL>gdal_translate -of GTiff -co "TFW=YES" -co
> "INTERLEAVE=PIX*
> *EL" -co "TILED=YES" -co "COMPRESS=JPEG" -co "JPEG_QUALITY=100" -co
> "COPY_SRC_OVE*
> *RVIEWS=YES" -co "PROFILE=BASELINE" "C:\Program
> Files\GDAL\Converted_Geo.tif" "C:*
> *\Program Files\GDAL\Converted_Geo1.tif"*
> Input file size is 12000, 275799
> 0...10...20...30...40...50...60...70...80...90...100 - done.

> I want to remove above Corner Coordinates: information
> 
> Please help me with any option available to remove that

Remove -co "TFW=YES" in the above gdal_translate command line. This will avoid 
the .tfw file to be generated, which is used to compute the corner coordinates.



More information about the Discuss mailing list