-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade geographic lib to 1.50.1 (#4)
- Loading branch information
Showing
4 changed files
with
331 additions
and
249 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
[![Swift Version](https://img.shields.io/badge/swift-5.1-blue.svg)](https://swift.org) | ||
![Platform](https://img.shields.io/badge/platform-osx--64|linux--64-lightgrey.svg) | ||
[![Build Travis-CI Status](https://travis-ci.org/dastrobu/geodesic.svg?branch=master)](https://travis-ci.org/dastrobu/geodesic) | ||
[![Swift Version](https://img.shields.io/badge/GeographicLib-1.50.1-blue.svg)](https://geographiclib.sourceforge.io/) | ||
|
||
Solver for the inverse geodesic problem in Swift. | ||
|
||
|
@@ -24,8 +25,8 @@ and that's it. | |
## Implementation Details | ||
|
||
This Swift package is a wrapper for the | ||
[C library for Geodesics 1.49](https://geographiclib.sourceforge.io/html/C/). | ||
The author of this library is Charles F. F. Karney ([email protected]). | ||
[C library for Geodesics](https://geographiclib.sourceforge.io/html/C/). | ||
The author of this library is Charles Karney ([email protected]). | ||
The goal of this Swift package is to make some algorithms from | ||
[GeographicLib](https://geographiclib.sourceforge.io/) available to the Swift world. | ||
Alternatively one can employ the package | ||
|
4 changes: 1 addition & 3 deletions
4
Sources/geographiclib/LICENSE → Sources/geographiclib/LICENSE.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.