Georeferencing Raster Imagery in QGIS using Vector Data

From CUOSGwiki
Jump to navigationJump to search

Purpose

The purpose of this tutorial is to learn how to conduct a georeferencing process on a non-georeferenced air photo in QGIS. In doing so, you will also gain knowledge on navigating through, and working with, the QGIS environment. For the purpose of this tutorial, a basic understanding of GIS is assumed.

Introduction

QGIS: An Introduction

QGIS
Figure 1: QGIS Logo

QGIS is an open-source GIS Software initially created in 2007 as Quantum GIS by the Open Source Geospatial Foundation under GNU license. Open-source means the program is free to use, and the code used to make it is freely accessible. The software GUI contains many of the same geoprocessing and cartographic tools as well-known ArcGIS, along with an extensive Python library that can be used to automate processing. Other open-source software packages are also integrated into the QGIS environment, such as: SQLite, GDAL, PostGIS and PostgreSQL, while others such as GRASS and MapServer work directing in conjunction with QGIS. The programs runs on Mac OS, Linux, UNIX, Android, and Microsoft Windows.

Georeferencing

When data is collected via a remote sensing platform, whether that be a camera in a plane, or a thermal sensor in a satellite, the data collected must be aligned to real-world locations in order to be useful. Geo-referencing in GIS allows the user to do just this, using a known coordinate system and known points on the ground to align remotely sensed data so that it may be viewed, queried or analyzed with other geospatial data. These reference points are known as ground control points, or GCPs, and are stored in the metadata of .tif raster files once created. Creating GCP's allows GIS software to transform the data into different geographic referencing systems by shifting, scaling, rotating or skewing the imagery.

Acquiring Data

Before beginning to acquire the data necessary for this exercise, it is best to create a folder to organize all of your project elements into. Somewhere on your computer that is easy to access (preferably in your C: drive on windows, or HOME directory on Linux), create a folder named Georeferencing Exercise'. This will be the location where we store all our data, as well as the QGIS project files.

Figure 2: Location of 1933 air photos used in this tutorial

The 6 air photos used for this example can be found here: [1]. At this link, scroll about a third of the way down to the section labelled Available Themes. Select the bottom-most link 1930s - 1945 air photos from uOttawa. Refer to Figure 2 to visualize the locations of the desired photos. Click the dot, then the link that appears. Once on a screen with the photo as per figure 2, right click the photo and select Save Image As.... Save it to the folder made earlier. Repeat this step for all 6 of the photos circled in red in figure 2.

In terms of reference vector data, study the image selected and locate as much reference vector data as possible. This includes roads [2](select the shapefile option), the rail lines [3] (again, select the shapefile option), the Rideau river [4], the Rideau Canal [5], and city sidewalks [6] (once again select shapefile). Download these vector datasets, and extract them into your project folder made earlier.

Since these particular photos were taken in 1933, there will be sections of the vector data that do not exist in the image, but do not let this discourage you, as the sections that do will still be accurate, though created over 80 years later.

Installation of QGIS

You can download QGIS from the following link [7] using the green Download Now button. Choose your platform: Windows, Mac OS X, Linux, BSD, or Android from the various drop-down menus on the download page (Windows will be used for this tutorial). If you have Windows, check your specifications, as either you will use 32 bit or 64 bit. Select the latest standalone version and download the .exe installer. Once downloaded, go to the location the .exe installer downloaded to, run it, and use the Setup Wizard that appears to configure the program.

Once QGIS is fully installed onto your computer, run it either via the desktop icon, or the start-menu launcher. Once opened, a program window like figure should appear. To create a project file for our project, click Project in the upper left corner, and Save As. Browse to the folder created in the earlier step, give the project a name, like Georeferencing Tutorial, and hit Save.

Adding Reference Vector Data into QGIS

Figure 3: The file browser in QGIS

The easiest way to add our reference vector data into the QGIS is by using the Browser. On the middle-left, as per Figure 3 is a window containing various programs data can be added from. We are most concerned with the Project Home link near the top of this section. Click the drop down arrow to the left of this label. You should notice all of the vector files downloaded earlier listed here. Double-click the canal.shp, Railway_Lines.shp, rideau_river.shp, Road_Centerlines.shp, and Sidewalks.shp files to add them to our QGIS session. If by happenstance your vector files are not in Project Home, simply browse to where you unzipped your vector data via the drop-downs from your main hard drive, in the case of Windows: C:/. You may also find it helpful to add a base map image to the project, if you have any of these pre installed, they will be located in the browser under the XYZ Tiles menu. If there is nothing under this menu, find out how to add these in by following the instructions here: [8]

Accessing the Georeferencing Plugin

The georeferencing tool in QGIS comes installed with the program, but is not visible by default. To use it, we must activate the plugin.

Figure 4.
Figure 4: Available Plugins.


  • To access the plugins manager, select Manage Plugins under the Plugins drop-down menu on the main tool bar.
  • A window will open providing you with several options for plugins, navigate to the Installed subsection as per Figure 4
  • Toggle the Georeferencer GDAL plugin, and close this menu.

Using Georeferencer GDAL

Now that the Georeferencer plugin is active and our vector data is loaded in QGIS, we can begin to add GCPs to our non-georeferenced .jpg file.

Opening the Georeferencer

Navigate to the main toolbar, and select the Raster Menu. You will notice that Georeferencer can be found at the bottom of the menu. Open the Georeferencer...

Figure 5.
Figure 5:. Georeferencer Window.

The Georeferencer window will appear separate from the main GUI, and will look like Figure 5. It is recommended that both windows be viewed at the same time, so split them across your desktop as best as possible.

Adding a Raster

Navigate to the main toolbar in the Georeferencer window and select the Add Raster Layer icon. RasterLayerIcon.PNG Navigate to the location of our non-georeferenced .jpg file and add it to the window.

Zooming In and Out

  • To zoom in on the image in the georeferencer window select the Zoom In icon. Zoomin1.png
  • To zoom out on the image in the georeferencer window select the Zoom Out icon. Zoomout1.png
  • To move around the image, select the Pan icon Pan1.png

Adding Control Points

Figure 6.
Figure 6: Adding GCP window.

If you already have control points saved, you can load the file by selecting the Load Points icon Loadpts1.png Otherwise…

Select the add control point icon AddIcon.PNG.

  • A window will appear as per Figure 6 prompting you to add the coordinates of the point, or find it on the referenced file within the main window of QGIS.
  • If you know the coordinates, enter them. Otherwise select From Map Canvas. This will minimize the georeferencer window, leaving the main QGIS window with the vector data opened earlier. Click the location on the vector data that corresponds to the same location in our image. This will save the point as a GCP.
  • To delete a point, select the Delete Point icon Deletept1.png
  • You can move points by selecting the Move Points icon on the toolbar. Movept1.png

Add the first 4-5 GCPs across the entirety of the image, as per Figure 7.

Figure 7.
Figure 7: Initial GCPs

This is to prevent the image from being warped more to one side. Continue to the next steps will these GCPs, as we can come back later to add more if needed.

Points Table

  • The points which you have placed on your map image will appear below the raster image in the window.
  • To save your points select the Save Points icon on the toolbar.Savegcppts.png
  • This will save your points to an .aux.xml file for later viewing, or to add back into the Georeferencer.
  • If the residuals are high for some of your points, you should go back and move the point to be more accurate.

Transformation Settings

To access the transformation settings navigate to the toolbar on the Georeferencer and select the Transformation Settings icon. Trans1.png
After adding the Geographic Control Points (GCPs) you will need to define the settings for the georeferencing procedure.

  • Depending on how many points you have added to your image you may want to choose different transformation algorithms for your image.
Figure 8.
Figure 8: Transformation Settings


Transformation Type

Choose an appropriate transformation type.

  • The transformation types available to you include:
    • Linear: This is used to generate a world-file that will be different from the other algorithms available because it does not actually transform your image. This probably won't be the best option if you are using scanned imagery.
    • Helmert: This transformation will run simple scaling and rotation transformations.
    • Polynomial Algorithms: These will match source and destination control points. The 2nd order polynomial transformation allows for some curvature in your transformation. Using a 1st order polynomial transformation (affine) will perserve collinearity and will only permit scaling, translation and rotation on the image.
    • Thin Plate Spline: This transformation is able to introduce local deformations in the data. This is good if the original image being georeferenced is of poor quality.
    • Projective: The projective transformation is a linear rotation and translation of coordinates.

Defining the Resampling Method

  • Select one of the resampling method options by clicking on the drop down list. Your choice will vary depending on the objectives of your task.
  • Choose one of the following options:
    • Nearest neighbour
    • Linear
    • Cubic
    • Cubic Spline
    • Lanczos

Compression

  • Select the type of compression you wish to occur on your image.
  • The options include:
    • NONE
    • LZW
    • PACKBITS
    • DEFLATE

Output Raster

  • Select the name and location for the output file by selecting the Output Raster icon, navigating to the appropriate folder and providing a name.

Target Spatial Reference System (SRS)

  • Choose the target coordinate system for your raster image by clicking the Target SRS icon
  • A window will appear prompting you to choose a coordinate system for your image, choose the same as the current project, so the image is projected the same as the reference vector data.

Generating a pdf map and report

  • To save a map or report to disk as a .pdf file, select the .pdf document icon next to Generate pdf map and/or Generate pdf report.
  • Navigate to the appropriate directory to save your files.

Set Target Resolution

Toggle on Set Target Resolution to set a custom pixel resolution for your output raster.

Additional Options

  • Toggle on Use 0 for transparency when needed to make areas with the value of 0 transparent.
  • Toggle on Load in QGIS when done to add the image into QGIS as a layer whenever the georeferencing process is complete.
  • Toggle on Create world file for linear transformations.

For this example, the settings used can be found in Figure 8, the output filename can be whatever you like. Once all the settings are selected, select OK when complete.

Running the Georeferencer

Once all of the GCPs have been added and the Transformation Settings have been selected you can now georeference your raster image.

Figure 9.
Figure 9. The final georeferenced product
  • Select the Start Georeferencing icon on the main toolbar. Savegeo1.png
  • Make sure to check the box to add the image to your project.
  • This will create a new georeferenced image.

Your end resultant should look something like Figure 9. If you want to add more GCPs to make your georeferenced image even more accurate, just go back to the Georeferencer window, reference more GCPs, and run the georeferencer again!

Conclusion

Thank you for giving this tutorial a look, and I hope you have gained something from it. Have a look around the rest of this site for excellent open-source related GIS tutorials.

References

QGIS. (2019) QGIS general information. Retrieved October 2nd, 2019, from: https://qgis.org/en/site/
esri. (2013). GIS Dictionary. Retrieved December 10, 2013, from esri support: http://support.esri.com/en/knowledgebase/GISDictionary/term/vector
ESRI. (2008, September 22). What is a raster data? Retrieved December 10, 2013, from ArcGIS 9.2 Desktop Help: http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?TopicName=What_is_raster_data%3F
Geomatics Solutions. (2011). NAD83 / MTM zone 9. Retrieved 2013, from Georepository: http://georepository.com/crs_32189/NAD83-MTM-zone-9.html
GNU. (2013, September 12). GNU General Public License. Retrieved December 10, 2013, from GNU Operating System : https://gnu.org/licenses/gpl.html
Python Software Foundation. (2013). Python Programming Language – Official Website. Retrieved December 10, 2013, from Python: http://python.org