Installation instructions#
The package is a pure python package, installation is thus very straight forward.
pypi#
the python package is available on pypi and can be installed it using pip:
pip install geetools
conda#
The python package is available on conda and can be installed using conda and the conda-forge channel:
conda install -c conda-forge geetools
from source#
You can also install the package from source. First clone the repository:
git clone https://github.com/gee-community/geetools.git
Then, navigate to the folder and install the package using pip:
cd geetools
pip install .
Multiple version of the package requirements are available and are specifically important for local development. See the Contributing workflow page for more information.