GeoJSON Centroid
Get the geometric centroid (longitude/latitude) of a GeoJSON shape.
Related tools
How it works
- 1
Paste GeoJSON
Paste a Feature, Geometry or FeatureCollection.
- 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.
