Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#2760 closed defect (fixed)

gdalwarp to geotiff - TFW=YES ignored

Reported by: kyngchaos Owned by: Even Rouault
Priority: normal Milestone: 1.6.1
Component: GDAL_Raster Version: 1.6.0
Severity: normal Keywords: gtiff
Cc:

Description

-co "TFW=YES" is ignored by/in gdalwarp for geotiff output. Works in gdal_translate. Works in GDAL 1.5.3.

Change History (4)

comment:1 by warmerdam, 15 years ago

Component: UtilitiesGDAL_Raster
Keywords: gtiff added

From the description, I'd presume the problem is that the Create() implementation ignores the TFW creation option, while the CreateCopy() implementation honours it.

comment:2 by Even Rouault, 15 years ago

Owner: changed from warmerdam to Even Rouault
Status: newassigned

comment:3 by Even Rouault, 15 years ago

Resolution: fixed
Status: assignedclosed

Fixed in trunk in r16013, in branches/1.6 in r16014 and test added in r16015

comment:4 by kyngchaos, 15 years ago

thanks, that's got it.

I see that the fix added the filename variable also. Now that I ls -la my folder, I see a ".tfw" with a time of the last time I tried gdalwarp.

Note: See TracTickets for help on using tickets.