Installation Instructions

Note

You must have access to both the Python Google Earth Engine API and Google Drive to use this package.

Installation via PyPI

1. From the command line:

$ pip install py-gee-tools

This will install the package from PyPI. Then from python import gee_python_tools will import the package.

Installation from source

1. Clone the repository

$ git clone https://github.com/elbeejay/py_gee_tools

2. From the cloned folder, run the following in the command line:

$ python setup.py install

to install the package. Then from python import gee_python_tools will import the package.