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:
-
Go to the directory where you want to clone the repository. As an example:
cd /home/ghiggi/Courses
-
Clone this repository:
git clone [email protected]:ltelab/RS2024.git cd RS2024
-
Install the dependencies using conda:
conda env create -f environment.yml
-
Activate the exo-rs2024 conda environment:
conda activate exo-rs2024
-
Add the environment to the jupyter notebook:
python -m ipykernel install --user --name=exo-rs2024
-
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