The great-circle distance is the shortest possible distance between any two points on the surface of a sphere, such as the Earth. It follows the arc of a great circle, which is the intersection of the sphere with a plane that passes through its centre. For two locations on the Earth's surface, the great-circle distance is the true straight-line distance, often computed using the Haversine formula. This concept underpins many distance tools, including those that show a direct line between postcodes on a map.
Great-circle Distance in Geography and the UK Postcode System
In geography, the great-circle distance is a fundamental principle of geodesy, the science of measuring the Earth. It is used for navigation, mapping, and spatial analysis. Within the UK postcode system, geographic coordinates such as latitude and longitude are assigned to postcode centroids. These centroids represent the approximate centre of each postcode unit, and the great-circle distance between two centroids gives the most accurate spherical distance between those postcodes. This is distinct from the Euclidean distance calculated on a flat map projection, which can be distorted, especially over longer distances.
The UK's Ordnance Survey uses the National Grid, a planar coordinate system, for most local mapping. However, for distances that span large areas or cross the entire country, the great-circle distance is more appropriate because it accounts for the Earth's curvature. When you use an online tool to measure the straight-line distance between two postcodes, it almost certainly applies the great-circle method, often using the WGS84 ellipsoid as a reference model rather than a perfect sphere, for even greater accuracy.
How Great-circle Distance Relates to Postcodes Specifically
Each UK postcode has a grid reference (easting and northing) and a latitude/longitude pair. The great-circle distance is calculated from the latitude and longitude. For example, the distance between a postcode in London and one in Edinburgh is not a straight line on a map projection, but the great-circle path is the shortest route in three-dimensional space. This is vital for applications like airline ticket pricing, radio transmission range, or any service that needs the actual spherical distance rather than a road distance.
Postcode data files often include the easting and northing, but for true spherical distance you must convert to geographic coordinates. Many programming libraries and GIS tools have built-in functions for this. The result is given in kilometres or miles. It is important to note that great-circle distances are always shorter than road distances and are not suitable for driving directions; they are purely for straight-line, as-the-crow-flies calculations.
Why Great-circle Distance Matters for Area Research
For someone researching an area, understanding great-circle distance is crucial when analysing proximity. For instance, if you are looking at house prices and want to know how far properties are from a train station or a school, the great-circle distance gives a consistent, objective measure. It is also used in catchment area analysis, where you might draw a radius around a point and count all postcodes within that distance. Because the Earth is curved, a radius on a flat map can be inaccurate over tens of kilometres, but a great-circle radius is correct.
Additionally, for businesses planning delivery zones or for emergency services determining response times, the great-circle distance provides a baseline. Researchers studying regional patterns, such as the spread of a disease or the coverage of a mobile phone mast, rely on this metric. It allows for fair comparison across different parts of the UK, regardless of map projection. In summary, the great-circle distance is the standard for any analysis that requires the true, shortest path between two places on the Earth's surface, making it an indispensable tool for anyone working with postcode geography.



