Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix [turf-centroid] fixes centroid calculation #2759

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hadbn
Copy link

@hadbn hadbn commented Dec 2, 2024

Fixes the wrong results when calculating centroid of "big" polygones or polygones at high latitude.

The centroid is now calculated using euclidean coordinates, and is converted back to geographical coordinates.

Resolves #2758

… of "big" polygones or polygones at high latitude.

The centroid is now calculated in euclidean coordinates, and is converted back to geographical coordinates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@turf/centroid does not take the earth curvature into account
1 participant