You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we should modify it, knowing it will probably be very tricky because impacting a lot of modules.
I'd also suggest we add an earthRadius function (just returning 6371008.8, meters) in @turf/helpers so we can refer to it in all the modules that right now need that value (I see the Rhumb modules and @turf/buffer for example), or in future modules, to avoid mismatching.
The text was updated successfully, but these errors were encountered:
@DenisCarriere @rowanwins I noticed
@turf/helpers
still uses an incorrect earth radius, and I don't know why exactly since it was decided to change it: #635 (comment), #645I think we should modify it, knowing it will probably be very tricky because impacting a lot of modules.
I'd also suggest we add an
earthRadius
function (just returning6371008.8
, meters) in@turf/helpers
so we can refer to it in all the modules that right now need that value (I see the Rhumb modules and@turf/buffer
for example), or in future modules, to avoid mismatching.The text was updated successfully, but these errors were encountered: