GIS - Geographic Information System Map Projections and Datums Questions and Answers — Questions and Answers
Question 1: A GIS analyst in North America overlays two vector datasets of a county boundary. One dataset is referenced to the North American Datum of 1927 (NAD27) and the other is referenced to the North American Datum of 1983 (NAD83). The analyst observes a consistent spatial offset of approximately 40 meters between the two layers. What is the most appropriate step to resolve this discrepancy?
- Change the map projection of one layer to match the other.
- Perform a datum transformation on one of the datasets. (Correct answer)
- Adjust the linear units of one layer from feet to meters.
- Recalculate the feature geometry using a different spheroid model.
Correct answer: Perform a datum transformation on one of the datasets.
The observed consistent offset is a classic example of a 'datum shift'. NAD27 is a local datum with its origin at Meades Ranch, Kansas, while NAD83 is a geocentric datum centered on the Earth's center of mass. Due to these different reference frames, the same latitude and longitude coordinates will plot in different locations, often by tens of meters. The correct procedure is to use a specific datum transformation algorithm to convert the coordinates from one datum to the other, which correctly aligns the data. Changing the projection alone does not resolve the underlying datum difference.
Question 2: A demographer is creating a world map to visually compare the population density of different countries. To ensure that the graphical size of each country on the map is directly proportional to its actual land area, which type of map projection property is most critical?
- Conformal
- Azimuthal
- Equidistant
- Equal-area (Correct answer)
Correct answer: Equal-area
Equal-area projections, also known as equivalent projections, preserve the property of area. This means that any two areas on the map have the same proportional relationship as their real-world counterparts. This is essential for thematic maps where visual comparison of size is important, such as maps of population density or land use. Conformal projections preserve shape, equidistant projections preserve distance from certain points, and azimuthal projections preserve direction from a central point, but all of these will distort area.
Question 3: Which of the following statements most accurately describes the core difference between a Geographic Coordinate System (GCS) and a Projected Coordinate System (PCS)?
- A GCS defines locations on a 3D, curved model of the Earth using angular units (latitude/longitude), while a PCS represents locations on a flat, 2D surface using linear units (meters/feet). (Correct answer)
- A GCS uses linear units like meters and is best for analysis, while a PCS uses angular units like degrees and is best for data storage.
- A GCS is based on the WGS 1984 datum by default, while a PCS must be based on a local datum like NAD27.
- A GCS is inherently less accurate than a PCS because it does not account for the curvature of the Earth.
Correct answer: A GCS defines locations on a 3D, curved model of the Earth using angular units (latitude/longitude), while a PCS represents locations on a flat, 2D surface using linear units (meters/feet).
The fundamental distinction is the model of the Earth's surface and the units used. A Geographic Coordinate System (GCS) uses a three-dimensional spherical or ellipsoidal model to define locations with angular units, specifically latitude and longitude. A Projected Coordinate System (PCS) is created by applying a mathematical projection to a GCS, transforming the 3D coordinates onto a 2D planar surface with Cartesian (x,y) coordinates measured in linear units like meters or feet.
Question 4: An environmental agency is mapping a long, narrow river corridor that runs primarily north-to-south through a state. To minimize distortion for distance and shape measurements within this corridor, which map projection would be most suitable for their State Plane Coordinate System zone?
- Albers Equal Area Conic
- Lambert Conformal Conic
- Transverse Mercator (Correct answer)
- Azimuthal Equidistant
Correct answer: Transverse Mercator
The Transverse Mercator projection is created by orienting a cylinder tangent along a meridian of longitude, rather than the equator. This makes it ideal for mapping areas that have a greater north-south extent than east-west. For this reason, it is the projection commonly used in the State Plane Coordinate System for states or zones that are taller than they are wide. In contrast, the Lambert Conformal Conic is used for zones with a greater east-west extent.
Question 5: Which of the following best defines a horizontal datum?
- A mathematical formula used to convert 3D coordinates to a 2D plane.
- A collection of survey monuments that define a vertical elevation surface.
- A reference framework consisting of an ellipsoid, its orientation, and an origin point, which defines the size and shape of the Earth for mapping purposes. (Correct answer)
- A system of grid lines, including a central meridian and standard parallels, used to establish x,y coordinates.
Correct answer: A reference framework consisting of an ellipsoid, its orientation, and an origin point, which defines the size and shape of the Earth for mapping purposes.
A horizontal datum is a fundamental reference framework for defining horizontal positions (latitude and longitude). It consists of three main components: a mathematical model of the Earth's shape (an ellipsoid or spheroid), the orientation of that model relative to the Earth (its position and rotation), and an origin or initial point that ties the model to a physical location on the Earth. This framework is the basis upon which all coordinate measurements are made.
Question 6: A cartographer is creating a nautical chart where preserving the accuracy of local angles and shapes is the highest priority, ensuring that a straight line drawn on the map represents a line of constant bearing (a rhumb line). This type of projection, which prioritizes angle preservation, is known as:
- Equivalent
- Conformal (Correct answer)
- Equidistant
- Gnomonic
Correct answer: Conformal
A conformal map projection is one that preserves angles locally, meaning that the shape of very small areas is maintained correctly. A key property of conformal projections is that meridians and parallels intersect at 90-degree angles, and at any given point, the scale is the same in all directions. This makes them ideal for navigational purposes where maintaining accurate bearings and shapes is critical. The Mercator projection is a famous example of a conformal projection.
A GIS analyst in North America overlays two vector datasets of a county boundary.
One dataset is referenced to the North American Datum of 1927 (NAD27) and the other is referenced to the North American Datum of 1983 (NAD83).
The analyst observes a consistent spatial offset of approximately 40 meters between the two layers.
What is the most appropriate step to resolve this discrepancy?