git clone https://github.com/lillif/IECDT_EarthObservation.git
To install the iecdt-earth-observation
environment and create a Jupyter kernel to use on JASMIN's JupyterHub, run the following command on JASMIN:
chmod u+x setup.sh
./setup.sh
Run the following commands to create the iecdt-earth-observation
environment:
conda env create -f environment.yml
conda activate iecdt-earth-observation