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.
Categories
GISLicense
MIT LicenseFollow GeographicLib
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
-
I have used this to calculate Ocad mapping software angle correction GD: declination + convergence. Just updated WMM2015v2. Need to overwrite WMM2015 files ? Didn't find helps, but it looks that need to overwrite ?
-
Very fast and very accurate. Don't reinvent the wheel! Use this!
-
It has some useful for me, thanks!
-
Hi Visit the blog "Zona OpenGTS" (www) zona-opengts.blogspot.com Thanks !!!
-
GeographicLib is a great library. I use it in FFGo to solve the geodetic inverse and direct problems, as well as to get magnetic declination data, and it works great! Having a ready-to-use algorithm that is more robust than the Vincenty algorithm for the geodetic inverse problem (and also more accurate, as I understood it) it invaluable. Thank you so much, Mr. Karney! (for info, I use the Python 3 implementation for geodetic calculations and call MagneticField as an external program to get magnetic declination data)