Reprojection, Georeferencing, Control Points and Transformation Flashcards
Georeferencing
Georeferencing is to establish a relationship between page coordinates on a planar map and known real-world coordinates.
Or other way is the act of assigning geographic locations to features of the spatial data that do not have any real world coordinates.
Geometric Transformation
The process of converting a digitalized map, satellite image or aerial photograph from one coordinate system to another by using a set of control points and a transformation equation.
Georeferencing and transformation are often subsequent process of making data useable in GIS
GIS software package usually provide these methods.
Affine transformation method is most commonly use..
Transformation involves
Scaling, rotation, translation, and skew a dataset to a given set of geographic or projected coordinates.
Step 1: Updates the control points to real-world coordinates.
Step 2: Uses the control points to run a transformation.
Step 3: Creates the output by applying the transformation equations to the input features.
Good Control Points
Select the features clearly and neatly visible on the source map/satellite image.
Road Intersections and Pointed landmarks.
The real-world coordinates are known:
May be available from existing source.
Acquire from an authentic map or GPS survey.
Transformation Methods
Many mathematical modes (equations)
Each method distinguished by the geometric properties it can preserve and the changes it allows.
The changes could be: change of position and directly, change of scale, and changes in shape and size.
Commonly used:
- Equiarea
- Transformation allows rotation and preserves shape and size. - Similarity
- Transformation allows rotation and preserves shape but not size. - Affine
- Transformation allows angular distortion but preserves parallelism. - Projective
- Transformation allows both angular and length distortion. So a rectangle to be transformed into an irregular quadrilateral.
The Process of Transforming All Of Your Datums TO Match One Measurement System Is Called:
Reprojection.
Georeferencing Is The Process Of Aligning An Unreferenced Data Set With One That Has Spatial References Information
True
The Common Areas That Tie Unreferenced Data to Spatially Referenced Data Are Called
Control Points
Resampling of Pixel Values
Result of geometric transformation of a image is a new image based on a given coordinate system.
New image has no pixel values. These must be filled through resampling.
Resampling refers to filling of each pixel of new image with a value derived from original image.
Various methods exist.
Three Common Resampling Methods
- Nearest neighbor resampling: fills each pixel of the new image with the nearest pixel value from the original image.
- Bilinear interpolation method: Uses the average of the four nearest pixel values from the three linear interpolations.
- Cubic Convolution: Uses the average of the 16 nearest pixel values from five cubic polynomial interpolations.
Affine Transformation
The equations used in Affine Transmissions are:
X= Ax + By + C
Y = Dx + Ey + F
X, Y are input coordinates and X, Y are output coordinates.
Coefficient C represents translation in the X direction, and coefficient F the translation in the Y direction.
Coefficients A, B, S, and E are related to rotation, skew, and scaling.
Allows rotation, translation, skew, differential scaling while preserving line parallelism.
Affine Transformation Properties
The equations requires at least three known points to estimate its six coefficients.
The known points are also knows as tics/ground control points (GCPs)
At least four known points are commonly used for reducing problems with measurement errors and to allow for a least-squares solution.
From the Root Mean Square (RMS) error value is the indicator for the goodness of control points that derives from the least-square equation.
Polynomial Order In Transformations
- 1st Order Polynomial.
- 2nd order polynomial.
- 3rd Order Polynomial.
1st Order Polynomial
Requires a minimum of 3 displacement links, but should have more even though 3 gives RMSE=0!.
Is a homogenous transformation: only shifts origin, scales and rotates.
Straight lines will be preserved.
2nd Order Polynomial
Requires 6 points (displacement links) minimum.
Is a differential transformation so its “warps” the raster.
Straightlines on raster may no longer be straight.