Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
geographiclib-2.0-py3-none-any.whl | 2022-04-23 | 40.3 kB | |
geographiclib-2.0.tar.gz | 2022-04-23 | 36.7 kB | |
00README.md | 2022-04-23 | 887 Bytes | |
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: 6 Items | 152.2 kB | 4 |
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, charles@karney.com