Skip to content

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/)

License

Notifications You must be signed in to change notification settings

acrosby/GreatCircle.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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/)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages