# GreatCircle.jl **Repository Path**: Julialang/GreatCircle.jl ## Basic Information - **Project Name**: GreatCircle.jl - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-12 - **Last Updated**: 2024-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/acrosby/GreatCircle.jl.svg?branch=master)](https://travis-ci.org/acrosby/GreatCircle.jl) # 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: ```julia Pkg.clone("https://github.com/acrosby/GreatCircle.jl.git") ``` It is also available through the official METADATA.jl with the following: ```julia 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.