GeoJSON Centroid

Get the geometric centroid (longitude/latitude) of a GeoJSON shape.

-122.425000, 37.775000

Runs entirely in your browser - nothing is sent to a server.

Related tools

How it works

  1. 1

    Paste GeoJSON

    Paste a Feature, Geometry or FeatureCollection.

  2. 2

    Read the centroid

    The centroid coordinate is computed instantly.

FAQ

Is this the same as a center of mass?
It is the mean of all vertex coordinates (Turf.js centroid), not an area-weighted centroid.