How Are Latitude And Longitude Measured? | Degrees Explained

They’re angular coordinates: latitude is measured north/south of the equator, longitude east/west of the prime meridian.

Tap a spot in a map app and you’ll see two numbers that act like a universal location tag. One tells you how far north or south you are. The other tells you how far east or west you are around the globe. Those numbers work because Earth is treated like a measured shape with consistent reference lines.

Latitude and longitude are not miles or kilometers. They’re angles, written in degrees. Once that clicks, the formats and the “negative signs” make a lot more sense.

What Latitude And Longitude Represent On Earth

Latitude is the angle from the equator toward the poles. It runs from 0° at the equator to 90° at the North Pole and 90° at the South Pole.

Longitude is the angle around Earth measured from a chosen zero line called the prime meridian. It runs from 0° to 180° east and 180° west, meeting at the antimeridian on the far side of the globe.

Together, latitude and longitude act like an address system for a point on Earth’s surface. Add height and you get a 3D location.

Why These Measurements Use Degrees

A degree is a slice of a full circle (360°). Since Earth is round-ish, angles give a clean way to describe location without picking a ground unit that behaves differently across the globe.

One degree of longitude is widest at the equator and shrinks as you move toward the poles because lines of longitude meet there. Latitude behaves more evenly because lines of latitude stay parallel, though Earth’s shape still causes small differences in exact ground distance per degree.

How Coordinates Are Written In Real Life

You’ll see latitude and longitude in a couple common formats. They point to the same place when converted correctly.

Decimal Degrees

This is the common map-app style: 37.7749, -122.4194. More digits after the decimal means a tighter point.

Negative latitude usually means south of the equator. Negative longitude usually means west of the prime meridian. Some systems use N/S/E/W letters instead of negative signs, so check the format before you paste coordinates into a tool.

Degrees, Minutes, Seconds

This breaks a degree into smaller pieces: 1 degree = 60 minutes, and 1 minute = 60 seconds. You might see 37° 46′ 29″ N, 122° 25′ 10″ W.

It’s common in navigation, older maps, and some datasets. Many official tools accept both decimal degrees and degrees-minutes-seconds inputs.

How Are Latitude And Longitude Measured? Degrees, Minutes, Seconds, And Datums

This question often bundles two ideas: how the numbers are written, and how a device or survey team decides what the numbers should be.

Writing is the easy part (decimal degrees or degrees-minutes-seconds). Deciding the values depends on a reference system called a datum or reference frame. The datum defines the reference surface (an ellipsoid model of Earth) and how coordinates tie to the real planet.

If two sources use different datums, the same physical point can show slightly different latitude and longitude values. That’s normal.

How Latitude Is Measured In Practice

Latitude starts with the equator as the baseline. Conceptually, it’s the angle between the equatorial plane and the direction to your point from the center of Earth’s model.

On a map, lines of latitude run east–west. Move north and the number increases. Move south and it decreases.

For a quick mental check, one degree of latitude is close to 111 km. For precise work, software computes distance using the chosen datum and the latitude.

How Longitude Is Measured In Practice

Longitude starts with a chosen zero line, the prime meridian. From that meridian, longitude is measured east or west as an angle around the Earth model, reaching 180° at the opposite side of the globe.

Because longitude lines meet at the poles, one degree of longitude covers a wide arc near the equator and a short arc near the poles. That’s why degrees don’t behave like a fixed-distance grid.

How GPS And Phones Turn Signals Into Latitude And Longitude

Your phone computes position by measuring time. GPS satellites broadcast time-stamped signals. Your receiver compares arrival times from several satellites, then solves for its position and clock offset.

That position is first solved in an Earth-centered coordinate system (often described as X, Y, Z). Software then converts it into latitude, longitude, and height on a chosen datum. Most consumer GPS outputs align with WGS 84.

Small jumps happen because satellite geometry changes, signals bounce, and the atmosphere delays radio waves. So coordinate readouts can wobble while you stand still.

What A Datum Is And Why It Changes Coordinates

A geodetic datum or reference frame is an abstract coordinate system tied to a reference surface used for mapping and surveying. NOAA’s explanation of Datums and Reference Frames lays out why datums are the base layer for consistent mapping.

In plain terms, a datum is the rulebook for where “zero” is, what shape Earth is assumed to have, and how that model is anchored. Change the rulebook, and the coordinate numbers can shift.

Common Coordinate Formats And When Each Fits

Most coordinate mistakes come from mixing formats or dropping hemisphere signs. This quick table helps you match what you see to what a tool expects.

Format Or Setting What You’ll See Where It Shows Up
Decimal Degrees (DD) 37.7749, -122.4194 Map apps, GIS exports
Degrees Minutes Seconds (DMS) 37° 46′ 29″ N Navigation, older charts
Degrees Decimal Minutes (DDM) 37° 46.483′ N Handheld GPS settings
Signed Vs. Cardinal -122.4194 vs 122.4194 W Apps differ; copy/paste risk
Datum Label WGS84, NAD83, local survey datum Survey records, GIS layers
Value Order Lat, Lon vs Lon, Lat APIs, spreadsheets
Rounding 37.775 vs 37.774900 Texts, notes, paper forms
Height Reference Ellipsoid height vs elevation GNSS devices, engineering

Easy Checks Before You Share Coordinates

  • Signs or letters: West longitudes are often negative in decimal format. South latitudes are often negative.
  • Order: Many tools expect latitude first, but some use longitude first.
  • Datum: If a dataset names a datum, match it when you convert or compare.
  • Precision: Don’t send more digits than your measurement can justify.

Turning Degrees Into Ground Distance

Sometimes you don’t just want a point—you want to know how far apart two points are. Since latitude and longitude are angles, distance comes from geometry on the Earth model.

As a rule of thumb, one degree of latitude is close to 111 km. Longitude depends on latitude: near the equator, one degree of longitude is close to 111 km too, then it shrinks as you move toward the poles.

If you need a rough estimate for short distances, you can treat small changes in latitude and longitude like legs of a right triangle: convert each change to kilometers (with the latitude adjustment for longitude), then use the Pythagorean idea. For longer routes, use a geodesic distance tool that accounts for Earth’s curvature and the datum.

Datum Names You’ll Run Into And What They Mean

Most phones and web maps use WGS 84-style coordinates. Many U.S. government layers and survey records use NAD 83 or a related update. Other countries have their own national datums.

If a file says “EPSG:4326,” it usually means geographic coordinates on WGS 84 with degrees as the unit. If you see a local EPSG code, it can still store latitude and longitude, but tied to a different datum.

When you compare a GPS reading to a survey document, datum mismatch is a common reason the numbers don’t line up. If you’re working with official land records, follow the datum named in that record.

Converting Between DMS And Decimal Degrees

Convert minutes and seconds into a fraction of a degree:

Decimal Degrees = Degrees + (Minutes ÷ 60) + (Seconds ÷ 3600)

Then apply the correct sign or hemisphere letter. If your source uses W or S, treat that value as negative in signed decimal format.

NOAA’s Latitude-Longitude-Height Service lists accepted input patterns for both decimal degrees and DMS, which helps when you need to validate a coordinate string.

Common Slips That Put The Pin In The Wrong Place

These are the classic ways coordinates go sideways.

Slip What It Does Fast Fix
Missing minus sign Sends a point across the prime meridian or equator Add W/S or use negative signs
Mixing DMS and decimal Moves the point far away Convert formats before pasting
Swapping lat and lon Can land you in a different region Use (lat, lon) unless a tool says otherwise
Wrong datum Shifts the point by meters to tens of meters Match the datum used by the map or dataset
Rounding too early Loses precision Keep full precision until the final output
Messy separators Breaks imports Stick to one clean format per workflow

Reading A Coordinate At A Glance

You can sanity-check coordinates with a few quick cues. Latitudes near 0° sit near the equator. Latitudes above 60° land in far northern or southern regions. Longitudes near 0° sit near Greenwich. Longitudes around 100° W point toward central North America, and longitudes around 120° E point toward East Asia.

Also watch the number of digits. Two decimals in decimal degrees is a broad area. Five or six decimals pins down a spot on a map, but only if the measurement source is strong. If you’re standing under trees or next to tall buildings, expect some drift even when the digits look precise.

A Quick Practice Exercise That Builds Intuition

  1. Pick a place you know and copy its decimal-degree coordinates.
  2. Convert each value into degrees-minutes-seconds using the formula above.
  3. Flip one sign on purpose and see where the wrong point lands.

After that, coordinates stop feeling like random digits. You start reading them as a clear, repeatable way to describe location on Earth.

References & Sources