GIS GeoReferencing
GIS GeoReferencing
Affine transformation
x’ = Ax + By + C y’ = Dx + Ey + F
where x and y are coordinates of the input layer and x’ and
y’ are the transformed coordinates.
The C and F parameters control shift in origin (translation)
A, B, D, E control scale and rotation
their values are determined by comparing the location of
source and destination control points.
First Order Polynomial Transformation
Affine transformation
• Scales, skews, rotates, and translates
• 6 unknowns( A,B,C,D,E,F) so a minimum of
three “displacement links” required
• Usually estimated via statistical techniques which minimize RMSE
• This requires four links minimum but more usually used to “average
the error”
• Little benefit from more than 18-30 links
First Order Polynomial Transformation
Affine transformation
• The most common choice
• Scales, rotates, and translates the data
• Does not independently scale the axes, nor
introduce any skew.
• It maintains the aspect ratio of the features
transformed (e.g. squares remain squares)
• Four unknowns (A,B,C,F) thus requires a
minimum of two displacement links
ArcGIS Georeferencing Steps
• The general steps for georeferencing a raster
dataset are:
• Add the raster dataset that you want to align with
your projected data in ArcMap.
• Add control points that link known raster dataset
positions to known positions in map coordinates.
• Save the georeferencing information when you’re
satisfied with the alignment (also referred to as
registration).
• Optionally, permanently transform the raster
dataset.
Saving Georeferencing Results in ArcGIS
Update Georeferencing
– Adds world file only, which contains
transformation parameters for rasters
– Image file unchanged
Saving Georeferencing Results in ArcGIS
Rectify
– Rewrites image file
– Use if need to do spatial analysis on file, in
which case choose GRID as output type
– New square output cells created, so issue
arises how the raster values are assigned
from input to output cells since the source
will have been “warped”
– Can select appropriate re-sampling
technique
Rectify select the grid
values depending upon the
re-sampling technique
selected