acrosby / GreatCircle.jl

Port of Kyle Wilcox's Python implementation of the Vincenty formulation for calculating distances on a ellipsoidal earth (https://github.com/axiom-data-science/pygc/)
Other
2 stars 4 forks source link

Build Status

GreatCircle

Julia port of https://github.com/axiom-data-science/pygc

Installation

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.

Contributing

Pull requests are welcome to improve performance, Julia-lang syntax compliance, etc.