GIS

Coordinate System

A framework for defining locations on the earth's surface using numbers. Common systems include geographic (lat/lon), UTM, and state plane.

Detailed Definition

A coordinate system is a mathematical framework that defines how locations on the Earth's surface are described using numbers (coordinates). Choosing the correct coordinate system is critical for accurate spatial analysis and data integration.

Types of coordinate systems

Geographic Coordinate System (GCS): - Uses latitude and longitude (angular measurements) - Coordinates expressed in degrees, minutes, seconds or decimal degrees - Based on an ellipsoid model of the Earth (e.g., WGS84, NAD83) - Latitude: north-south position (-90 to +90 degrees) - Longitude: east-west position (-180 to +180 degrees) - Not suitable for area or distance calculations without projection

Projected Coordinate System (PCS): - Transforms spherical coordinates onto a flat surface - Uses linear units (meters, feet) - Enables accurate area, distance, and direction calculations - Introduces distortion (all projections distort something)

  • UTM (Universal Transverse Mercator): Divides Earth into 60 zones, each 6 degrees wide; commonly used for mining
  • State Plane: US coordinate system optimized for individual states or zones; used in surveying and engineering
  • Web Mercator (EPSG:3857): Used by Google Maps, Bing, and most web mapping applications
  • NAD83 (North American Datum 1983): Standard horizontal datum for North America
  • WGS84 (World Geodetic System 1984): Global datum used by GPS
  • NAD27 (North American Datum 1927): Historical datum (data should be converted to NAD83)

Importance in mining: - Mining claims, PLSS, and BLM data use NAD83 - GPS devices typically record in WGS84 - Mismatched coordinate systems cause features to appear in the wrong location - Always verify the coordinate system when integrating data from multiple sources