Geodesics

Build Status Test coverage

Calculate geodesics (great circle paths) on a flattened sphere (ellipsoid of rotation).

Install

Geodesics is compatible with Julia version 1.0 upwards. Install using:

julia> import Pkg

julia> Pkg.pkg"add https://github.com/anowacki/Geodesics.jl"

Contents

Acknowledgments

Adapted from the GreatCircle.jl package, which in turn is a port of pygc.