GeoDataViewer
Menu
Launch Studio
Theme

Geographic Center Finder

Quick answer: Click several points on the map to find their geographic centre — the mean position calculated on the sphere rather than on a flat map.

How to use geographic center finder

  1. Choose a country or US state to use its actual boundary polygons.
  2. Alternatively, add several places or map points; each added place has equal weight. Undo removes the last point.
  3. Read the center coordinate and area for a region, then export the result or continue in a GIS workflow.

Worked example

Input
Equal-weight points at 0°, 170°E and 0°, 170°W
Expected result
Center at the date line, near 0°, 180°.

Coordinates are averaged as 3D unit vectors, so the result does not jump to Greenwich when points cross ±180°.

Calculation method and accuracy

Point mode averages Cartesian unit vectors on a sphere. Region mode integrates polygon ring area and first moments in a spherical cylindrical equal-area projection, subtracting holes and area-weighting separate islands. The projection seam is placed in the largest longitude gap. This reproducible map centroid is not an official national monument or a population-weighted center.

Common mistakes and edge cases

  • Point average, bounding-box center, polygon centroid and population center answer different questions.
  • A centroid can fall outside a concave region or in the sea between islands. That is a valid geometric result.
  • Overseas territories and the chosen boundary dataset affect a country’s center. Perfectly balanced antipodal points have no unique mean.

Sources and verification

Reviewed by GeoDataViewer · . Examples are rounded; the interactive result uses your selected inputs.

Why averaging coordinates on a flat map fails

Taking the arithmetic mean of longitudes breaks as soon as the points straddle the antimeridian. The average of 179°E and 179°W is 0°, which is the opposite side of the planet from the correct answer of 180°.

This tool converts each point to a three-dimensional position on the sphere, averages those vectors, and converts back. That gives the right answer everywhere, including across the date line and near the poles.

Centre, centroid, and median are different things

The mean centre is what this tool computes: the balanced average of the points. It is sensitive to outliers, so one distant point pulls it noticeably.

A centroid usually refers to the centre of a filled shape rather than a set of points. A geographic median minimises total travel distance instead of averaging positions, which is the better answer for warehouse or meeting-point problems. The three give different results and answer different questions.

What it is used for

Finding a central location for a group of sites, summarising a set of observations with one representative position, and checking whether a spread of points is balanced. It is also the natural way to place a label for a cluster on a map.

Limitations to keep in mind

Point selections use an unweighted spherical mean. Region selections use an area-weighted cylindrical equal-area centroid from generalized boundaries. Different center definitions and boundary detail give different results. If you need a point that minimises total travel, calculate a geographic median instead.

Related tools

Frequently asked questions

What is a geographic centre?
The average position of a set of points, computed on the surface of the sphere. It is the point that best represents where the group as a whole is.
Why not just average the coordinates?
Because longitude is circular. Averaging 179°E and 179°W arithmetically gives 0°, which is wrong by half the planet. Averaging on the sphere gives the correct answer.
How many points can I use?
As many as you like. Click to add each one; the centre updates as you go.
Does one distant point skew the result?
Yes. The mean is sensitive to outliers by definition. If you want the point that minimises total travel distance instead, you want the geographic median, which is a different calculation.
Is the centre always inside the area covered by the points?
No. For points spread widely around the globe, the mean can fall in the middle of an ocean between them.
Does it work across the date line?
Yes. The spherical calculation handles the antimeridian correctly, which is exactly where flat averaging fails.
What is the difference between the centre and the centroid?
Centroid usually means the centre of a filled polygon or area. Choose a country or state for an area-weighted polygon centroid, or add discrete points for an equal-weight spherical mean. These are different definitions of center.
Can I remove a point?
Use Undo last point to remove the latest point, or Clear to start again.
Is this the same as the centre of population?
No. A population centre weights each location by how many people live there. This is an unweighted geometric mean.
Can I use it to place a map label?
Yes, that is a common use. The mean position is a reasonable place to anchor a label for a cluster of features.