Go to file
Charles Karney b3ee8cc759 More post release cleanup 2022-05-08 12:05:25 -04:00
cgi-bin Revert URL for random doc; get rid of deadwood in GeodesicExact.cpp. 2022-04-20 09:03:22 -04:00
cmake More post release cleanup 2022-05-08 12:05:25 -04:00
data-distrib More post release cleanup 2022-05-08 12:05:25 -04:00
data-installer Add exec permissions back on scripts. 2022-03-07 16:53:19 -05:00
develop Final set up documentation updates for version 2.0 2022-05-06 12:00:16 -04:00
doc More post release cleanup 2022-05-08 12:05:25 -04:00
examples Final set up documentation updates for version 2.0 2022-05-06 12:00:16 -04:00
include Several minor doc fixes. 2022-04-30 04:01:40 -04:00
m4 Add missing m4/pkg.m4 + fix some minor documentation problems. 2017-02-15 15:26:17 -05:00
man Revert URL for random doc; get rid of deadwood in GeodesicExact.cpp. 2022-04-20 09:03:22 -04:00
maxima Revert URL for random doc; get rid of deadwood in GeodesicExact.cpp. 2022-04-20 09:03:22 -04:00
src Revert URL for random doc; get rid of deadwood in GeodesicExact.cpp. 2022-04-20 09:03:22 -04:00
tests Fix round-off bug in Geodesic inverse (exhibited in long double). 2022-03-30 17:20:08 -04:00
tools Introduce Math::qd, Math::dm, Math::ms 2022-04-03 10:54:05 -04:00
wrapper Get ready for 2.0-rc1 2022-05-05 09:20:23 -04:00
.gitattributes Add optional comment arg to Utility::ParseLine. 2022-04-02 08:09:54 -04:00
.gitignore Fix round-off bug in Geodesic inverse (exhibited in long double). 2022-03-30 17:20:08 -04:00
AUTHORS Document updates + update autoconf/libtool library number. 2021-06-21 11:04:02 -04:00
CMakeLists.txt Final set up documentation updates for version 2.0 2022-05-06 12:00:16 -04:00
HOWTO-RELEASE.txt More post release cleanup 2022-05-08 12:05:25 -04:00
LICENSE.txt Fix round-off bug in Geodesic inverse (exhibited in long double). 2022-03-30 17:20:08 -04:00
Makefile.am Final set up documentation updates for version 2.0 2022-05-06 12:00:16 -04:00
NEWS More post release cleanup 2022-05-08 12:05:25 -04:00
README.md More post release cleanup 2022-05-08 12:05:25 -04:00
autogen.sh make dist now doesn't change the source directory. 2022-03-18 09:15:46 -04:00
configure.ac Simplify cmake/autoconf/make configurations 2022-02-05 17:46:37 -05:00
makefile-admin More post release cleanup 2022-05-08 12:05:25 -04:00
pom.xml Fix issues with builds in Jenkins. 2022-03-20 09:32:19 -04:00

README.md

GeographicLib

GeographicLib is a small C++ library for

  • geodesic and rhumb line calculations;
  • conversions between geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates;
  • gravity (e.g., EGM2008) and geomagnetic field (e.g., WMM2020) calculations.

It is licensed under the MIT License; see LICENSE.txt.