Skip to main content

Ellipsoid and Geoid


In GIS and geodesy, the ellipsoid and geoid are fundamental models used to approximate the shape of the Earth. They serve as reference surfaces for geographic coordinate systems, positioning, and elevation measurements.


1. Ellipsoid (Spheroid)

An ellipsoid (or spheroid) is a mathematically defined smooth surface that approximates the Earth's shape. It is formed by rotating an ellipse around its minor axis, making the Earth slightly flattened at the poles and bulging at the equator.

  • Semi-Major Axis (a): The longest radius, measured along the equatorial plane.
  • Semi-Minor Axis (b): The shortest radius, measured from the center to the poles.
  • Flattening (f): The measure of how much the ellipsoid is compressed at the poles. Calculated as: f=a−baf = \frac{a - b}{a}
  • Reference Ellipsoid: A specific mathematical model used in geodetic calculations.

Examples of Ellipsoids

  1. WGS84 (World Geodetic System 1984) – Used globally, including for GPS.
  2. GRS80 (Geodetic Reference System 1980) – Used in North America.
  3. Clarke 1866 – Older model used in North American mapping.

Practical Use Cases

  • GPS and Google Maps use the WGS84 ellipsoid for positioning.
  • GIS software relies on ellipsoidal coordinates to ensure accurate mapping.

2. Geoid

A geoid is a model of the Earth's shape based on gravity measurements. It represents the mean sea level (MSL) extended under landmasses, showing where gravity is constant. Unlike the smooth ellipsoid, the geoid has an irregular shape due to variations in Earth's gravity.

  • Geoidal Height (N): The difference between the geoid and the reference ellipsoid at any location. N=h−HN = h - H Where:
    • h = Ellipsoidal height (from GPS)
    • H = Orthometric height (real elevation above the geoid)
    • N = Geoid undulation (difference between ellipsoid and geoid)

Examples of Geoid Models

  1. EGM96 (Earth Gravitational Model 1996) – Used globally for precise height measurements.
  2. EGM2008 – A more refined version for better accuracy.
  3. NAVD88 (North American Vertical Datum 1988) – Used in the United States for elevation data.

Practical Use Cases

  • Flood risk mapping requires geoid-based elevations (orthometric heights).
  • Satellite altimetry uses geoid models to measure sea level changes.
  • Surveying and engineering projects use geoid corrections for precise elevation data.

3. Comparison

FeatureEllipsoidGeoid
DefinitionA mathematically perfect surface approximating Earth's shape.A physical model based on Earth's gravity field.
Surface TypeSmooth and regular.Irregular, follows mean sea level.
Used ForDefining latitude, longitude, and ellipsoidal heights.Defining mean sea level and orthometric heights.
Reference ModelsWGS84, GRS80, Clarke 1866.EGM96, EGM2008, NAVD88.
Key ApplicationGPS navigation, cartography.Elevation modeling, sea level studies.

4. Importance in GIS 

  1. Accurate Positioning: GPS provides ellipsoidal height, but real-world applications require geoid-based heights.
  2. Elevation Corrections: Engineers and surveyors use geoid models to adjust GPS height data.
  3. Map Projections: Selecting the right reference ellipsoid ensures accurate geographic data representation.
  • The ellipsoid is a smooth, mathematical model used for latitude/longitude measurements.
  • The geoid is a gravity-based, irregular surface that represents mean sea level.
  • GIS applications often convert ellipsoidal heights (from GPS) to orthometric heights (using geoid models) for real-world accuracy.

Comments

Popular posts from this blog

How to find drugs against the Corona. Covid 19

FOR SCIENTISTS (and others interested): How to find drugs against the coronavirus: First clues on how we can beat COVID-19. This shows the many ways we can interfere with its replication cycle by repurposing existing drugs - summarized in today's Science journal. LINK TO ARTICLE:  https://science.sciencemag.org/content/367/6485/1412 .... Vineesh V Assistant Professor of Geography, Directorate of Education, Government of Kerala. https://g.page/vineeshvc

Disaster Management

1. Disaster Risk Analysis → Disaster Risk Reduction → Disaster Management Cycle Disaster Risk Analysis is the first step in managing disasters. It involves assessing potential hazards, identifying vulnerable populations, and estimating possible impacts. Once risks are identified, Disaster Risk Reduction (DRR) strategies come into play. DRR aims to reduce risk and enhance resilience through planning, infrastructure development, and policy enforcement. The Disaster Management Cycle then ensures a structured approach by dividing actions into pre-disaster, during-disaster, and post-disaster phases . Example Connection: Imagine a coastal city prone to cyclones: Risk Analysis identifies low-lying areas and weak infrastructure. Risk Reduction includes building seawalls, enforcing strict building codes, and training residents for emergency situations. The Disaster Management Cycle ensures ongoing preparedness, immediate response during a cyclone, and long-term recovery afterw...

History of GIS

The history of Geographic Information Systems (GIS) is rooted in early efforts to understand spatial relationships and patterns, long before the advent of digital computers. While modern GIS emerged in the mid-20th century with advances in computing, its conceptual foundations lie in cartography, spatial analysis, and thematic mapping. Early Roots of Spatial Analysis (Pre-1960s) One of the earliest documented applications of spatial analysis dates back to  1832 , when  Charles Picquet , a French geographer and cartographer, produced a cholera mortality map of Paris. In his report  Rapport sur la marche et les effets du cholĂ©ra dans Paris et le dĂ©partement de la Seine , Picquet used graduated color shading to represent cholera deaths per 1,000 inhabitants across 48 districts. This work is widely regarded as an early example of choropleth mapping and thematic cartography applied to epidemiology. A landmark moment in the history of spatial analysis occurred in  1854 , when  John Snow  inv...

GIS data continuous discrete ordinal interval ratio

In Geographic Information Systems (GIS) , data is categorized based on its nature (discrete or continuous) and its measurement scale (nominal, ordinal, interval, or ratio). These distinctions influence how the data is collected, analyzed, and visualized. Let's break down these categories with concepts, terminologies, and examples: 1. Discrete Data Discrete data is obtained by counting distinct items or entities. Values are finite and cannot be infinitely subdivided. Characteristics : Represent distinct objects or occurrences. Commonly represented as vector data (points, lines, polygons). Values within a range are whole numbers or categories. Examples : Number of People : Counting individuals on a train or in a hospital. Building Types : Categorizing buildings as residential, commercial, or industrial. Tree Count : Number of trees in a specific area. 2. Continuous Data Continuous data is obtained by measuring phenomena that can take any value within a range...

Geographic phenomena fields objects boundaries.

In geography, geographic phenomena refer to features or processes that can be observed and studied on Earth's surface. These phenomena can be classified into three main categories: fields , objects , and boundaries . Each category has distinct characteristics, representations, and applications in Geographic Information Systems (GIS). 1. Fields A field represents continuous, spatially varying data where a value is present at every location within the study area. It describes conditions that exist across a geographic area. Characteristics : Continuity : Fields have no discrete boundaries; the data is continuous. Gradual Variability : The values of a field change gradually across space. Representation : Typically modeled using raster data in GIS, where a grid structure assigns a value (e.g., temperature or elevation) to each cell. Examples : Temperature Map : Shows temperature variation across a region. Rainfall Distribution : Displays rainfall levels over a large g...