Skip to content

Commit

Permalink
use geodesic 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dastrobu committed Dec 8, 2022
1 parent 48f28f1 commit d75c558
Show file tree
Hide file tree
Showing 4 changed files with 2,478 additions and 2,563 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# geodesic

[![Swift Version](https://img.shields.io/badge/swift-5.5-blue.svg)](https://swift.org)
[![Swift Version](https://img.shields.io/badge/swift-5.7-blue.svg)](https://swift.org)
![Platform](https://img.shields.io/badge/platform-macOS|linux--64-lightgray.svg)
![Build](https://github.com/dastrobu/geodesic/actions/workflows/ci.yaml/badge.svg)
[![GeographicLib Version](https://img.shields.io/badge/GeographicLib-1.52.0-blue.svg)](https://geographiclib.sourceforge.io/)
[![GeographicLib Version](https://img.shields.io/badge/GeographicLib-2.0-blue.svg)](https://github.com/geographiclib/geographiclib-c/releases/tag/v2.0)

Solver for the inverse geodesic problem in Swift.

Expand Down Expand Up @@ -54,7 +54,7 @@ let package = Package(
This Swift package is a wrapper for the
[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
[GeographicLib](https://github.com/geographiclib/geographiclib-c) available to the Swift world. Alternatively one can employ the
package
[vincenty](https://github.com/dastrobu/vincenty)
which is a much simpler solver for the inverse geodesic problem, completely written in Swift. Vincenty's formulae does,
Expand Down
5 changes: 2 additions & 3 deletions Sources/geographiclib/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
The MIT License (MIT); this license applies to GeographicLib,
versions 1.12 and later.
The MIT License (MIT).

Copyright (c) 2008-2021, Charles Karney
Copyright (c) 2012-2022, Charles Karney

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
Loading

0 comments on commit d75c558

Please sign in to comment.