geo
geo copied to clipboard
Consider renaming Geodesic* traits to Karney*. Re-introduce Geodesic* that delegates to our recommended implementation
trafficstars
We talked about this in Discord today. My concern was that newer users may get confused since haversine and Vincenty are both geodesic algorithms, but we have dedicated Geodesic* traits. If we make make the change recommended in the title of this PR (and with some docs) it should be clear to users that Geodesic* traits just delegate to the recommended implementation.