Hi,<div><br></div><div>I am using gdal_translate for creating a Tiff image from existing GTiff image.</div><div>While creating Tiff below are the things kept in mind-</div><div>1) Creation of TFW</div><div>2) TIff should be JPEG compressed</div>
<div>3) Coordinate information erased</div><div>4) Should be Tiled</div><div>5) Overview Creation</div><div><br></div><div>for that I use following command</div><div><br></div><div><div><b>C:\Program Files\GDAL>gdalinfo Converted_Geo.tif</b></div>
<div>Driver: GTiff/GeoTIFF</div><div>Files: Converted_Geo.tif</div><div>Size is 12000, 275799</div><div>Coordinate System is:</div><div>GEOGCS["WGS 84",</div><div>    DATUM["WGS_1984",</div><div>        SPHEROID["WGS 84",6378137,298.257223563,</div>
<div>            AUTHORITY["EPSG","7030"]],</div><div>        AUTHORITY["EPSG","6326"]],</div><div>    PRIMEM["Greenwich",0],</div><div>    UNIT["degree",0.0174532925199433],</div>
<div>    AUTHORITY["EPSG","4326"]]</div><div>Origin = (79.379425048828125,31.319509506225586)</div><div>Pixel Size = (0.000147774379002,-0.000004383888609)</div><div>Metadata:</div><div>  AREA_OR_POINT=Area</div>
<div>Image Structure Metadata:</div><div>  INTERLEAVE=BAND</div><div>Corner Coordinates:</div><div>Upper Left  (  79.3794250,  31.3195095) ( 79d22'45.93"E, 31d19'10.23"N)</div><div>Lower Left  (  79.3794250,  30.1104374) ( 79d22'45.93"E, 30d 6'37.57"N)</div>
<div>Upper Right (  81.1527176,  31.3195095) ( 81d 9' 9.78"E, 31d19'10.23"N)</div><div>Lower Right (  81.1527176,  30.1104374) ( 81d 9' 9.78"E, 30d 6'37.57"N)</div><div>Center      (  80.2660713,  30.7149735) ( 80d15'57.86"E, 30d42'53.90"N)</div>
<div>Band 1 Block=12000x1 Type=Byte, ColorInterp=Gray</div></div><div><br></div><div><div><b>C:\Program Files\GDAL>gdal_translate -of GTiff -co "TFW=YES" -co "INTERLEAVE=PIX</b></div><div><b>EL" -co "TILED=YES" -co "COMPRESS=JPEG" -co "JPEG_QUALITY=100" -co "COPY_SRC_OVE</b></div>
<div><b>RVIEWS=YES" -co "PROFILE=BASELINE" "C:\Program Files\GDAL\Converted_Geo.tif" "C:</b></div><div><b>\Program Files\GDAL\Converted_Geo1.tif"</b></div><div>Input file size is 12000, 275799</div>
<div>0...10...20...30...40...50...60...70...80...90...100 - done.</div></div><div><br></div><div><div><b>C:\Program Files\GDAL>gdalinfo Converted_Geo1.tif</b></div><div>Driver: GTiff/GeoTIFF</div><div>Files: Converted_Geo1.tif</div>
<div>       Converted_Geo1.tfw</div><div>Size is 12000, 275799</div><div>Coordinate System is `'</div><div>Origin = (79.379425048800002,31.319509506250000)</div><div>Pixel Size = (0.000147774400000,-0.000004383900000)</div>
<div>Image Structure Metadata:</div><div>  COMPRESSION=JPEG</div><div>  INTERLEAVE=BAND</div><div>Corner Coordinates:</div><div>Upper Left  (  79.3794250,  31.3195095)</div><div>Lower Left  (  79.3794250,  30.1104343)</div>
<div>Upper Right (  81.1527178,  31.3195095)</div><div>Lower Right (  81.1527178,  30.1104343)</div><div>Center      (  80.2660714,  30.7149719)</div><div>Band 1 Block=256x256 Type=Byte, ColorInterp=Gray</div></div><div><br>
</div><div>I want to remove above Corner Coordinates: information</div><div><br></div><div>Please help me with any option available to remove that</div><div><br></div><div>Regards-</div><div><br></div><div>Ajendra Dubey </div>