-
Notifications
You must be signed in to change notification settings - Fork 25
Description
I am not a geodesist (just a geophysicist), but have a currently unregistered package, Geodesics.jl which only implements Vincenty's algorithm to compute great circle distances and forward and backazimuths on a flattened sphere, plus adds some convenience functions. (Due credit: the code is not much altered from its source, GreatCircle.jl, by @acrosby.)
Would you like to adopt this into Geodesy.jl? I'm happy to refactor into whatever form and change the API to better match the standards used here. Note that adding ‘true’ distances which take altitude into account is probably beyond my pay-grade.
My main interest lies in this functionality existing in a registered, supported package so I can rely on it for my future seismic applications. (Currently I duplicate the code into, e.g., SAC.jl.) Hence, if there isn't much appetite for something in this form being added to Geodesy.jl soon, I will probably register my Geodesics.jl package instead.
Edited to add: I realise that GeographicLib does all this, but I saw that Proj4.jl is not intended to become a Geodesy.jl dependency. I guess one might instead want a separate geodesics package which dies rely on Proj4.