Eloi Ribeiro <eloi.ribeiro <at> gmail.com> writes: > > > Hi all, > > By mistake I have assigned the wrong coordinate system to a GTiff image and deleted the original file. > How can I remove coordinate system info from a GTiff and then assign the correct one with no warping involved in the process? > Thanks for your help!
Hi, Make first a clean intermediate tiff file with gdal_translate by using -co PROFILE=BASELINE and -co TFW=YES, then convert this plain tiff by using -a_srs. There can be more sophisticated solutions. -Jukka Rahkonen- _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
