https://github.com/sbooth/cgeodesic
A library to solve geodesic problems on an ellipsoid model of the Earth
https://github.com/sbooth/cgeodesic
geodesic swift
Last synced: 8 months ago
JSON representation
A library to solve geodesic problems on an ellipsoid model of the Earth
- Host: GitHub
- URL: https://github.com/sbooth/cgeodesic
- Owner: sbooth
- License: mit
- Created: 2021-09-08T15:13:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-18T12:03:16.000Z (10 months ago)
- Last Synced: 2025-09-19T02:20:24.616Z (9 months ago)
- Topics: geodesic, swift
- Language: C
- Homepage:
- Size: 50.8 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CGeodesic
[](https://swiftpackageindex.com/sbooth/CGeodesic)
[](https://swiftpackageindex.com/sbooth/CGeodesic)
A library to solve geodesic problems on an ellipsoid model of the Earth using the C implementation of the geodesic routines in [GeographicLib](https://github.com/geographiclib/geographiclib-c/).
# License
GeographicLib is released under the [MIT license](https://github.com/geographiclib/geographiclib-c/blob/main/LICENSE.txt).