calculation land surface temperature using Landsat and MODIS series
install python environment using conda
conda create -f gee_py_env.yml
conda activate gee
create a .env
file in the root directory and add the following variables:
IMAGE_SAVE_PATH=your local path to save images (required)
RECORD_FILE_PATH=your local path to save record file (required)
SERIES_FOLDER_ID=google drive folder id (required)
- run gee_launch.ipynb
- download google oauth2.0 file and name it
client_secret.json
, put it in the root directory - choose your own gee project
python workflow_image.py