WORKSHOP & LECTURE

Georeferencing

March 5, 2026 | Classroom & CDF

Sessions

10:00 - 12:00

Georeferencing Lecture

Aligning geographic data to a known coordinate system using Ground Control Points (GCPs).

Watch Video
15:00 - 16:00

Georeferencing Workshop

Practical session on rectified images, GCP placement, and RMS error analysis in QGIS.

πŸ“š Required Readings

Coordinate Reference Systems

Understanding datums, projections, and CRS transformations.

πŸ“– GIS eBook - Chapter 7
Georeferencing Techniques

Ground control points, transformation methods, and accuracy assessment.

πŸ“– GIS eBook - Chapter 8

πŸ“ Key Concepts for the Exam

Coordinate Reference Systems (CRS)

A CRS defines how 2D map coordinates relate to real locations on the Earth. Every spatial project must declare its CRS. Mismatched CRS between layers is the most common source of spatial error.

Geographic CRS (GCS)

Lat/Lon in degrees on an ellipsoid. Standard: WGS 84 (EPSG:4326), used by GPS.

Projected CRS (PCS)

Flat surface with units in meters. Example: UTM Zone 32N (EPSG:32632) for Strasbourg.

Georeferencing Essentials
  • Datum: A mathematical model of the Earth's shape (ellipsoid + reference point). WGS 84 is the global standard; local datums (e.g., ED50) may shift positions by tens of meters.
  • Projection: The method for flattening 3D coordinates onto a 2D map. All projections distort either area, shape, distance, or direction.
  • Ground Control Points (GCPs): Known locations used to anchor raster imagery. More GCPs (well-distributed) yield lower RMS error.
  • RMS Error: Root Mean Square Error measures the average residual after transformation. Target: less than 1 pixel for precise work.
  • On-the-Fly (OTF) Projection: GIS software temporarily reprojects layers for visual overlay without permanently altering coordinates.

πŸŽ“ Module 3 Knowledge Check

1. What does a high RMS Error indicate during georeferencing?

The image has a very high resolution.
The transformation model does not fit the Ground Control Points well.
The coordinate system is correct.

2. Which resampling method is best for categorical data (like land use) to avoid creating new classes?

Nearest Neighbor
Bilinear Interpolation
Cubic Convolution