Mapping

Coordinate Systems (WGS84 vs Web Mercator)

Understand the difference between geographic and projected coordinate systems, and why it matters for map accuracy.

Overview

Coordinate systems are mathematical frameworks that define how positions on Earth's surface are represented as numerical coordinates. The choice of coordinate system fundamentally affects map accuracy, distance calculations, and area measurements. Understanding the differences between geographic and projected coordinate systems—particularly WGS84 and Web Mercator—is essential for accurate spatial analysis and mapping.

Every map projection involves trade-offs between different types of accuracy (shape, area, distance, direction). The coordinate system you choose depends on your specific analytical needs, geographic extent, and the type of spatial relationships you want to preserve or measure.

Geographic vs Projected Coordinate Systems

Geographic Coordinate Systems

Geographic coordinate systems use angular measurements (latitude and longitude) to define positions on Earth's curved surface. These systems reference an ellipsoid—a mathematical approximation of Earth's shape—and use degrees, minutes, and seconds to specify locations.

Characteristics:

  • Use angular units (degrees, minutes, seconds)
  • Directly represent Earth's curved surface
  • No distortion of the underlying geographic relationships
  • Global coverage with consistent accuracy
  • Not suitable for accurate distance or area calculations

Key advantages:

  • Global Consistency: One system works everywhere on Earth
  • No Projection Distortion: Maintains the true angular relationships between points
  • Universal Understanding: Latitude and longitude are widely recognized
  • GPS Compatibility: Most GPS devices natively use geographic coordinates

Projected Coordinate Systems

Projected coordinate systems transform the curved Earth surface onto a flat plane using mathematical projections. They use linear units (meters, feet) and enable accurate measurements within their intended area of use.

Characteristics:

  • Use linear units (meters, feet, kilometers)
  • Transform curved Earth onto flat surface
  • Introduce systematic distortions in shape, area, distance, or direction
  • Optimized for specific geographic regions or purposes
  • Enable accurate linear measurements and calculations

Key advantages:

  • Linear Measurements: Direct calculation of distances and areas
  • Cartesian Mathematics: Standard geometric calculations apply
  • Mapping Convenience: Easier to create flat maps and perform spatial analysis
  • Regional Accuracy: Can be optimized for specific geographic areas

WGS84 Geographic Coordinate System

World Geodetic System 1984 (WGS84) is the most widely used geographic coordinate system globally. It serves as the reference system for GPS satellites and is the foundation for most modern mapping applications.

Technical Specifications:

  • Ellipsoid: WGS84 ellipsoid (semi-major axis: 6,378,137 meters)
  • Units: Decimal degrees
  • Origin: Intersection of equator and prime meridian (0°, 0°)
  • Coverage: Global
  • EPSG Code: 4326

Key Characteristics:

Global Standard: WGS84 is the international standard for geographic coordinates, ensuring consistency across different systems, countries, and applications.

GPS Foundation: All GPS satellites broadcast coordinates in WGS84, making it the natural choice for location-based services and navigation applications.

High Precision: Modern realizations of WGS84 provide centimeter-level accuracy for scientific and surveying applications.

Decimal Degree Format: Typically expressed as decimal degrees (e.g., 40.7589, -73.9851 for New York City), making it computer-friendly and easy to use in digital applications.

Best Used For:

  • Global datasets and applications
  • GPS data collection and navigation
  • Web mapping applications requiring global coverage
  • Data exchange between different systems
  • Scientific studies spanning multiple countries or continents

Web Mercator Projected Coordinate System

Web Mercator (officially called "WGS 84 / Pseudo-Mercator") is a projected coordinate system that has become the de facto standard for web mapping applications. It projects WGS84 coordinates onto a flat surface using a modified Mercator projection.

Technical Specifications:

  • Base Geographic System: WGS84
  • Projection: Mercator (spherical)
  • Units: Meters
  • False Easting/Northing: 0, 0
  • EPSG Code: 3857 (formerly 900913)

Key Characteristics:

Web Mapping Standard: Adopted by Google Maps, OpenStreetMap, Bing Maps, and most other web mapping platforms, ensuring consistent tile systems and seamless integration.

Spherical Approximation: Uses a sphere instead of the WGS84 ellipsoid for mathematical simplicity, introducing small but systematic errors in coordinates.

Conformal Projection: Preserves local shapes and angles, making it suitable for navigation and general reference mapping.

Extreme Polar Distortion: Areas near the poles are severely distorted, with Greenland appearing larger than Africa despite being much smaller in reality.

Linear Units: Uses meters, enabling direct distance calculations within small areas (though these become increasingly inaccurate at larger scales).

Best Used For:

  • Web mapping applications and tile services
  • Urban and regional mapping where polar regions are not relevant
  • Navigation applications requiring shape preservation
  • Interactive maps with zoom capabilities
  • Applications requiring integration with major web mapping platforms

Distortion and Accuracy Implications

Area Distortion

Web Mercator severely distorts areas, particularly at high latitudes. This distortion affects:

  • Statistical Analysis: Population density, land use calculations, and other area-based metrics become increasingly inaccurate toward the poles
  • Visual Perception: Users may misunderstand relative sizes of countries, continents, or other geographic features
  • Resource Planning: Area-based resource allocation or environmental planning requires careful consideration of distortion effects