This repository has been archived by the owner on Mar 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 155
Circle radius is incorrect #321
Comments
that definitely looks like a bug to me. if you're interested in putting together a PR, I adapted a JS implementation of Vicenty's Formulae a couple years ago that you're welcome to steal. |
I have used another library meanwhile. |
12 tasks
jgravois
added a commit
to terraformer-js/terraformer
that referenced
this issue
May 17, 2020
jgravois
added a commit
to terraformer-js/terraformer
that referenced
this issue
May 17, 2020
fixed in |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With increasing latitude from the equator, polygon generated by Terraformer.Circle uses smaller radius than it is in reality.
See this comparison with @turf/circle library of circles with 250km radius on latitudes 0, 10, 20, ...
Turf - grey, Terraformer - blue
Please excuse my layman's description, I just compared the two libraries and Turf's output seems more correct by visual inspection.
The text was updated successfully, but these errors were encountered: