Julia port of https://github.com/axiom-data-science/pygc
This package can be installed to a Julia package directory directly from github with the following command in a Julia script or REPL:
Pkg.clone("https://github.com/acrosby/GreatCircle.jl.git")
It is also available through the official METADATA.jl with the following:
Pkg.add("GreatCircle")
This should work for 0.4.x, 0.5.x, and the latest build. Please submit a pull request or issue if something appears broken.
Pull requests are welcome to improve performance, Julia-lang syntax compliance, etc.