https://github.com/qtlibs/geographiclib-qmake-pri
Main repository for GeographicLib qmake
https://github.com/qtlibs/geographiclib-qmake-pri
geographic geographic-library qmake
Last synced: 7 months ago
JSON representation
Main repository for GeographicLib qmake
- Host: GitHub
- URL: https://github.com/qtlibs/geographiclib-qmake-pri
- Owner: qtlibs
- Created: 2024-02-22T07:54:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-27T05:29:02.000Z (over 1 year ago)
- Last Synced: 2025-01-16T10:32:14.569Z (9 months ago)
- Topics: geographic, geographic-library, qmake
- Language: C++
- Homepage: https://geographiclib.sourceforge.io/
- Size: 313 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GeographicLib qmake pro pri qt creator (.pri file in geographicLib folder)
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](https://geographiclib.sourceforge.io/LICENSE.txt).## Links:
* Library documentation (latest release):
https://geographiclib.sourceforge.io/C++/doc
* Library documentation (all versions):
https://geographiclib.sourceforge.io/C++
* Change log: https://geographiclib.sourceforge.io/C++/doc/changes.html
* Git repository: https://github.com/geographiclib/geographiclib
* Releases are on the [`release`](../../tree/release) branch, and specific
releases are tagged as, e.g., [`r1.52`](../../tree/r1.52),
[`r2.0`](../../tree/r2.0), etc. This is the appropriate branch
for most *users* of GeographicLib.
* The main branch is [`main`](../..) and most development is done on
the [`devel`](../../tree/devel) branch. These branches are for the
*developers* of GeographicLib. Tags [`v1.52`](../../tree/v1.52),
[`v2.0`](../../tree/v2.0), etc., are aligned with the
corresponding release tags `r1.52`, `r2.0`, etc.
* Source distribution:
https://sourceforge.net/projects/geographiclib/files/distrib-C++
* GeographicLib: https://geographiclib.sourceforge.io
* GeographicLib in various languages:
https://geographiclib.sourceforge.io/doc/library.html#languages
* Author: Charles Karney,