2008.08.21 02:49 "[Tiff] unregister GeoTiff", by Gennady Khokhorin

2008.08.21 18:28 "RE: [Tiff] unregister GeoTiff", by Gennady Khokhorin

Thank you, Frank, for help!

gdal_translate works great, key option: -co PROFILE=BASELINE Happy programming!

Hello, List!

I'm wonder if there is some tool to unregister GeoTIFF. Want to drop all georeference tags and use tfw instead. Is it possible?

Thanks in advance for any suggestions

If you use the libtiff "tiffcp" utility, I believe all the geotiff tags will be omitted in the newly generated file. You would need to create the world file manually.

Alternatively, you could use gdal_translate like:

gdal_translate -co TFW=YES -co PROFILE=BASELINE src.tif dst.tif

This will create a plain tiff file with no geotiff tags, and will also create the world file.

---------------------------------------+--------------------------------
------

and watch the world go round - Rush    | Geospatial Programmer for Rent