Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
geographiclib-2.1-py3-none-any.whl | 2025-08-21 | 40.7 kB | |
geographiclib-2.1.tar.gz | 2025-08-21 | 37.0 kB | |
00README.md | 2025-08-21 | 888 Bytes | |
geographiclib-2.1.dev1-py3-none-any.whl | 2025-08-21 | 40.6 kB | |
geographiclib-2.1.dev1.tar.gz | 2025-08-21 | 36.8 kB | |
geographiclib-2.0-py3-none-any.whl | 2022-04-23 | 40.3 kB | |
geographiclib-2.0.tar.gz | 2022-04-23 | 36.7 kB | |
versions.txt | 2022-03-02 | 418 Bytes | |
geographiclib-1.52-py3-none-any.whl | 2022-03-02 | 38.8 kB | |
geographiclib-1.52.tar.gz | 2022-03-02 | 35.1 kB | |
Totals: 10 Items | 307.4 kB | 9 |
Python implementation of the geodesic routines in GeographicLib
Source packages are .tar.gz
files. Built package are the .whl
files. To install the dist run
python -m pip install [WHEEL-FILE]
This package is also hosted on PyPI.
The algorithms are documented in
- C. F. F. Karney, Algorithms for geodesics, J. Geodesy 87(1), 43–55 (2013); Addenda.
Other links:
- Library documentation: https://geographiclib.sourceforge.io/Python/doc
- Git repository: https://github.com/geographiclib/geographiclib-python
- Source distribution: https://sourceforge.net/projects/geographiclib/files/distrib-Python
- GeographicLib: https://geographiclib.sourceforge.io
- Author: Charles Karney, karney@alum.mit.edu