1. Home
  2. Browse
  3. geographiclib

geographiclib

v1.47-patch1-9#0Go to latest

a small set of C++ classes for performing conversions between geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates, for gravity (e.g., EGM2008), geoid height, and geomagnetic field (e.g., WMM2010) calculations, and for solving geodesic problems.

Install

Run the following Vcpkg command to install the port.

vcpkg install geographiclib

Usage

The package geographiclib:x64-linux provides CMake targets:

find_package(GeographicLib CONFIG REQUIRED)
#dynamic
target_link_libraries(main PRIVATE GeographicLib GeographicLib::GeographicLib)
#static
target_link_libraries(main PRIVATE GeographicLib_STATIC GeographicLib::GeographicLib_STATIC)

See source

Version

v1.47-patch1-9#0

Publication

Supports

All

Homepage

sourceforge.net/projects/geographiclib

Subtree

28e77c7bd6

License

Complex license

Definition

Control