-
Change the directory in the terminal to the current working directory (i.e., ./gee-maps-cam).
-
To use the package, you must first sign up for a Google Earth Engine account.
- To configure the Python environment, run this command in your terminal:
pip install -r requirements.txt
Alternatively, if you have Anaconda or Miniconda installed on your computer, you can create a conda Python environment to configure the environment.
conda env create -f environment.yml
conda activate gee
- After configuring the environment, run this command to start Jupyter Lab:
jupyter lab
- Finally, you can execute Jupyter notebooks (.ipynb) in the working directory, here is a video tutorial.