Oil & Gas · Analysis
What coordinate systems and projections are used in energy GIS?
Energy GIS relies primarily on geographic coordinate systems like WGS84 and projected systems like UTM and State Plane to accurately locate wells, pipelines, and infrastructure on maps.
Energy companies rely on a mix of geographic and projected coordinate systems to map wells, pipelines, seismic surveys, and other infrastructure, with WGS84 (used by GPS), UTM, State Plane, and NAD83 among the most common. Most geographic information systems (GIS) and GIS libraries use EPSG codes as Spatial Reference System Identifiers for identifying coordinate reference systems, projections, and performing transformations between these systems. Choosing the right system matters because sub-optimal selections of projected coordinate systems can cause inaccurate measurements of shape, area, distance, and direction, and inconsistent map projections may lead to drilling operations being carried out several hundred meters from a desired location.
Key Points
- Energy GIS uses two broad categories of coordinate systems: geographic (latitude/longitude, spans the globe) and projected (flattened, localized, uses linear units like meters or feet).
- WGS84 is the reference system behind GPS and is the de facto global standard for satellite imagery and most modern GIS datasets.
- UTM and State Plane are the most common projected systems used to convert curved-earth coordinates into flat, measurable map grids for engineering work.
- The EPSG code registry, which assigns a unique numeric identifier to every coordinate system, traces its origins to the oil and gas sector itself.
- Mismatched coordinate systems are a real and costly operational risk in the energy industry, not just a theoretical concern.
Understanding Coordinate Systems and Projections in Energy GIS
A coordinate system in GIS is the mathematical framework that defines where a feature sits on the Earth's surface. The two common types of coordinate systems used in GIS are a global or spherical coordinate system such as latitude-longitude, often referred to as a geographic coordinate system, and a projected coordinate system. Geographic coordinate systems locate points using angular measurements, while projected systems convert those angular positions into flat, linear coordinates that are easier to measure and work with.
The distinction matters a great deal in energy work. Geographic coordinate systems span the entire globe, using latitude and longitude, while projected coordinate systems are localized to minimize visual distortion in a particular region, such as UTM or State Plane. Because latitude and longitude locations are not measured using uniform units and are not ideal for measuring distance, projected coordinate systems were developed specifically to support the kind of precise distance, area, and directional calculations that pipeline routing, well spacing, and land-lease mapping require.
Within projected systems, the Universal Transverse Mercator (UTM) system is especially common in energy applications. UTM is a map projection system that allows any latitude/longitude location on Earth to be transformed into an easting/northing location on a flat Cartesian plane. The UTM coordinate system divides the world into sixty north-south zones, each six degrees of longitude wide, and each zone has a central meridian, with the easting value set to 500,000 meters at that meridian and the northing value set to zero meters at the equator for the northern hemisphere. Because UTM is a projection method rather than a datum, it can be used with any datum and doesn't give consistent results across datums, meaning the datum must always be specified alongside it — which is why professionals refer to systems like "WGS84 UTM Zone 14N" rather than "UTM" alone.
How It Works
Energy GIS professionals move data between coordinate systems constantly — from field GPS units, to design software, to regulatory submissions — and each step depends on correctly identifying and converting between reference systems.
- Establish the datum: A datum anchors the coordinate system to a physical model of the Earth. WGS84 (World Geodetic System 1984) is a reference coordinate system measured in meters and serves as the backbone of GPS positioning. In the United States, NAD83 (North American Datum 1983) is used for US government mapping and surveying, and is nearly identical to WGS84 for most practical purposes, with differences typically under one meter for US locations. Older data may still reference NAD27, an earlier datum still found in legacy records; notably, NAD27 remains the legal reference system for oil and gas activities on Canada Lands.
- Select the appropriate projection: Once the datum is set, a projection is applied to render the curved Earth on a flat plane. For localized engineering work — such as routing a pipeline or platting a well pad — UTM or a local State Plane zone is typical. For areas of interest that span more than one UTM zone, data can be delivered in a specified single zone or in the State Plane coordinate system for US-based projects requiring alignment with local government datasets. State Plane itself has a narrower, more specialized role today: currently, the State Plane Coordinate System is mostly used for land surveying and specialized local mapping.
- Assign an EPSG code and verify metadata: Every coordinate system used in modern GIS software is tagged with a standardized numeric identifier. The EPSG Geodetic Parameter Dataset is a public registry of geodetic datums, coordinate reference systems, Earth ellipsoids, and coordinate transformations, originated by a member of the European Petroleum Survey Group in 1985. The dataset is now maintained by the IOGP Geomatics Committee — meaning the oil and gas industry itself built and still helps maintain the reference system used across nearly all GIS platforms worldwide.
- Transform or reproject as needed: When combining datasets built on different systems — say, GPS field survey points and a legacy State Plane engineering drawing — GIS software performs a mathematical transformation to align them. Converting between different coordinate systems, such as latitude/longitude, state plane coordinates, or local survey grids, and UTM involves using appropriate transformation parameters and software to ensure accuracy.
Why It Matters
Getting coordinate systems wrong isn't a cosmetic error — it produces physical, financial, and legal consequences. Industry guidance warns that a mixing of differently referenced data poses a serious physical, regulatory and fiscal risk for companies that exchange technical data. A widely cited field example illustrates the stakes: when a design team used one datum while a field construction crew used another, the resulting offset caused the pipeline to encroach on an adjacent landowner's property, halting construction for three weeks and generating significant legal costs.
The problem is compounded by sheer complexity. GIS software supports thousands of possible coordinate systems, and due to a lack of knowledgeable personnel or other resources, oil and gas companies typically use only a small percentage of the more than 2,500 projected coordinate systems available — sometimes fewer than twenty. That narrowing is generally sensible, since most operations happen within a limited number of regions, but it places a premium on rigorous coordinate system management: documenting which datum and projection every dataset uses, validating field equipment settings before construction, and reprojecting deliberately rather than assuming compatibility. As offshore leasing, pipeline networks, and renewable energy siting all increasingly rely on shared, cross-company GIS data, consistent coordinate referencing has become foundational infrastructure in its own right.
Related Terms
- Datum: A mathematical model defining the size, shape, and orientation of the Earth used as the reference for a coordinate system, such as WGS84 or NAD83.
- EPSG code: A standardized numeric identifier for a specific coordinate reference system or transformation, drawn from the EPSG Geodetic Parameter Dataset.
- Geographic Coordinate System (GCS): A reference framework using latitude and longitude, expressed in angular units, to locate features on a spherical model of the Earth.
- Projected Coordinate System (PCS): A flat, planar coordinate system derived from a geographic coordinate system through a map projection, typically using linear units like meters or feet.
- UTM (Universal Transverse Mercator): A projected coordinate system that divides the globe into sixty longitudinal zones to enable precise, localized flat-plane mapping.
- State Plane Coordinate System (SPCS): A projected coordinate system, divided into zones by U.S. state, used mainly for land surveying and local mapping.
Frequently Asked Questions
What's the difference between a geographic and a projected coordinate system?
A geographic coordinate system defines locations using angular latitude and longitude on a curved model of the Earth, while a projected coordinate system is a 2D reference system that uses Cartesian coordinates to represent the location of a point on a two-dimensional surface, created by projecting the 3D geographic system onto a flat plane. Energy GIS uses geographic systems for global referencing and projected systems for precise local measurement and engineering.
Why do oil and gas companies use so many different coordinate systems?
Different regions, regulatory bodies, and legacy datasets were built on different standards over time. Many local entities maintain data in a State Plane projection, while most other data are referenced to either the older NAD27 datum or the newer NAD83, and offshore leasing has its own conventions — for example, an older Gulf of Mexico leasing map format was based on Texas or Louisiana State Plane mapping projections. GIS professionals must track and reconcile these differences whenever datasets are combined.
Who maintains the EPSG code system used in energy GIS?
In 2005, the International Association of Oil & Gas Producers (IOGP) absorbed the European Petroleum Survey Group into its structure as the IOGP Geomatics Committee, which continues to manage the registry today.
Last updated: August 31, 2026. For the latest energy news and analysis, visit stakeandpaper.com.