Ok... So what I think I've decided to do, is remove the coordinate information from the geotiff. and have GDAL tell me it doesn't have a proper SRS then promt the user to enter an SRS through a wizard dialogue or something. I know this is possible because we have some geotiffs that don't have an SRS already, when I do a gdal info I get this <br>
<br>Coordinate System is `' <br><br>Can I through something like a gdal_translate <br><br>Replace this co-ordinate information that's giving me a hard time with. <br><br>PROJCS[,GEOGCS["unnamed",DATUM["unknown",SPHEROID["unretrievable - using WGS84",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT[,0.0174532925199433]],UNIT["unknown",1],AUTHORITY["EPSG","0"]] <br>
<br><br>To simply be empty. If so what's the make wkt string I need to provide to do so I can't seem to find it.<br><br>Thank you <br>Courtney<br>