[GIS] Merge images first, or georeference first

georeferencingmergeqgis

I'm wanting to georeference and vectorise some features from scans of the OS 1896 Town Plans that I have purchased from the NLS (http://maps.nls.uk/os/london-1890s/info.html). The scans provided are not georeferenced and when I try to crop the borders they are not quite square so will need rotating first. The problem is the features lie at the intersection of 4 separate sheets and I'm uncertain of the best / most accurate approach to take to merge them:

1) Treat each image separately: Rotate and crop each image in Gimp, georeference in QGIS, then "nudge" the individual GCP points to try get them to line up properly, then merge with gdal_merge?

2) Merge first: Rotate, crop and merge the images together in Gimp, then georeference the whole image in QGIS

3) Some magic automated solution I'm not aware of 🙂

Thanks!

Best Answer

Well, QGIS is not that good in creating of continuous rasters if that's what you want. Nevertheless it all depends on precision you wish to have in the end. If you wish to trade precision for swiftness - merge them all in GIMP and then georeference resulting image. But be aware that every modification of the raster increases the errors. So if you want to have more precision - georeference each image first, then crop them inside QGIS (Raster-> Extraction->Clipper) if you need. I would just try to make borders transparent in layer properties if it is possible. There is actually no need in merging georeferenced images - if you need to treat them as one you may just create a virtual raster (Raster->Miscellaneous->Build Virtual raster).

Related Question