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