<br>Hi QGIS users,<br><br>I contacted the author and he confirmed the problem: you can't georeference an<br>image that already has geospatial meta data.  The easiest thing to do (rather<br>than what I described) is to simply strip off the metadata.  For example, if<br>
your raster is "raster.tif", you can use gdal to easily remove the meta-data and<br>create a new file "raster_clean.tif" as follows:<br><br>gdal_translate -co PROFILE=BASELINE raster.tif raster_clean.tif<br>
<br>Now load "raster_clean.tif" into the Georeferencer, and you should be fine.  I<br>urged the author to include some kind of warning to users whenever they load an<br>image that already has metadata.<br><br>Cheers,<br>
<br>M<br><br>