Python package — geographiclib 2.0 documentation (original) (raw)

Installation

The full GeographicLib package can be downloaded fromsourceforge. However the python implementation is available as a stand-alone package. To install this, run

pip install geographiclib

Alternatively downloaded the package directly fromPython Package Indexand install it with

tar xpfz geographiclib-2.0.tar.gz cd geographiclib-2.0 python setup.py install

It’s a good idea to run the unit tests to verify that the installation worked OK by running

python -m unittest geographiclib.test.test_geodesic

Other links

Change log