- ↑
GGR278 Lecture 04
GGR278 Lecture 04 Raw
GGR278 Lecture 04 Flashcards
-
Completed Notes Status
- Completed insertions: 7
- Ambiguities left unresolved: none
-
Lecture Summary
- Central objective: To understand how locations are measured on Earth by progressing from simple spherical models to complex ellipsoidal models, datums, and map projections.
- Key concepts:
- Earth Ellipsoid: The Earth is an oblate spheroid, flattened at the poles due to rotation and gravity. This creates a semi-major axis (equator) and semi-minor axis (poles), which define the flattening parameter
. - Geocentric vs Geodetic Latitude: Geocentric latitude is measured relative to the exact centre of the Earth (used for small-scale maps
). Geodetic latitude is measured perpendicular to the ellipsoid surface (used for large-scale maps ). - Geodetic Datum: A mathematical model defining the origin and orientation of coordinates. Local datums (like NAD27) shift the ellipsoid centre to fit a specific region, while geocentric datums (like WGS84) align with the Earth's centre of mass. The Geoid represents the Earth's actual gravity field (approximate mean sea level).
- Geographic Coordinate System (GCS) vs Projected Coordinate System (PCS): A GCS references locations on a 3D surface using a datum, prime meridian, and angular units (degrees). A PCS projects the 3D GCS onto a 2D plane (e.g., Mercator, Gall-Peters), which inherently distorts at least one of: direction, angles, shapes, area, or distance.
- Earth Ellipsoid: The Earth is an oblate spheroid, flattened at the poles due to rotation and gravity. This creates a semi-major axis (equator) and semi-minor axis (poles), which define the flattening parameter
- Connections:
- The mathematical projections transforming 3D ellipsoids to 2D planes directly relate to linear algebra transformations covered in MAT223, and applying these projections effectively is a core component of GGR278 Lab 1.
-
TK Resolutions
- #tk: figure out how to do this (DMS to DD conversion)
- Answer: To convert Degrees, Minutes, Seconds (DMS) to Decimal Degrees (DD), use the formula:
. For example, .
- Answer: To convert Degrees, Minutes, Seconds (DMS) to Decimal Degrees (DD), use the formula:
- #tk: verify (Moving along a parallel at the pole is just rotation vs moving along the equator is much more distance)
- Answer: This is correct. Because parallels decrease in circumference towards the poles, the parallel exactly at
(the pole) has a circumference of zero. Moving along longitude at the pole simply rotates you in place, whereas moving along the equator covers approximately .
- Answer: This is correct. Because parallels decrease in circumference towards the poles, the parallel exactly at
- #tk: flashcards, differences between datum and GCS
- Answer: A datum is strictly the mathematical model of the Earth's shape and the origin point (e.g., WGS84, NAD27). A Geographic Coordinate System (GCS) is the complete reference framework that includes the datum, but also specifies the angular unit of measure (e.g., degrees) and the prime meridian (e.g., Greenwich).
- #tk: figure out how to do this (DMS to DD conversion)
-
Practice Questions
- Remember/Understand:
- What is the difference between a semi-major and semi-minor axis on an Earth ellipsoid?
- Define the Geoid and explain how it differs from a standard reference ellipsoid.
- What are the three required components of a Geographic Coordinate System (GCS)?
- Apply/Analyze:
- If you are creating a highly detailed map of the UTM campus (scale 1:10,000), should you use geocentric or geodetic latitude? Why?
- Convert the coordinate
into Decimal Degrees (DD).
- Evaluate/Create:
- Evaluate the choice of using NAD27 versus WGS84 for a modern global GPS application. Which is more appropriate and why?
- Remember/Understand:
-
Challenging Concepts
- Geocentric vs Geodetic Latitude:
- Why it's challenging: It is counter-intuitive that a single physical location can have two different latitude coordinates depending on whether the reference line is drawn to the Earth's centre or perpendicular to the surface.
- Study strategy: Draw an exaggerated oblate spheroid (an oval). Pick a point at
. Draw a line to the exact geometric centre (geocentric), and then draw a line perfectly perpendicular to the oval's curved surface (geodetic). Note how they hit the equatorial plane at different angles.
- Geodetic Datum vs Geographic Coordinate System (GCS):
- Why it's challenging: The terms are frequently (and incorrectly) used interchangeably in GIS software.
- Study strategy: Use an analogy. The datum is the "blank globe" (the shape and where it's anchored). The GCS is the "grid painted on the globe" (which requires the blank globe, plus a starting line like Greenwich, and a unit of measurement like degrees).
- Geocentric vs Geodetic Latitude:
-
Action Plan
- Immediate review actions:
- Practice and application:
- Deep dive study:
- Verification and integration:
- Immediate review actions: