` `
The Georeferencer Plugin is a tool for generating world files for rasters. It allows you to reference rasters to geographic or projected coordinate systems by creating a new GeoTiff or by adding a world file to the existing image. The basic approach to georeferencing a raster is to locate points on the raster for which you can accurately determine coordinates.
Features
Table Georeferencer: Georeferencer Tools
As X and Y coordinates (DMS (dd mm ss.ss), DD (dd.dd) or projected coordinates (mmmm.mm)), which correspond with the selected point on the image, two alternative procedures can be used:
The usual procedure for georeferencing an image involves selecting multiple points on the raster, specifying their coordinates, and choosing a relevant transformation type. Based on the input parameters and data, the plugin will compute the world file parameters. The more coordinates you provide, the better the result will be.
The first step is to start QGIS, load the Georeferencer Plugin (see The Plugins Dialog) and click on Raster ‣ Georeferencer , which appears in the QGIS menu bar. The Georeferencer Plugin dialog appears as shown in figure_georeferencer_dialog.
For this example, we are using a topo sheet of South Dakota from SDGS. It can later be visualized together with the data from the GRASS spearfish60 location. You can download the topo sheet here: http://grass.osgeo.org/sampledata/spearfish_toposheet.tar.gz.
Georeferencer Plugin Dialog
button. The raster will show up in the main working
area of the dialog. Once the raster is loaded, we can start to enter reference
points.
Add Point button, add points to the
main working area and enter their coordinates (see Figure figure_georeferencer_add_points).
For this procedure you have three options:
From map canvas button to add the X and Y coordinates with the help of a
georeferenced map already loaded in the QGIS map canvas.
button, you can move the GCPs in both windows,
if they are at the wrong place.
Add points to the raster image
The points that are added to the map will be stored in a separate text file
([filename].points) usually together with the raster image. This allows
us to reopen the Georeferencer plugin at a later date and add new points or delete
existing ones to optimize the result. The points file contains values of the
form: mapX, mapY, pixelX, pixelY. You can use the
Load GCP points and
Save GCP points as buttons to
manage the files.
After you have added your GCPs to the raster image, you need to define the transformation settings for the georeferencing process.
Defining the georeferencer transformation settings
Depending on how many ground control points you have captured, you may want to use different transformation algorithms. Choice of transformation algorithm is also dependent on the type and quality of input data and the amount of geometric distortion that you are willing to introduce to the final result.
Currently, the following Transformation types are available:
The type of resampling you choose will likely depending on your input data and the ultimate objective of the exercise. If you don’t want to change statistics of the image, you might want to choose ‘Nearest neighbour’, whereas a ‘Cubic resampling’ will likely provide a more smoothed result.
It is possible to choose between five different resampling methods:
Най-близко съседство
Линейна
Кубична
Кубичен сплайн
Ланцош (Lanczos)
There are several options that need to be defined for the georeferenced output raster.
Create world file checkbox is only available if you
decide to use the linear transformation type, because this means that the
raster image actually won’t be transformed. In this case, the
Output raster field is not activated, because only a new world file will
be created.
Set Target Resolution
checkbox and define the pixel resolution of the output raster. Default horizontal
and vertical resolution is 1.
Use 0 for transparency when needed can be activated,
if pixels with the value 0 shall be visualized transparent. In our example
toposheet, all white areas would be transparent.
Load in QGIS when done loads the output raster
automatically into the QGIS map canvas when the transformation is done.Clicking on the Raster properties option in the Settings menu opens the Layer properties dialog of the raster file that you want to georeference.
After all GCPs have been collected and all transformation settings are defined,
just press the
Start georeferencing button to create
the new georeferenced raster.