Select to view content in your preferred language

Centroid of polygon stored in a Geographic Coordinate System

162
1
3 weeks ago
DavidPike
MVP Notable Contributor

Following on from this thread Re: Creating multiple non-overlapping buffers - Esri Community

I've noticed that Centroid calculations for GCS features seem to be calculate as if the lat/lon coords were transcribed onto a cartesian plane i.e. Plate Carree and the Centroid calculated from that.

It all seems a bit off to me.  Am I missing something obvious?

0 Kudos
1 Reply
DanPatterson
MVP Esteemed Contributor

centroids are related to area as you probably already know (sometimes called center of mass)

There is no agreed upon method to calculate centroids, but a first step would be to use a projected coordinate system (area preserving is desired).  If you aren't working on a country, or other large area basis, I would use projected data unless you have another reason not to.


... sort of retired...
0 Kudos