Installation

geoid-toolkit is available for download from the GitHub repository, the Python Package Index (pypi), and from conda-forge.

The simplest installation for most users will likely be using conda or mamba:

conda install -c conda-forge geoid-toolkit

conda installed versions of geoid-toolkit can be upgraded to the latest stable release:

conda update geoid-toolkit

To use the development repository, please fork geoid-toolkit into your own account and then clone onto your system:

git clone https://github.com/tsutterley/geoid-toolkit.git

geoid-toolkit can then be installed within the package directory using pip:

python3 -m pip install --user .

The development version of geoid-toolkit can also be installed directly from GitHub using pip:

python3 -m pip install --user git+https://github.com/tsutterley/geoid-toolkit.git