Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.29 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.29 KB

EXERCISE for Remote Sensing Course

This repository contains the exercices for the EPFL Remote Sensing Course.

The exercises can be executed directly on the EPFL NOTO platform.

Alternatively, you can clone this repository on your laptop and install the required environment using conda with the following steps:

  1. Go to the directory where you want to clone the repository. As an example:

    cd /home/ghiggi/Courses
  2. Clone this repository:

    git clone [email protected]:ltelab/RS2024.git
    cd RS2024
  3. Install the dependencies using conda:

    conda env create -f environment.yml
  4. Activate the exo-rs2024 conda environment:

    conda activate exo-rs2024
  5. Add the environment to the jupyter notebook:

    python -m ipykernel install --user --name=exo-rs2024
  6. Launch the jupyter notebook:

    jupyter notebook

Note that the installation of the dependencies might cause conflicts; in case you encounter such issues and cannot fix them, please contact the TA team.

The latest version of the required packages can be installed using the following command:

conda install numpy pandas xarray dask rasterio rioxarray scikit-learn matplotlib-base seaborn colorcet pywavelets pillow jupyter