I downloaded a UTM/NAD83 tiff image from the USGS server. In trying to reproject to WGS84 with FWTools I may have run into a snag but I'm too new with the process to tell. When viewed the resulting image is elongated and appears somewhat distorted from the original, although I haven't tried to resample yet.
I've tried two ways:
Using the images info:
Both with the same results. Did I miss a step?
I've tried two ways:
gdalwarp -of GTiff -co "INTERLEAVE=PIXEL" -s_srs "+proj=utm +zone=16N +datum=nad83" -t_srs "+proj=latlong +datum=WGS84" -r cubic 05454920.tif 05454920_WGS84.tif
Using the images info:
gdalwarp -of GTiff -co "INTERLEAVE=PIXEL" -t_srs "+proj=latlong +datum=WGS84" -r cubic 05454920.tif 05454920_WGS84.tif
Both with the same results. Did I miss a step?

