Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T17:39:50.000Z (4 months ago)
- Last Synced: 2024-10-01T16:49:52.631Z (about 1 month ago)
- Topics: geodesic, swift
- Language: C
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CGeodesic
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fsbooth%2FCGeodesic%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/sbooth/CGeodesic)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fsbooth%2FCGeodesic%2Fbadge%3Ftype%3Dplatforms)](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).