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
These are a list of things that will need to be done to register the package:
Add an API to allow the user to choose the computation algorithm. Default to Karney (GeographicLib). Include Vincenty as an option. (Maybe add Haversine for when using a sphere?)
Copy in the code (functionality and tests) of GeographicLib.jl to provide the default algorithm, but don't expose the interface.
OR: Register GeographicLib.jl as is, and depend on that.
These are a list of things that will need to be done to register the package:
Karney
(GeographicLib). IncludeVincenty
as an option. (Maybe addHaversine
for when using a sphere?)The text was updated successfully, but these errors were encountered: