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#

Important

A release of the package will be done on conda-forge along with v1.0.0. For now, the package is not available on conda-forge.

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.