Not sure yet
Ensure that you are registered for Google Earth Engine access and have a valid project
Changes made on the binder will not persist in this repo
-
Create a virtual environment in this folder:
python3 -m venv env -
Activate the virtual env:
source env/bin/activate -
Install required packages:
{
pip install pip --upgrade
pip install -r requirements.txt
}