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
Simplify IT and security with a single endpoint management platform
NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers.
The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
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)